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 | openembedded-core-be9262233975911e404f6fcdb3c81ba916d28e32.tar.gz openembedded-core-be9262233975911e404f6fcdb3c81ba916d28e32.tar.bz2 openembedded-core-be9262233975911e404f6fcdb3c81ba916d28e32.zip |
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 \ ${libdir}/rpm/bin/wget \ " -# ${libdir}/rpm/magic \ -# ${libdir}/rpm/magic.mgc \ -# ${libdir}/rpm/magic.mime \ -# ${libdir}/rpm/magic.mime.mgc \ -# ${libdir}/rpm/bin/db_* \ -# ${libdir}/rpm/bin/grep \ +# ${libdir}/rpm/magic +# ${libdir}/rpm/magic.mgc +# ${libdir}/rpm/magic.mime +# ${libdir}/rpm/magic.mime.mgc +# ${libdir}/rpm/bin/db_* +# ${libdir}/rpm/bin/grep FILES_${PN}-dbg = "${bindir}/.debug \ ${libdir}/.debug \ |