aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-22 21:38:09 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-22 21:45:28 +0000
commitbe9262233975911e404f6fcdb3c81ba916d28e32 (patch)
tree2149a99c8d1116e8811d2fc9efad3f973971dd9b /meta/recipes-extended
parentd26cbff22a3dfc3f5682b44d6e753f1c4091a56d (diff)
downloadopenembedded-core-be9262233975911e404f6fcdb3c81ba916d28e32.tar.gz
Remove all comments from multiline expressions (as mentioned in bug #704)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/minicom/minicom_2.4.bb2
-rw-r--r--meta/recipes-extended/tasks/task-poky-basic.bb2
-rw-r--r--meta/recipes-extended/time/time_1.7.bb4
-rw-r--r--meta/recipes-extended/tzdata/tzdata_2010o.bb2
4 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-extended/minicom/minicom_2.4.bb b/meta/recipes-extended/minicom/minicom_2.4.bb
index fbe2d30cd8..8718a1fa92 100644
--- a/meta/recipes-extended/minicom/minicom_2.4.bb
+++ b/meta/recipes-extended/minicom/minicom_2.4.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645 \
SRC_URI = "http://alioth.debian.org/frs/download.php/3195/minicom-${PV}.tar.gz \
file://rename-conflicting-functions.patch \
"
-# file://gcc4-scope.patch;patch=1 \
+# file://gcc4-scope.patch;patch=1
SRC_URI[md5sum] = "700976a3c2dcc8bbd50ab9bb1c08837b"
SRC_URI[sha256sum] = "6b7af240b073ba847b091fd75aed4bf720eb94d30e188d23bb098d016bf40a48"
diff --git a/meta/recipes-extended/tasks/task-poky-basic.bb b/meta/recipes-extended/tasks/task-poky-basic.bb
index 145d4fc9e0..d7beafedd8 100644
--- a/meta/recipes-extended/tasks/task-poky-basic.bb
+++ b/meta/recipes-extended/tasks/task-poky-basic.bb
@@ -98,9 +98,9 @@ RDEPENDS_task-poky-basic-extended = "\
iputils \
iptables \
module-init-tools \
-# openssh \
openssl \
"
+# openssh
RDEPENDS_task-poky-dev-utils = "\
byacc \
diff --git a/meta/recipes-extended/time/time_1.7.bb b/meta/recipes-extended/time/time_1.7.bb
index e82077fa40..ef2cb8a9d7 100644
--- a/meta/recipes-extended/time/time_1.7.bb
+++ b/meta/recipes-extended/time/time_1.7.bb
@@ -5,8 +5,8 @@ SRC_URI = "${GNU_MIRROR}/time/time-${PV}.tar.gz \
SRC_URI[md5sum] = "e38d2b8b34b1ca259cf7b053caac32b3"
SRC_URI[sha256sum] = "e37ea79a253bf85a85ada2f7c632c14e481a5fd262a362f6f4fd58e68601496d"
-# file://autofoo.patch;patch=1 \
-# file://compile.patch;patch=1"
+# file://autofoo.patch;patch=1
+# file://compile.patch;patch=1
S = "${WORKDIR}/time-${PV}"
inherit autotools
diff --git a/meta/recipes-extended/tzdata/tzdata_2010o.bb b/meta/recipes-extended/tzdata/tzdata_2010o.bb
index 882d67ac81..d250e5ca1b 100644
--- a/meta/recipes-extended/tzdata/tzdata_2010o.bb
+++ b/meta/recipes-extended/tzdata/tzdata_2010o.bb
@@ -22,8 +22,8 @@ S = "${WORKDIR}"
TZONES= "africa antarctica asia australasia europe northamerica southamerica \
factory solar87 solar88 solar89 etcetera backward systemv \
-# pacificnew \
"
+# pacificnew
do_compile () {
for zone in ${TZONES}; do \