[oe-commits] org.oe.dev gpe.bbclass: make SRC_URI a weak assignment

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


gpe.bbclass: make SRC_URI a weak assignment

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

#
# mt diff -re9d6f9688dd650fd1ff882aa03eaae79d292e073 -ra337f475bdcf6dad6cf37639f96ff8cf5f99328a
#
# 
# 
# patch "classes/gpe.bbclass"
#  from [e4405602cc8b959cf6fdbb8c5e7b7965f66942da]
#    to [c54099ef4e9d35a3e18a3e070bd19690b2c4eee6]
# 
============================================================
--- classes/gpe.bbclass	e4405602cc8b959cf6fdbb8c5e7b7965f66942da
+++ classes/gpe.bbclass	c54099ef4e9d35a3e18a3e070bd19690b2c4eee6
@@ -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