aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/recipes-extra
diff options
context:
space:
mode:
Diffstat (limited to 'meta-linaro/recipes-extra')
-rw-r--r--meta-linaro/recipes-extra/odp/odp.bb16
1 files changed, 4 insertions, 12 deletions
diff --git a/meta-linaro/recipes-extra/odp/odp.bb b/meta-linaro/recipes-extra/odp/odp.bb
index 44ad2af6..020c4461 100644
--- a/meta-linaro/recipes-extra/odp/odp.bb
+++ b/meta-linaro/recipes-extra/odp/odp.bb
@@ -5,24 +5,16 @@ SECTION = "console/network"
LICENSE = "BSD | GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=4ccfa994aa96974cfcd39a59faee20a2"
-PV = "20140616+git${SRCPV}"
+PV = "20140711+git${SRCPV}"
SRC_URI = "git://git.linaro.org/lng/odp.git;name=odp"
-SRCREV_odp = "eacddcf867f53cc7ebc2ede1faf83ec40f4ea9f7"
+SRCREV_odp = "d626f0107f34f024de6cdeadbddda3cd52e06127"
SRCREV_FORMAT = "odp"
S = "${WORKDIR}/git"
-PARALLEL_MAKE = ""
-EXTRA_OEMAKE = "CC='${CC}' ODP_RELOC=yes "
+inherit autotools
-do_install() {
- oe_runmake tests_install DESTDIR=${D}${prefix}
-}
-
-# ODP
# ODP primary shipped as static library plus some API test and samples/
-# Current makefile installs it to /usr/share/odp so use this folder here.
-FILES_${PN}-dbg += "${datadir}/odp/.debug"
-
+FILES_${PN}-staticdev += "${datadir}/opendataplane/*.la"