[oe-commits] org.oe.packaged-staging sync local changes

koen commit openembedded-commits at lists.openembedded.org
Fri Sep 8 11:06:55 UTC 2006


sync local changes

Author: koen at openembedded.org
Branch: org.openembedded.packaged-staging
Revision: 79e1ebe08e919103e7e8d4ced4506489c7635058
ViewMTN: http://monotone.openembedded.org/revision.psp?id=79e1ebe08e919103e7e8d4ced4506489c7635058
Files:
1
classes/packaged-staging.bbclass
conf/distro/angstrom-2006.9.conf
packages/gcc/gcc-cross_4.1.1.bb
packages/gcc/gcc3-build.inc
Diffs:

#
# mt diff -r87498bc6e8dae7f9a95e0d8ca9d45416a6f50a98 -r79e1ebe08e919103e7e8d4ced4506489c7635058
#
# 
# 
# patch "classes/packaged-staging.bbclass"
#  from [30bb4e60c704c8e425105dc8f1b281f468a314d8]
#    to [c4059951793d6a9843027158f84b054df8273fd3]
# 
# patch "conf/distro/angstrom-2006.9.conf"
#  from [b57deb35a8299cdf79e0e25dbfc81d8248768229]
#    to [f3126d3da3be47ebe44c799aca7b95b240dd9fa8]
# 
# patch "packages/gcc/gcc-cross_4.1.1.bb"
#  from [8406935ac8f6a459161b600e44056ecfaf9916f7]
#    to [de809d4b9523aa71393e67e0db8786823f0193a7]
# 
# patch "packages/gcc/gcc3-build.inc"
#  from [cbfb32f95edec620e8796468c194fe0baafbf554]
#    to [0a4eeb3611c5558269cf35e9c4ff2ad1d5a34b63]
# 
============================================================
--- classes/packaged-staging.bbclass	30bb4e60c704c8e425105dc8f1b281f468a314d8
+++ classes/packaged-staging.bbclass	c4059951793d6a9843027158f84b054df8273fd3
@@ -9,11 +9,14 @@
 
 # BUGS:
 # * does not distinguish between -native, -cross and other packages
+# * is oblivious to CROSSDIR  
 # * breaks when a recipe needs stuff from STAGING_DIR to be present during do_stage, broken behaviour IMO
 # * same goes for CROSS_DIR
 
 # TODO:
+# * also make packages for CROSSDIR
 # * also build a feed for native and cross packages 
+# * make package detection a bit smarter (search for compatible archs)
 # * make do_clean clean staging as well
 
 # Summary:
@@ -71,7 +74,7 @@ do_clean_append() {
 
 
 do_clean_append() {
-        """clear the build and temp directories"""
+	"""clear the build and temp directories"""
         stagepkg = bb.data.expand("${DEPLOY_DIR_PSTAGE}/${PSTAGE_PKGNAME}", d)
         if stagepkg == '//': raise bb.build.FuncFailed("wrong DATADIR")
         bb.note("removing " + stagepkg)
============================================================
--- conf/distro/angstrom-2006.9.conf	b57deb35a8299cdf79e0e25dbfc81d8248768229
+++ conf/distro/angstrom-2006.9.conf	f3126d3da3be47ebe44c799aca7b95b240dd9fa8
@@ -22,7 +22,7 @@ FEED_URIS += " \
 #        ${MACHINE}##${ANGSTROM_URI}/releases/${DISTRO_VERSION}/feed/${MACHINE} \
 #        updates##${ANGSTROM_URI}/releases/${DISTRO_VERSION}/feed/updates"
 
-SRCDATE = "20060518"
+SRCDATE = "20060706"
 #SRCDATE_handhelds-pxa-2.6 = "20060516"
 
 CVS_TARBALL_STASH += "\
============================================================
--- packages/gcc/gcc-cross_4.1.1.bb	8406935ac8f6a459161b600e44056ecfaf9916f7
+++ packages/gcc/gcc-cross_4.1.1.bb	de809d4b9523aa71393e67e0db8786823f0193a7
@@ -5,7 +5,7 @@ FILESDIR = "${@os.path.dirname(bb.data.g
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}"
 # NOTE: split PR.  If the main .oe changes something that affects its *build*
 # remember to increment this one too.
-PR = "r1"
+PR = "r2"
 
 DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native"
 PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
============================================================
--- packages/gcc/gcc3-build.inc	cbfb32f95edec620e8796468c194fe0baafbf554
+++ packages/gcc/gcc3-build.inc	0a4eeb3611c5558269cf35e9c4ff2ad1d5a34b63
@@ -18,7 +18,7 @@ FORTRAN ?= "f77"
 JAVA_sh3 = ""
 # gcc4-build sets this to f95
 FORTRAN ?= "f77"
-LANGUAGES ?= "c,c++,${FORTRAN}${JAVA}"
+LANGUAGES = "c,c++"
 
 EXTRA_OECONF = "${@['--enable-clocale=generic', ''][bb.data.getVar('USE_NLS', d, 1) != 'no']} \
                 --with-gnu-ld \






More information about the Openembedded-commits mailing list