[oe-commits] Saul Wold : iputils: Add base_libdir to VPATH in order to find the crypto library

git at git.openembedded.org git at git.openembedded.org
Tue Feb 21 18:01:46 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: d4ffe12ca36bf10be4e0f9565d7c3d8e6f4a265a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d4ffe12ca36bf10be4e0f9565d7c3d8e6f4a265a

Author: Saul Wold <sgw at linux.intel.com>
Date:   Thu Feb 16 15:24:09 2012 -0800

iputils: Add base_libdir to VPATH in order to find the crypto library

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-extended/iputils/iputils_s20101006.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/iputils/iputils_s20101006.bb b/meta/recipes-extended/iputils/iputils_s20101006.bb
index 912a346..a092192 100644
--- a/meta/recipes-extended/iputils/iputils_s20101006.bb
+++ b/meta/recipes-extended/iputils/iputils_s20101006.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://ping.c;beginline=1;endline=35;md5=f9ceb201733e9a6cf8f
 
 DEPENDS = "sysfsutils openssl docbook-utils-native sgmlspl-native"
 
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "http://www.skbuff.net/iputils/${BPN}-${PV}.tar.bz2 \
            file://debian/fix-dead-host-ping-stats.diff \
@@ -28,7 +28,7 @@ SRC_URI[md5sum] = "a36c25e9ec17e48be514dc0485e7376c"
 SRC_URI[sha256sum] = "fd3af46c80ebb99607c2ca1f2a3608b6fe828e25bbec6e54f2afd25f6ddb6ee7"
 
 do_compile () {
-	oe_runmake 'CC=${CC} -D_GNU_SOURCE' VPATH="${STAGING_LIBDIR}" all man
+	oe_runmake 'CC=${CC} -D_GNU_SOURCE' VPATH="${STAGING_LIBDIR}:${STAGING_DIR_HOST}/${base_libdir}" all man
 }
 
 do_install () {





More information about the Openembedded-commits mailing list