From: Chris Larson Date: Thu, 18 Nov 2004 22:12:21 +0000 (+0000) Subject: Merge openembedded@openembedded.bkbits.net:packages-devel X-Git-Tag: Release-2010-05/1~16147 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b62e2f3f7a47491e9157a69fefe45393bf33758;p=openembedded.git Merge openembedded@openembedded.bkbits.net:packages-devel into odin.sc.ti.com:/home/kergoth/code/packages 2004/11/18 16:11:27-06:00 ti.com!kergoth Unbork DEPENDS in the gpe.oeclass.. amazing what one missing space will do. BKrev: 419d1e45kId2is0P2RHZ5Zeaizu1MA --- diff --git a/classes/gpe.oeclass b/classes/gpe.oeclass index f192bb5448..3b0cd0a001 100644 --- a/classes/gpe.oeclass +++ b/classes/gpe.oeclass @@ -1,4 +1,4 @@ -DEPENDS_prepend = "coreutils-native virtual/libintl intltool-native" +DEPENDS_prepend = "coreutils-native virtual/libintl intltool-native " SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz" FILES_${PN} += "${datadir}/gpe ${datadir}/application-registry"