From 0b62e2f3f7a47491e9157a69fefe45393bf33758 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 18 Nov 2004 22:12:21 +0000 Subject: [PATCH] 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 --- classes/gpe.oeclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5