summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/iputils
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-02-16 15:24:09 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-21 17:59:21 +0000
commitd4ffe12ca36bf10be4e0f9565d7c3d8e6f4a265a (patch)
treea8b826529127e556821850bb2a472cf6b8387f0c /meta/recipes-extended/iputils
parente5c60517a22997bb966bbe21a2d7cbc99a97b42b (diff)
downloadopenembedded-core-contrib-d4ffe12ca36bf10be4e0f9565d7c3d8e6f4a265a.tar.gz
iputils: Add base_libdir to VPATH in order to find the crypto library
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/iputils')
-rw-r--r--meta/recipes-extended/iputils/iputils_s20101006.bb4
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 912a346e93..a0921924e5 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 () {