aboutsummaryrefslogtreecommitdiffstats
path: root/packages/subversion
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2007-10-29 23:08:22 +0000
committerRichard Purdie <rpurdie@rpsys.net>2007-10-29 23:08:22 +0000
commit113d446f1e5db3da857162e1ee082f04379023f9 (patch)
treed7fc65fe55dc6a4d98df54d43ddda4b844da9c73 /packages/subversion
parent75d44e35ba889eff8e594625050ae911a4eadd9d (diff)
downloadopenembedded-113d446f1e5db3da857162e1ee082f04379023f9.tar.gz
Remove final references to BUILD_SYS in staging paths
Diffstat (limited to 'packages/subversion')
-rw-r--r--packages/subversion/subversion_1.3.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/subversion/subversion_1.3.1.bb b/packages/subversion/subversion_1.3.1.bb
index 775fed148f..1e40cd7a55 100644
--- a/packages/subversion/subversion_1.3.1.bb
+++ b/packages/subversion/subversion_1.3.1.bb
@@ -9,7 +9,7 @@ SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \
file://disable-revision-install.patch;patch=1 \
file://apr-regex.patch;patch=1"
-EXTRA_OECONF = "--with-neon=${STAGING_DIR}/${BUILD_SYS} \
+EXTRA_OECONF = "--with-neon=${STAGING_DIR_NATIVE}${layout_exec_prefix} \
--without-berkeley-db --without-apxs --without-apache \
--without-swig --with-apr=${STAGING_BINDIR_CROSS} \
--with-apr-util=${STAGING_BINDIR_CROSS}"