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-core/gettext | |
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-core/gettext')
-rw-r--r-- | meta/recipes-core/gettext/gettext_0.14.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.14.1.bb b/meta/recipes-core/gettext/gettext_0.14.1.bb index ad5121736e..90756bcb28 100644 --- a/meta/recipes-core/gettext/gettext_0.14.1.bb +++ b/meta/recipes-core/gettext/gettext_0.14.1.bb @@ -17,7 +17,7 @@ SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ file://getline.m4.patch \ file://disable_java.patch" -# file://gettext-autoconf-lib-link-no-L.patch \ +# file://gettext-autoconf-lib-link-no-L.patch SRC_URI_append_linux-uclibc = " file://gettext-error_print_progname.patch" SRC_URI_append_linux-uclibceabi = " file://gettext-error_print_progname.patch" |