Remove hardcoded staging layout assumptions

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3116 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-11-12 11:06:34 +00:00
parent 19f1bad378
commit 0e09147de1
18 changed files with 24 additions and 25 deletions

View File

@@ -10,7 +10,7 @@ S = "${WORKDIR}/curl-${PV}"
inherit autotools pkgconfig binconfig
EXTRA_OECONF = "--with-zlib=${STAGING_LIBDIR}/../ \
EXTRA_OECONF = "--with-zlib=${STAGING_DIR_HOST}${layout_prefix}/ \
--without-ssl \
--with-random=/dev/urandom \
--without-idn \