aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/recipes-extra
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2014-06-17 10:04:59 +0400
committerMaxim Uvarov <maxim.uvarov@linaro.org>2014-06-20 14:51:56 +0400
commitdf29ef0578081051efcc96247d55703a8151957c (patch)
tree0165c74b7d3b2781db2fd3423f57dee1c962fa55 /meta-linaro/recipes-extra
parenta2142708b623361b9ce5655d5245b3642782d4ba (diff)
compile odp with position independent code
1. compile odp with position independent code odp code might be placed to shared library, build in OE position independent code (needed for libpcap, daq and etc). 2. Update SRCREV_odp to the latest change witch has required fix. Following ODP commits will be included since 7a4d8abac: eacddcf add option to compile position independent lib 5fccc5a Fix in linux-generic for receiving on packet socket 2d984ba Fix the oddity in compiling test applications in no-change rebuild scenario. f846487 Add support for controlling the build verbosity of linux-keystone2 platform 05f1629 Add support for controlling the build verbosity of test applications e8a427a Add support for controlling the build verbosity of linux-generic platform 5f5697a Makefile.inc: Support for controlling the build verbosity. Change-Id: Ib2b294087a97026622210776fb46c4ecece655ab Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'meta-linaro/recipes-extra')
-rw-r--r--meta-linaro/recipes-extra/odp/odp.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-linaro/recipes-extra/odp/odp.bb b/meta-linaro/recipes-extra/odp/odp.bb
index fb1940b8..44ad2af6 100644
--- a/meta-linaro/recipes-extra/odp/odp.bb
+++ b/meta-linaro/recipes-extra/odp/odp.bb
@@ -9,13 +9,13 @@ PV = "20140616+git${SRCPV}"
SRC_URI = "git://git.linaro.org/lng/odp.git;name=odp"
-SRCREV_odp = "7a4d8abacd7535c4caa8913a5f4a6d295973b2b8"
+SRCREV_odp = "eacddcf867f53cc7ebc2ede1faf83ec40f4ea9f7"
SRCREV_FORMAT = "odp"
S = "${WORKDIR}/git"
PARALLEL_MAKE = ""
-EXTRA_OEMAKE = "CC='${CC}'"
+EXTRA_OEMAKE = "CC='${CC}' ODP_RELOC=yes "
do_install() {
oe_runmake tests_install DESTDIR=${D}${prefix}