diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-05 15:00:57 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-05 15:00:57 +0000 |
commit | 1b042a2931214d23676920388f40d12dac90be0f (patch) | |
tree | afd83d883ad792b2f0421eb434b97bcd70feab40 /classes | |
parent | f118e621d234318bbe6cb2c1409a072a2d012061 (diff) |
gpe.bbclass: make SRC_URI a weak assignment
Diffstat (limited to 'classes')
-rw-r--r-- | classes/gpe.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/gpe.bbclass b/classes/gpe.bbclass index a9ddec3b53..6bddffb361 100644 --- a/classes/gpe.bbclass +++ b/classes/gpe.bbclass @@ -1,6 +1,6 @@ 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" |