aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2005-07-09 12:38:15 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-09 12:38:15 +0000
commitdcabf6e8cd8cd6c5cd69a5432ba14b2a76fdae88 (patch)
tree13d260ca9e9c5a5e0cf99a6e797f9ba2b5b6b1e9
parente699f52a5a752f2198b404171288d8dcb2d0bef1 (diff)
downloadopenembedded-dcabf6e8cd8cd6c5cd69a5432ba14b2a76fdae88.tar.gz
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
-rw-r--r--packages/abiword/abiword_2.0.14.bb4
-rw-r--r--packages/base-files/base-files_3.0.14.bb4
-rw-r--r--packages/gimp/gimp_2.2.7.bb2
-rw-r--r--packages/linux/linux-openzaurus_2.6.11.bb6
-rw-r--r--packages/linux/linux-openzaurus_2.6.12-mm1.bb8
-rw-r--r--packages/linux/openzaurus-pxa27x_2.4.20-rmk2-embedix20050228.bb2
-rw-r--r--packages/meta/meta-gpe.bb6
-rw-r--r--packages/meta/meta-maemo.bb6
-rw-r--r--packages/meta/meta-sectest-gpe.bb6
-rw-r--r--packages/meta/pivotboot-image.bb4
-rw-r--r--packages/nfs-utils/nfs-utils_1.0.6.bb4
-rw-r--r--packages/omnievents/omnievents_2.6.1.bb2
-rw-r--r--packages/openntpd/openntpd_3.7p1.bb2
13 files changed, 28 insertions, 28 deletions
diff --git a/packages/abiword/abiword_2.0.14.bb b/packages/abiword/abiword_2.0.14.bb
index d7b0ab507b..751ec9fdf8 100644
--- a/packages/abiword/abiword_2.0.14.bb
+++ b/packages/abiword/abiword_2.0.14.bb
@@ -13,7 +13,7 @@ S = "${WORKDIR}/abiword-${PV}/abi"
SRC_URI = "http://download.sourceforge.net/abiword/abiword-${PV}.tar.bz2"
-FILES_${PN} += " ${datadir}/icons/* \
+FILES_${PN} += "${datadir}/icons/* \
${datadir}/AbiSuite-2.0/AbiWord/glade \
${datadir}/AbiSuite-2.0/AbiWord/scripts \
${datadir}/AbiSuite-2.0/AbiWord/system.profile-en \
@@ -21,7 +21,7 @@ ${datadir}/AbiSuite-2.0/AbiWord/system.profile-en_GB \
#${datadir}/AbiSuite-2.0/templates/A4.awt \
#${datadir}/AbiSuite-2.0/templates/US-Letter.awt \
${datadir}/AbiSuite-2.0/templates/normal.awt \
-${datadir}/AbiSuite-2.0/templates/normal.awt-en_GB \
+${datadir}/AbiSuite-2.0/templates/normal.awt-en_GB \
${datadir}/AbiSuite-2.0/templates/Employee-Directory.awt \
${datadir}/AbiSuite-2.0/templates/Business-Report.awt \
${datadir}/AbiSuite-2.0/templates/Fax-Coversheet.awt \
diff --git a/packages/base-files/base-files_3.0.14.bb b/packages/base-files/base-files_3.0.14.bb
index 4ca12c7aab..2c8071b81b 100644
--- a/packages/base-files/base-files_3.0.14.bb
+++ b/packages/base-files/base-files_3.0.14.bb
@@ -21,7 +21,7 @@ SRC_URI = " \
file://licenses/GPL-2 \
file://licenses/LGPL-2 \
file://licenses/LGPL-2.1 \
- file://licenses/Artistic "
+ file://licenses/Artistic "
S = "${WORKDIR}"
docdir_append = "/${P}"
@@ -38,7 +38,7 @@ dirs755 = "/bin /boot /dev ${sysconfdir} ${sysconfdir}/default \
${localstatedir}/lock/subsys ${localstatedir}/log \
${localstatedir}/run ${localstatedir}/spool \
/mnt /media /media/card /media/cf /media/net /media/ram \
- /media/union /media/realroot /media/hdd \
+ /media/union /media/realroot /media/hdd \
/media/mmc1"
conffiles = "${sysconfdir}/debian_version ${sysconfdir}/host.conf \
${sysconfdir}/inputrc ${sysconfdir}/issue /${sysconfdir}/issue.net \
diff --git a/packages/gimp/gimp_2.2.7.bb b/packages/gimp/gimp_2.2.7.bb
index 0107916fdc..5380106a64 100644
--- a/packages/gimp/gimp_2.2.7.bb
+++ b/packages/gimp/gimp_2.2.7.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "The GIMP is the GNU Image Manipulation Program."
HOMEPAGE = "http://www.gimp.org"
LICENSE = "GPL"
-MAINTAINER = "Koen Kooi <koen@handhelds.org>
+MAINTAINER = "Koen Kooi <koen@handhelds.org>"
SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.2/gimp-${PV}.tar.bz2"
diff --git a/packages/linux/linux-openzaurus_2.6.11.bb b/packages/linux/linux-openzaurus_2.6.11.bb
index 725e130fcf..d93006ffa7 100644
--- a/packages/linux/linux-openzaurus_2.6.11.bb
+++ b/packages/linux/linux-openzaurus_2.6.11.bb
@@ -23,7 +23,7 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.11.tar.gz \
${JLSRC}/zaurus-base-2.6.11.diff.gz;patch=1 \
${RPSRC}/rndis_fix-r0.patch;patch=1 \
${RPSRC}/w100_malloc-r2.patch;patch=1 \
- ${RPSRC}/pxairq_printk-r0.patch;patch=1 \
+ ${RPSRC}/pxairq_printk-r0.patch;patch=1 \
${RPSRC}/corgi_kbd-r14.patch;patch=1 \
${RPSRC}/corgi_ts-r10.patch;patch=1 \
${RPSRC}/sharp_multi_scoop-r1.patch;patch=1 \
@@ -55,11 +55,11 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.11.tar.gz \
${DOSRC}/tosa-power-r2.patch;patch=1 \
${DOSRC}/tosa-mmc-r2.patch;patch=1 \
${JLSRC}/zaurus-local-2.6.11.diff.gz;patch=1 \
- ${JLSRC}/zaurus-leds-2.6.11.diff.gz;patch=1 \
+ ${JLSRC}/zaurus-leds-2.6.11.diff.gz;patch=1 \
file://add-oz-release-string.patch;patch=1 \
file://add-elpp-stuff.patch;patch=1 \
file://pxa-serial-hack.patch;patch=1 \
- ${RPSRC}/jl1/pxa-linking-bug.patch;patch=1 \
+ ${RPSRC}/jl1/pxa-linking-bug.patch;patch=1 \
file://defconfig-c7x0 \
file://defconfig-collie \
file://defconfig-poodle \
diff --git a/packages/linux/linux-openzaurus_2.6.12-mm1.bb b/packages/linux/linux-openzaurus_2.6.12-mm1.bb
index 865a880b86..fc519ecfbc 100644
--- a/packages/linux/linux-openzaurus_2.6.12-mm1.bb
+++ b/packages/linux/linux-openzaurus_2.6.12-mm1.bb
@@ -28,10 +28,10 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.12.tar.gz \
${RPSRC}/machtype_update-r1.patch;patch=1 \
${RPSRC}/collie_typofix-r0.patch;patch=1 \
${RPSRC}/rmk_armsmp_fix-r0.patch;patch=1 \
- ${RPSRC}/corgi_tspmu-r1.patch;patch=1 \
+ ${RPSRC}/corgi_tspmu-r1.patch;patch=1 \
${RPSRC}/oprofile_trace-r3.patch;patch=1 \
${RPSRC}/preempt_nwfpe-r0.patch;patch=1 \
- ${RPSRC}/w100_core-r0.patch;patch=1 \
+ ${RPSRC}/w100_core-r0.patch;patch=1 \
${RPSRC}/w100_corgi-r0.patch;patch=1 \
${RPSRC}/corgi_kbd3-r6.patch;patch=1 \
${RPSRC}/corgi_kbd_susres-r0.patch;patch=1 \
@@ -48,7 +48,7 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.12.tar.gz \
${RPSRC}/corgi_snd-r6.patch;patch=1 \
${RPSRC}/pxa_i2c-r2.patch;patch=1 \
${DOSRC}/pxa-i2c-suspend-r0.patch;patch=1 \
- ${DOSRC}/pxa-i2c-func-r0.patch;patch=1 \
+ ${DOSRC}/pxa-i2c-func-r0.patch;patch=1 \
${RPSRC}/mmc_timeout-r0.patch;patch=1 \
${RPSRC}/spitz_mtd-r0.patch;patch=1 \
${RPSRC}/ipaq/hx2750_base-r17.patch;patch=1 \
@@ -73,7 +73,7 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.12.tar.gz \
${JLSRC}/zaurus-local-2.6.11.diff.gz;patch=1 \
file://add-oz-release-string.patch;patch=1 \
file://add-elpp-stuff.patch;patch=1 \
- file://pxa-serial-hack.patch;patch=1 \
+ file://pxa-serial-hack.patch;patch=1 \
${RPSRC}/jl1/pxa-linking-bug.patch;patch=1 \
file://dtl1_cs-add-socket-revE.patch;patch=1 \
file://defconfig-c7x0 \
diff --git a/packages/linux/openzaurus-pxa27x_2.4.20-rmk2-embedix20050228.bb b/packages/linux/openzaurus-pxa27x_2.4.20-rmk2-embedix20050228.bb
index 3855300e31..b1dc3d7081 100644
--- a/packages/linux/openzaurus-pxa27x_2.4.20-rmk2-embedix20050228.bb
+++ b/packages/linux/openzaurus-pxa27x_2.4.20-rmk2-embedix20050228.bb
@@ -35,7 +35,7 @@ SRC_URI = "http://developer.ezaurus.com/sl_j/source/c1000/20050228/linux-c1000-2
file://logo.patch;patch=1 \
file://initsh.patch;patch=1 \
file://disable-pcmcia-probe.patch;patch=1 \
- file://deviceinfo.patch;patch=1 \
+ file://deviceinfo.patch;patch=1 \
file://corgi-fbcon-logo.patch;patch=1 \
file://corgi-default-brightness.patch;patch=1 \
file://1764-1.patch;patch=1 \
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 <pb@handhelds.org>"
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"
diff --git a/packages/meta/meta-maemo.bb b/packages/meta/meta-maemo.bb
index 6f8e886a22..17b9c66653 100644
--- a/packages/meta/meta-maemo.bb
+++ b/packages/meta/meta-maemo.bb
@@ -4,7 +4,7 @@ PACKAGES = maemo-task-base maemo-task-apps maemo-task-libs-install maemo-task
DESCRIPTION = "Meta-package for maemo environment"
MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
-ALLOW_EMPTY = 1
+ALLOW_EMPTY = "1"
maemo-base-depends = "\
diet-x11 \
@@ -80,7 +80,7 @@ maemo-task-apps = "\
hildon-home \
hildon-navigator \
hildon-control-panel \
- osso-application-installer \
+ osso-application-installer \
osso-app-killer \
osso-screenshot-tool \
gpe-todo-hildon \
@@ -89,4 +89,4 @@ maemo-task-apps = "\
RDEPENDS_maemo-task-apps := "${maemo-task-apps}"
DEPENDS += " ${maemo-task-apps}"
-LICENSE = MIT
+LICENSE = "MIT"
diff --git a/packages/meta/meta-sectest-gpe.bb b/packages/meta/meta-sectest-gpe.bb
index 6976699029..db9d86cdd6 100644
--- a/packages/meta/meta-sectest-gpe.bb
+++ b/packages/meta/meta-sectest-gpe.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Meta-package for GPE Security Testing Image"
MAINTAINER = "Bob Davies tyggerbob@rogers.com>"
PR = "r5"
-ALLOW_EMPTY = 1
+ALLOW_EMPTY = "1"
gpe-base-depends = "\
diet-x11 \
@@ -84,7 +84,7 @@ sectest-task-apps = "\
kismet \
hydra \
thcrut \
- driftnet \
+ driftnet \
miniclipboard"
RDEPENDS_sectest-task-apps := "${sectest-task-apps}"
@@ -93,4 +93,4 @@ DEPENDS += " ${sectest-task-apps}"
DEPENDS += "matchbox-themes-extra gtk-industrial-engine"
-LICENSE = MIT
+LICENSE = "MIT"
diff --git a/packages/meta/pivotboot-image.bb b/packages/meta/pivotboot-image.bb
index 7d533e3806..0b8211cb8a 100644
--- a/packages/meta/pivotboot-image.bb
+++ b/packages/meta/pivotboot-image.bb
@@ -12,6 +12,6 @@ FEED_URIS_append_openzaurus = " x11##http://openzaurus.org/official/unstable/${D
e##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/e"
FEED_URIS_append_familiar = " x11##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/x11 \
- opie##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/opie \
+ opie##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/opie"
-LICENSE = MIT
+LICENSE = "MIT"
diff --git a/packages/nfs-utils/nfs-utils_1.0.6.bb b/packages/nfs-utils/nfs-utils_1.0.6.bb
index f37e76f071..068fb315ad 100644
--- a/packages/nfs-utils/nfs-utils_1.0.6.bb
+++ b/packages/nfs-utils/nfs-utils_1.0.6.bb
@@ -1,8 +1,8 @@
DESCRIPTION = "userspace utilities for kernel nfs"
-PRIORITY = "optional
+PRIORITY = "optional"
SECTION = "console/networking"
MAINTAINER = "dyoung <dyoung@thestuffguy.com>"
-LICENSE = GPL
+LICENSE = "GPL"
PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/nfs/nfs-utils-${PV}.tar.gz \
diff --git a/packages/omnievents/omnievents_2.6.1.bb b/packages/omnievents/omnievents_2.6.1.bb
index 482ae837d5..779dd9a84e 100644
--- a/packages/omnievents/omnievents_2.6.1.bb
+++ b/packages/omnievents/omnievents_2.6.1.bb
@@ -1,5 +1,5 @@
PR = "r0"
-DESCRIPTION = "OmniEvent service for omniORB
+DESCRIPTION = "OmniEvent service for omniORB"
SECTION = "devel"
PRIORITY = "optional"
MAINTAINER = "Philip Balister <philip@balister.org>"
diff --git a/packages/openntpd/openntpd_3.7p1.bb b/packages/openntpd/openntpd_3.7p1.bb
index 033f959510..37173e58c7 100644
--- a/packages/openntpd/openntpd_3.7p1.bb
+++ b/packages/openntpd/openntpd_3.7p1.bb
@@ -10,7 +10,7 @@ PR="r1"
SRC_URI = "http://www.zip.com.au/~dtucker/openntpd/release/openntpd-${PV}.tar.gz \
file://autofoo.patch;patch=1 \
file://adjtimex-${PV}.patch;patch=1 \
- file://makefile-install.patch;patch=1 \
+ file://makefile-install.patch;patch=1 \
file://init"
S = "${WORKDIR}/openntpd-${PV}"