diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-10-29 23:08:22 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-10-29 23:08:22 +0000 |
commit | 113d446f1e5db3da857162e1ee082f04379023f9 (patch) | |
tree | d7fc65fe55dc6a4d98df54d43ddda4b844da9c73 /packages/subversion/subversion_1.3.1.bb | |
parent | 75d44e35ba889eff8e594625050ae911a4eadd9d (diff) |
Remove final references to BUILD_SYS in staging paths
Diffstat (limited to 'packages/subversion/subversion_1.3.1.bb')
-rw-r--r-- | packages/subversion/subversion_1.3.1.bb | 2 |
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}" |