git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f118e62
)
gpe.bbclass: make SRC_URI a weak assignment
author
Koen Kooi
<koen@openembedded.org>
Sun, 5 Nov 2006 15:00:57 +0000
(15:00 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sun, 5 Nov 2006 15:00:57 +0000
(15:00 +0000)
classes/gpe.bbclass
patch
|
blob
|
history
diff --git
a/classes/gpe.bbclass
b/classes/gpe.bbclass
index
a9ddec3
..
6bddffb
100644
(file)
--- 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"