diff options
| author | André Draszik <git@andred.net> | 2016-08-18 17:15:03 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-23 17:44:40 +0100 |
| commit | 053bafd8b2282511e9c51de3edf77b7b354a053a (patch) | |
| tree | 5b7fbf00833b2c35e1046b34e9e56dbadc214b5b /meta/recipes-core/gettext | |
| parent | 5acf2f64eab9f62249cad9445797f0592a9abfb9 (diff) | |
| download | poky-053bafd8b2282511e9c51de3edf77b7b354a053a.tar.gz | |
gettext_0.16.1: whitespace changes to align with v0.19.8.1
This further aligns this recipe with the GPLv3 version to make
it easier to spot differences between the two recipes.
(From OE-Core rev: e25a533e8ca2fc1fa897df252830825cb9a5f028)
Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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.16.1.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.16.1.bb b/meta/recipes-core/gettext/gettext_0.16.1.bb index 93f5fcd8a8..e79f4dacf3 100644 --- a/meta/recipes-core/gettext/gettext_0.16.1.bb +++ b/meta/recipes-core/gettext/gettext_0.16.1.bb | |||
| @@ -21,13 +21,13 @@ SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ | |||
| 21 | file://hardcode_macro_version.patch \ | 21 | file://hardcode_macro_version.patch \ |
| 22 | " | 22 | " |
| 23 | 23 | ||
| 24 | LDFLAGS_prepend_libc-uclibc = " -lrt -lpthread " | ||
| 25 | |||
| 26 | SRC_URI[md5sum] = "3d9ad24301c6d6b17ec30704a13fe127" | 24 | SRC_URI[md5sum] = "3d9ad24301c6d6b17ec30704a13fe127" |
| 27 | SRC_URI[sha256sum] = "0bf850d1a079fb5a61f0a47b1a9efd35eb44032255375e1cedb0253bc27b376d" | 25 | SRC_URI[sha256sum] = "0bf850d1a079fb5a61f0a47b1a9efd35eb44032255375e1cedb0253bc27b376d" |
| 28 | 26 | ||
| 29 | PARALLEL_MAKE = "" | 27 | PARALLEL_MAKE = "" |
| 30 | 28 | ||
| 29 | LDFLAGS_prepend_libc-uclibc = " -lrt -lpthread " | ||
| 30 | |||
| 31 | inherit autotools texinfo | 31 | inherit autotools texinfo |
| 32 | 32 | ||
| 33 | EXTRA_OECONF += "--without-lispdir \ | 33 | EXTRA_OECONF += "--without-lispdir \ |
| @@ -104,9 +104,8 @@ FILES_gettext-runtime-doc = "${mandir}/man1/gettext.* \ | |||
| 104 | ${infodir}/autosprintf.info \ | 104 | ${infodir}/autosprintf.info \ |
| 105 | " | 105 | " |
| 106 | 106 | ||
| 107 | |||
| 108 | do_install_append() { | 107 | do_install_append() { |
| 109 | rm -f ${D}${libdir}/preloadable_libintl.so | 108 | rm -f ${D}${libdir}/preloadable_libintl.so |
| 110 | } | 109 | } |
| 111 | 110 | ||
| 112 | do_install_append_class-native () { | 111 | do_install_append_class-native () { |
