aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/recipes-extra/odp
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-07-11 14:18:26 +0200
committerAnders Roxell <anders.roxell@linaro.org>2014-07-14 08:48:16 +0200
commit4d59018e4e85886d01756e2ead84b890d4b184cf (patch)
tree8dbd3216cdb72e04db13ac8c04a636f2c245c7da /meta-linaro/recipes-extra/odp
parentd46b5e7e17a96fa11da7ebf31b06f9853133ea7d (diff)
odp: update to use autotools
Change-Id: I5376a998ccd87af1be675a8a0e2edd1f4534b89d Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'meta-linaro/recipes-extra/odp')
-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"