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-devtools/rpm | |
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-devtools/rpm')
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4.0.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.0.bb b/meta/recipes-devtools/rpm/rpm_5.4.0.bb index ac9df6fa82..8bce395483 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.0.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.0.bb | |||
@@ -186,12 +186,12 @@ FILES_${PN} = "${bindir}/rpm \ | |||
186 | ${libdir}/rpm/bin/wget \ | 186 | ${libdir}/rpm/bin/wget \ |
187 | " | 187 | " |
188 | 188 | ||
189 | # ${libdir}/rpm/magic \ | 189 | # ${libdir}/rpm/magic |
190 | # ${libdir}/rpm/magic.mgc \ | 190 | # ${libdir}/rpm/magic.mgc |
191 | # ${libdir}/rpm/magic.mime \ | 191 | # ${libdir}/rpm/magic.mime |
192 | # ${libdir}/rpm/magic.mime.mgc \ | 192 | # ${libdir}/rpm/magic.mime.mgc |
193 | # ${libdir}/rpm/bin/db_* \ | 193 | # ${libdir}/rpm/bin/db_* |
194 | # ${libdir}/rpm/bin/grep \ | 194 | # ${libdir}/rpm/bin/grep |
195 | 195 | ||
196 | FILES_${PN}-dbg = "${bindir}/.debug \ | 196 | FILES_${PN}-dbg = "${bindir}/.debug \ |
197 | ${libdir}/.debug \ | 197 | ${libdir}/.debug \ |