]> code.ossystems Code Review - openembedded-core.git/commitdiff
iputils: Add base_libdir to VPATH in order to find the crypto library
authorSaul Wold <sgw@linux.intel.com>
Thu, 16 Feb 2012 23:24:09 +0000 (15:24 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Feb 2012 17:59:21 +0000 (17:59 +0000)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/iputils/iputils_s20101006.bb

index 912a346e93c82092d1fb15f4eb4c625de49efb8a..a0921924e597131c8d2cf7341c275897e57ca965 100644 (file)
@@ -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 () {