diff options
author | Richard Purdie <richard@openedhand.com> | 2007-11-12 11:06:34 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-11-12 11:06:34 +0000 |
commit | 0e09147de182aeb96cff9ff59211b3d907ba83f7 (patch) | |
tree | 004da019bcbfcd9e2325f1855877eca18fc56587 /meta/packages/curl | |
parent | 19f1bad37806b5e0b4d971d09226eda51345c9d2 (diff) | |
download | poky-0e09147de182aeb96cff9ff59211b3d907ba83f7.tar.gz |
Remove hardcoded staging layout assumptions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3116 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/curl')
-rw-r--r-- | meta/packages/curl/curl_7.16.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/curl/curl_7.16.2.bb b/meta/packages/curl/curl_7.16.2.bb index 23a7fb6840..af705141a5 100644 --- a/meta/packages/curl/curl_7.16.2.bb +++ b/meta/packages/curl/curl_7.16.2.bb | |||
@@ -10,7 +10,7 @@ S = "${WORKDIR}/curl-${PV}" | |||
10 | 10 | ||
11 | inherit autotools pkgconfig binconfig | 11 | inherit autotools pkgconfig binconfig |
12 | 12 | ||
13 | EXTRA_OECONF = "--with-zlib=${STAGING_LIBDIR}/../ \ | 13 | EXTRA_OECONF = "--with-zlib=${STAGING_DIR_HOST}${layout_prefix}/ \ |
14 | --without-ssl \ | 14 | --without-ssl \ |
15 | --with-random=/dev/urandom \ | 15 | --with-random=/dev/urandom \ |
16 | --without-idn \ | 16 | --without-idn \ |