From 6e87a6ffe6ad422fcf4bc6d2a5fc73485cab39e4 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 23 Jul 2013 11:43:43 -0700 Subject: mklibs-native: Update to 0.1.38 (From OE-Core rev: 90102f1c737ed2d5451e134b12906ab4485f9d26) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/mklibs/mklibs-native_0.1.37.bb | 20 -------------------- meta/recipes-devtools/mklibs/mklibs-native_0.1.38.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta/recipes-devtools/mklibs/mklibs-native_0.1.37.bb create mode 100644 meta/recipes-devtools/mklibs/mklibs-native_0.1.38.bb (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/mklibs/mklibs-native_0.1.37.bb b/meta/recipes-devtools/mklibs/mklibs-native_0.1.37.bb deleted file mode 100644 index c37ea87..0000000 --- a/meta/recipes-devtools/mklibs/mklibs-native_0.1.37.bb +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "mklibs produces cut-down shared libraries that contain only the routines required by a particular set of executables." -HOMEPAGE = "https://code.launchpad.net/mklibs" -SECTION = "devel" -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://debian/copyright;md5=98d31037b13d896e33890738ef01af64" -DEPENDS = "python-native" - -SRC_URI = "http://ftp.de.debian.org/debian/pool/main/m/mklibs/${BPN}_${PV}.tar.gz \ - file://ac_init_fix.patch\ - file://fix_STT_GNU_IFUNC.patch\ -" - -SRC_URI[md5sum] = "099cc99d51f09ea51e58a56e62a46af7" -SRC_URI[sha256sum] = "9b2ef35618b1c2def1ca7a0a92c2b3029ef7f2080d894b6d1dbb3f313684d3a3" - -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.38.bb b/meta/recipes-devtools/mklibs/mklibs-native_0.1.38.bb new file mode 100644 index 0000000..e424052 --- /dev/null +++ b/meta/recipes-devtools/mklibs/mklibs-native_0.1.38.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "mklibs produces cut-down shared libraries that contain only the routines required by a particular set of executables." +HOMEPAGE = "https://code.launchpad.net/mklibs" +SECTION = "devel" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://debian/copyright;md5=98d31037b13d896e33890738ef01af64" +DEPENDS = "python-native" + +SRC_URI = "http://ftp.de.debian.org/debian/pool/main/m/mklibs/${BPN}_${PV}.tar.gz \ + file://ac_init_fix.patch\ + file://fix_STT_GNU_IFUNC.patch\ +" + +SRC_URI[md5sum] = "e597b01548204874feef396403615d9f" +SRC_URI[sha256sum] = "e7fe79db2673bb26c98c63fd8b40dcb44b9b94c4bc52a8c4c8112a5cbaf29bf4" + +inherit autotools gettext native pythonnative + +do_configure_prepend() { + sed "s+MKLIBS_VERSION+${PV}+" ${S}/configure.ac +} -- cgit v1.1