From 0d93a58483eb4a3f8d47893ef730fc9466d61b86 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Mon, 12 Jan 2015 15:45:00 -0800 Subject: mklibs-native: upgrade to 0.1.40 Remove the do_configure_prepend, it never worked since the sed command didn't use '-i'. (From OE-Core rev: e101de6030949d746e04fb901200ff071b197f0c) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- .../mklibs/mklibs-native_0.1.39.bb | 22 ---------------------- .../mklibs/mklibs-native_0.1.40.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-devtools/mklibs/mklibs-native_0.1.39.bb create mode 100644 meta/recipes-devtools/mklibs/mklibs-native_0.1.40.bb (limited to 'meta/recipes-devtools/mklibs') diff --git a/meta/recipes-devtools/mklibs/mklibs-native_0.1.39.bb b/meta/recipes-devtools/mklibs/mklibs-native_0.1.39.bb deleted file mode 100644 index 9885561..0000000 --- a/meta/recipes-devtools/mklibs/mklibs-native_0.1.39.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "Shared library optimisation tool" -DESCRIPTION = "mklibs produces cut-down shared libraries that contain only the routines required by a particular set of executables." -HOMEPAGE = "https://launchpad.net/mklibs" -SECTION = "devel" -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://debian/copyright;md5=98d31037b13d896e33890738ef01af64" -DEPENDS = "python-native dpkg-native" - -SRC_URI = "http://ftp.de.debian.org/debian/pool/main/m/mklibs/${BPN}_${PV}.tar.xz \ - file://ac_init_fix.patch\ - file://fix_STT_GNU_IFUNC.patch\ - file://sysrooted-ldso.patch \ -" - -SRC_URI[md5sum] = "38a579a531401eb76f4bab4ccfb774a2" -SRC_URI[sha256sum] = "fa2881ab4fe72b0504878357f1fc6b17920459b56e8a60dfb083ca28fb64e733" - -inherit autotools gettext native pythonnative - -do_configure_prepend() { - sed "s+MKLIBS_VERSION+${PV}+" ${S}/configure.ac -} diff --git a/meta/recipes-devtools/mklibs/mklibs-native_0.1.40.bb b/meta/recipes-devtools/mklibs/mklibs-native_0.1.40.bb new file mode 100644 index 0000000..b2fcae5 --- /dev/null +++ b/meta/recipes-devtools/mklibs/mklibs-native_0.1.40.bb @@ -0,0 +1,18 @@ +SUMMARY = "Shared library optimisation tool" +DESCRIPTION = "mklibs produces cut-down shared libraries that contain only the routines required by a particular set of executables." +HOMEPAGE = "https://launchpad.net/mklibs" +SECTION = "devel" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://debian/copyright;md5=98d31037b13d896e33890738ef01af64" +DEPENDS = "python-native dpkg-native" + +SRC_URI = "http://ftp.de.debian.org/debian/pool/main/m/mklibs/${BPN}_${PV}.tar.xz \ + file://ac_init_fix.patch\ + file://fix_STT_GNU_IFUNC.patch\ + file://sysrooted-ldso.patch \ +" + +SRC_URI[md5sum] = "e1dafe5f962caa9dc5f2651c0723812a" +SRC_URI[sha256sum] = "1db24ae779d21ccfed49f22e49a2b7ee43ec0e9197bc206d81cd02f96e91e125" + +inherit autotools gettext native pythonnative -- cgit v1.1