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:
cb60a1e
)
gpe.bbclass: apparently weak assigments in SRC_URI don't work :(
author
Koen Kooi
<koen@openembedded.org>
Sun, 5 Nov 2006 21:32:03 +0000
(21:32 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sun, 5 Nov 2006 21:32:03 +0000
(21:32 +0000)
classes/gpe.bbclass
patch
|
blob
|
history
diff --git
a/classes/gpe.bbclass
b/classes/gpe.bbclass
index
6bddffb
..
a9ddec3
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"