From dcabf6e8cd8cd6c5cd69a5432ba14b2a76fdae88 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Sat, 9 Jul 2005 12:38:15 +0000 Subject: Syntax Fixes for the grammar from the bitbake c parser. -There should be no whitespaces/chars after a \. Change the files accordingly. -If you start with " end with " as well --- packages/meta/meta-gpe.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/meta/meta-gpe.bb') diff --git a/packages/meta/meta-gpe.bb b/packages/meta/meta-gpe.bb index 93e7c0b0a8..306d31a39e 100644 --- a/packages/meta/meta-gpe.bb +++ b/packages/meta/meta-gpe.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Meta-package for GPE Palmtop Environment" MAINTAINER = "Phil Blundell " PR = "r36" -ALLOW_EMPTY = 1 +ALLOW_EMPTY = "1" gpe-base-depends = "\ diet-x11 \ @@ -32,7 +32,7 @@ gpe-task-base = "\ gpe-autostarter \ libgtkstylus \ detect-stylus \ - teleport \ + teleport \ xauth" RDEPENDS_gpe-task-base := "gdk-pixbuf-loader-png \ @@ -102,4 +102,4 @@ DEPENDS += " ${gpe-task-games}" DEPENDS += "matchbox-themes-extra" -LICENSE = MIT +LICENSE = "MIT" -- cgit v1.2.3