diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-11-18 00:45:00 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-11-18 00:45:00 +0000 |
commit | bbdf99288aa693ba22a4256eb225187027f1fee5 (patch) | |
tree | 9426e2df11d0a84b7ab4fbd28c4562d9251950cb /packages/apr/apr-util_1.2.7.bb | |
parent | 73c0be6148f1ccfae4a9eb53265a74090d6f68aa (diff) |
packages: Remove various hardcoded staging layout assumptions
Diffstat (limited to 'packages/apr/apr-util_1.2.7.bb')
-rw-r--r-- | packages/apr/apr-util_1.2.7.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/apr/apr-util_1.2.7.bb b/packages/apr/apr-util_1.2.7.bb index c73eb8023c..ea81607953 100644 --- a/packages/apr/apr-util_1.2.7.bb +++ b/packages/apr/apr-util_1.2.7.bb @@ -9,10 +9,10 @@ PR = "r2" SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz" EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS} --with-dbm=gdbm \ - --with-gdbm=${STAGING_DIR}/${HOST_SYS} \ + --with-gdbm=${STAGING_DIR_HOST}${layout_prefix} \ --without-sqlite2 \ --without-sqlite3 \ - --with-expat=${STAGING_DIR}/${HOST_SYS}" + --with-expat=${STAGING_DIR_HOST}${layout_prefix}" inherit autotools lib_package binconfig |