From 1f2436e5c41e420deb1ed606e37d2ed083b26f03 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Mon, 20 May 2013 19:18:49 -0700 Subject: mklibs: Update to 0.1.37 (From OE-Core rev: 4132b811bff36f79caecb3cfb0b7b0b91c2abfc1) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/mklibs/mklibs-native_0.1.35.bb | 20 -------------------- meta/recipes-devtools/mklibs/mklibs-native_0.1.37.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta/recipes-devtools/mklibs/mklibs-native_0.1.35.bb create mode 100644 meta/recipes-devtools/mklibs/mklibs-native_0.1.37.bb (limited to 'meta/recipes-devtools/mklibs') diff --git a/meta/recipes-devtools/mklibs/mklibs-native_0.1.35.bb b/meta/recipes-devtools/mklibs/mklibs-native_0.1.35.bb deleted file mode 100644 index b9cbd8433d..0000000000 --- a/meta/recipes-devtools/mklibs/mklibs-native_0.1.35.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] = "3d2a4bd0bbf5ba964b0a1ecdafd1ea9a" -SRC_URI[sha256sum] = "ccb1023dc1729c5a37ca6c3eca8e4bac3491116763c8820dfce8eea4845c8567" - -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.37.bb b/meta/recipes-devtools/mklibs/mklibs-native_0.1.37.bb new file mode 100644 index 0000000000..c37ea87457 --- /dev/null +++ b/meta/recipes-devtools/mklibs/mklibs-native_0.1.37.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] = "099cc99d51f09ea51e58a56e62a46af7" +SRC_URI[sha256sum] = "9b2ef35618b1c2def1ca7a0a92c2b3029ef7f2080d894b6d1dbb3f313684d3a3" + +inherit autotools gettext native pythonnative + +do_configure_prepend() { + sed "s+MKLIBS_VERSION+${PV}+" ${S}/configure.ac +} -- cgit v1.2.3-54-g00ecf