util-linux-ng: delete newer libtool.m4 files
authorHenning Heinold <heinold@inf.fu-berlin.de>
Thu, 23 Jul 2009 20:15:32 +0000 (22:15 +0200)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Thu, 23 Jul 2009 20:20:09 +0000 (22:20 +0200)
* recipe is now be able to be compiled with older libtool versions
* bump PR fot 2.16

recipes/util-linux-ng/util-linux-ng_2.16.bb

index 1cfdc34..78d8150 100644 (file)
@@ -1,11 +1,19 @@
 require util-linux-ng.inc
 
-PR = "${INC_PR}"
+PR = "${INC_PR}.1"
 
 SRC_URI += "file://uclibc-compile.patch;patch=1 \
-"
+           "
 
 EXTRA_OECONF += " --enable-libuuid --enable-libblkid \
                --disable-fsck"
 LDFLAGS_append_libc-uclibc = " -lintl"
 PACKAGES_DYNAMIC += "libuuid*"
+
+do_configure_prepend_chinook-compat () {
+
+       for i in  lt~obsolete.m4 ltsugar.m4 libtool.m4 ltoptions.m4 ltversion.m4
+       do
+               rm ${S}/m4/${i}
+       done
+}