[oe-commits] org.oe.dev gpe.bbclass: apparently weak assigments in SRC_URI don't work :(

koen commit openembedded-commits at lists.openembedded.org
Sun Nov 5 21:36:13 UTC 2006


gpe.bbclass: apparently weak assigments in SRC_URI don't work :(

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 418c8f8721711c31d603902018e139a4834946ca
ViewMTN: http://monotone.openembedded.org/revision.psp?id=418c8f8721711c31d603902018e139a4834946ca
Files:
1
classes/gpe.bbclass
Diffs:

#
# mt diff -r2713c7de1045d68c14a4748171ccc68bfe60e68a -r418c8f8721711c31d603902018e139a4834946ca
#
# 
# 
# patch "classes/gpe.bbclass"
#  from [c54099ef4e9d35a3e18a3e070bd19690b2c4eee6]
#    to [e4405602cc8b959cf6fdbb8c5e7b7965f66942da]
# 
============================================================
--- classes/gpe.bbclass	c54099ef4e9d35a3e18a3e070bd19690b2c4eee6
+++ classes/gpe.bbclass	e4405602cc8b959cf6fdbb8c5e7b7965f66942da
@@ -1,6 +1,6 @@ GPE_TARBALL_SUFFIX ?= "gz"
 DEPENDS_prepend = "coreutils-native virtual/libintl intltool-native "
 GPE_TARBALL_SUFFIX ?= "gz"
-SRC_URI ?= "${GPE_MIRROR}/${PN}-${PV}.tar.${GPE_TARBALL_SUFFIX}"
+SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.${GPE_TARBALL_SUFFIX}"
 FILES_${PN} += "${datadir}/gpe ${datadir}/application-registry"
 SECTION ?= "gpe"
 






More information about the Openembedded-commits mailing list