diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-22 21:38:09 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-22 21:45:28 +0000 |
commit | be9262233975911e404f6fcdb3c81ba916d28e32 (patch) | |
tree | 2149a99c8d1116e8811d2fc9efad3f973971dd9b /meta/recipes-extended | |
parent | d26cbff22a3dfc3f5682b44d6e753f1c4091a56d (diff) | |
download | poky-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.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/tasks/task-poky-basic.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/time/time_1.7.bb | 4 | ||||
-rw-r--r-- | meta/recipes-extended/tzdata/tzdata_2010o.bb | 2 |
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 \ | |||
9 | SRC_URI = "http://alioth.debian.org/frs/download.php/3195/minicom-${PV}.tar.gz \ | 9 | SRC_URI = "http://alioth.debian.org/frs/download.php/3195/minicom-${PV}.tar.gz \ |
10 | file://rename-conflicting-functions.patch \ | 10 | file://rename-conflicting-functions.patch \ |
11 | " | 11 | " |
12 | # file://gcc4-scope.patch;patch=1 \ | 12 | # file://gcc4-scope.patch;patch=1 |
13 | 13 | ||
14 | SRC_URI[md5sum] = "700976a3c2dcc8bbd50ab9bb1c08837b" | 14 | SRC_URI[md5sum] = "700976a3c2dcc8bbd50ab9bb1c08837b" |
15 | SRC_URI[sha256sum] = "6b7af240b073ba847b091fd75aed4bf720eb94d30e188d23bb098d016bf40a48" | 15 | 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 = "\ | |||
98 | iputils \ | 98 | iputils \ |
99 | iptables \ | 99 | iptables \ |
100 | module-init-tools \ | 100 | module-init-tools \ |
101 | # openssh \ | ||
102 | openssl \ | 101 | openssl \ |
103 | " | 102 | " |
103 | # openssh | ||
104 | 104 | ||
105 | RDEPENDS_task-poky-dev-utils = "\ | 105 | RDEPENDS_task-poky-dev-utils = "\ |
106 | byacc \ | 106 | 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 \ | |||
5 | 5 | ||
6 | SRC_URI[md5sum] = "e38d2b8b34b1ca259cf7b053caac32b3" | 6 | SRC_URI[md5sum] = "e38d2b8b34b1ca259cf7b053caac32b3" |
7 | SRC_URI[sha256sum] = "e37ea79a253bf85a85ada2f7c632c14e481a5fd262a362f6f4fd58e68601496d" | 7 | SRC_URI[sha256sum] = "e37ea79a253bf85a85ada2f7c632c14e481a5fd262a362f6f4fd58e68601496d" |
8 | # file://autofoo.patch;patch=1 \ | 8 | # file://autofoo.patch;patch=1 |
9 | # file://compile.patch;patch=1" | 9 | # file://compile.patch;patch=1 |
10 | S = "${WORKDIR}/time-${PV}" | 10 | S = "${WORKDIR}/time-${PV}" |
11 | 11 | ||
12 | inherit autotools | 12 | 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}" | |||
22 | 22 | ||
23 | TZONES= "africa antarctica asia australasia europe northamerica southamerica \ | 23 | TZONES= "africa antarctica asia australasia europe northamerica southamerica \ |
24 | factory solar87 solar88 solar89 etcetera backward systemv \ | 24 | factory solar87 solar88 solar89 etcetera backward systemv \ |
25 | # pacificnew \ | ||
26 | " | 25 | " |
26 | # pacificnew | ||
27 | 27 | ||
28 | do_compile () { | 28 | do_compile () { |
29 | for zone in ${TZONES}; do \ | 29 | for zone in ${TZONES}; do \ |