]> code.ossystems Code Review - openembedded-core.git/commitdiff
gettext_0.16.1: whitespace changes to align with v0.19.8.1
authorAndré Draszik <git@andred.net>
Thu, 18 Aug 2016 16:15:03 +0000 (17:15 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Aug 2016 16:44:17 +0000 (17:44 +0100)
This further aligns this recipe with the GPLv3 version to make
it easier to  spot differences between the two recipes.

Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/gettext/gettext_0.16.1.bb

index 93f5fcd8a89a944bb8b6b73394585fbbe983322a..e79f4dacf35a8a0c624d369dd0c24527381fadf0 100644 (file)
@@ -21,13 +21,13 @@ SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
            file://hardcode_macro_version.patch \
           "
 
-LDFLAGS_prepend_libc-uclibc = " -lrt -lpthread "
-
 SRC_URI[md5sum] = "3d9ad24301c6d6b17ec30704a13fe127"
 SRC_URI[sha256sum] = "0bf850d1a079fb5a61f0a47b1a9efd35eb44032255375e1cedb0253bc27b376d"
 
 PARALLEL_MAKE = ""
 
+LDFLAGS_prepend_libc-uclibc = " -lrt -lpthread "
+
 inherit autotools texinfo
 
 EXTRA_OECONF += "--without-lispdir \
@@ -104,9 +104,8 @@ FILES_gettext-runtime-doc = "${mandir}/man1/gettext.* \
                              ${infodir}/autosprintf.info \
                             "
 
-
 do_install_append() {
-       rm -f ${D}${libdir}/preloadable_libintl.so
+    rm -f ${D}${libdir}/preloadable_libintl.so
 }
 
 do_install_append_class-native () {