[oe-commits] org.oe.dev subversion 1.4.3: removed DEFAULT_PREFERENCE of -1 and added do_stage

polyonymous commit openembedded-commits at lists.openembedded.org
Mon Jun 11 04:57:55 UTC 2007


subversion 1.4.3: removed DEFAULT_PREFERENCE of -1 and added do_stage

Author: polyonymous at openembedded.org
Branch: org.openembedded.dev
Revision: de4ea7e7b6a6cd1c2a707487ded5c2b2431df2a2
ViewMTN: http://monotone.openembedded.org/revision.psp?id=de4ea7e7b6a6cd1c2a707487ded5c2b2431df2a2
Files:
1
packages/subversion/subversion_1.4.3.bb
Diffs:

#
# mt diff -rcc0f034a26d31f665ec33215dab7e8ff154b9ffc -rde4ea7e7b6a6cd1c2a707487ded5c2b2431df2a2
#
# 
# 
# patch "packages/subversion/subversion_1.4.3.bb"
#  from [a562d98fe029966b914977d6de7e909b6d758485]
#    to [bebbf3d08e7fcb260b2d6c6649dbb6a6458b5d12]
# 
============================================================
--- packages/subversion/subversion_1.4.3.bb	a562d98fe029966b914977d6de7e909b6d758485
+++ packages/subversion/subversion_1.4.3.bb	bebbf3d08e7fcb260b2d6c6649dbb6a6458b5d12
@@ -5,7 +5,7 @@ HOMEPAGE = "http://subversion.tigris.org
 LICENSE = "Apache/BSD"
 HOMEPAGE = "http://subversion.tigris.org"
 
-DEFAULT_PREFERENCE = "-1"
+PR = "r1"
 
 SRC_URI = "http://subversion.tigris.org/downloads/${P}.tar.bz2 \
            file://disable-revision-install.patch;patch=1 \
@@ -27,3 +27,7 @@ do_configure() {
 	aclocal -I build/ -I build/ac-macros/ && autoconf
 	oe_runconf
 }
+
+do_stage() {
+	autotools_stage_all
+}






More information about the Openembedded-commits mailing list