From: Koen Kooi Date: Sun, 5 Nov 2006 21:32:03 +0000 (+0000) Subject: gpe.bbclass: apparently weak assigments in SRC_URI don't work :( X-Git-Tag: Release-2010-05/1~9453^2~481^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c12a883eb7ef9fcc7ca1abbcffb97f5d17bee7fe;p=openembedded.git gpe.bbclass: apparently weak assigments in SRC_URI don't work :( --- diff --git a/classes/gpe.bbclass b/classes/gpe.bbclass index 6bddffb361..a9ddec3b53 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"