[oe-commits] org.oe.dev subversion: Remove hardcoded or plain broken staging references

rpurdie commit openembedded-commits at lists.openembedded.org
Thu Feb 21 14:39:07 UTC 2008


subversion: Remove hardcoded or plain broken staging references

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: ba4728792a4451669f79f5fd4479bf81b4682df8
ViewMTN: http://monotone.openembedded.org/revision/info/ba4728792a4451669f79f5fd4479bf81b4682df8
Files:
1
packages/subversion/subversion_1.3.1.bb
packages/subversion/subversion_1.4.0.bb
packages/subversion/subversion_1.4.3.bb
packages/subversion/subversion_1.4.5.bb
Diffs:

#
# mt diff -rf5c5642e4413156d492c12158f8dc2f9cf0d6a71 -rba4728792a4451669f79f5fd4479bf81b4682df8
#
# 
# 
# patch "packages/subversion/subversion_1.3.1.bb"
#  from [6ff7966e96664ef304c72446fb0683610329c0ab]
#    to [fc6b3bacecb3d0e9c501b4769a2b8939cb5c0e83]
# 
# patch "packages/subversion/subversion_1.4.0.bb"
#  from [f9692d80ac97a59fd09b120d0154ab76bc2babb8]
#    to [4015c57dfaaf676b54913d1b5d95c71294ef8219]
# 
# patch "packages/subversion/subversion_1.4.3.bb"
#  from [74cb237892d32ea834e0050c19f66293c1457d23]
#    to [d5f16acf511f297993077ccb53ec969f0d3cf6b1]
# 
# patch "packages/subversion/subversion_1.4.5.bb"
#  from [680bf01cbd49adaec6a24e728327d7aec6fbaa94]
#    to [b3247341e42924a7030a8993469f0c0eddeae7cd]
# 
============================================================
--- packages/subversion/subversion_1.3.1.bb	6ff7966e96664ef304c72446fb0683610329c0ab
+++ packages/subversion/subversion_1.3.1.bb	fc6b3bacecb3d0e9c501b4769a2b8939cb5c0e83
@@ -9,7 +9,7 @@ SRC_URI = "http://subversion.tigris.org/
            file://disable-revision-install.patch;patch=1 \
            file://apr-regex.patch;patch=1"
 
-EXTRA_OECONF = "--with-neon=${STAGING_DIR_NATIVE}${layout_exec_prefix} \
+EXTRA_OECONF = "--with-neon=${STAGING_EXECPREFIXDIR} \
                 --without-berkeley-db --without-apxs --without-apache \
                 --without-swig --with-apr=${STAGING_BINDIR_CROSS} \
                 --with-apr-util=${STAGING_BINDIR_CROSS}"
============================================================
--- packages/subversion/subversion_1.4.0.bb	f9692d80ac97a59fd09b120d0154ab76bc2babb8
+++ packages/subversion/subversion_1.4.0.bb	4015c57dfaaf676b54913d1b5d95c71294ef8219
@@ -10,7 +10,7 @@ SRC_URI = "http://subversion.tigris.org/
            file://disable-revision-install.patch;patch=1 \
 	   file://neon-detection.patch;patch=1"
 
-EXTRA_OECONF = "--with-neon=${STAGING_DIR}/${TARGET_SYS} \
+EXTRA_OECONF = "--with-neon=${STAGING_EXECPREFIXDIR} \
                 --without-berkeley-db --without-apxs --without-apache \
                 --without-swig --with-apr=${STAGING_BINDIR_CROSS} \
                 --with-apr-util=${STAGING_BINDIR_CROSS}"
============================================================
--- packages/subversion/subversion_1.4.3.bb	74cb237892d32ea834e0050c19f66293c1457d23
+++ packages/subversion/subversion_1.4.3.bb	d5f16acf511f297993077ccb53ec969f0d3cf6b1
@@ -11,7 +11,7 @@ SRC_URI = "http://subversion.tigris.org/
            file://disable-revision-install.patch;patch=1 \
 	   file://neon-detection.patch;patch=1"
 
-EXTRA_OECONF = "--with-neon=${STAGING_DIR}/${TARGET_SYS} \
+EXTRA_OECONF = "--with-neon=${STAGING_EXECPREFIXDIR} \
                 --without-berkeley-db --without-apxs --without-apache \
                 --without-swig --with-apr=${STAGING_BINDIR_CROSS} \
                 --with-apr-util=${STAGING_BINDIR_CROSS}"
============================================================
--- packages/subversion/subversion_1.4.5.bb	680bf01cbd49adaec6a24e728327d7aec6fbaa94
+++ packages/subversion/subversion_1.4.5.bb	b3247341e42924a7030a8993469f0c0eddeae7cd
@@ -11,7 +11,7 @@ SRC_URI = "http://subversion.tigris.org/
            file://disable-revision-install.patch;patch=1 \
 	   file://neon-detection.patch;patch=1"
 
-EXTRA_OECONF = "--with-neon=${STAGING_DIR}/${TARGET_SYS} \
+EXTRA_OECONF = "--with-neon=${STAGING_EXECPREFIXDIR} \
                 --without-berkeley-db --without-apxs --without-apache \
                 --without-swig --with-apr=${STAGING_BINDIR_CROSS} \
                 --with-apr-util=${STAGING_BINDIR_CROSS}"






More information about the Openembedded-commits mailing list