From dce2f0533869d41a011eee4a6db5e469f3c64c97 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 7 May 2013 15:24:00 -0700 Subject: mklibs: Update to 0.1.35 (From OE-Core rev: 14565747b61b7181fab600a73490803a351bfd0f) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../mklibs/mklibs-native_0.1.34.bb | 22 ---------------------- .../mklibs/mklibs-native_0.1.35.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-devtools/mklibs/mklibs-native_0.1.34.bb create mode 100644 meta/recipes-devtools/mklibs/mklibs-native_0.1.35.bb (limited to 'meta/recipes-devtools/mklibs') diff --git a/meta/recipes-devtools/mklibs/mklibs-native_0.1.34.bb b/meta/recipes-devtools/mklibs/mklibs-native_0.1.34.bb deleted file mode 100644 index eeb3136..0000000 --- a/meta/recipes-devtools/mklibs/mklibs-native_0.1.34.bb +++ /dev/null @@ -1,22 +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" - -PR = "r1" - -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] = "afe0ed527ba96b8a882b5de350603007" -SRC_URI[sha256sum] = "0c13c314f5c397529f58a5a02d57d83aeb4463d6a0d80b9374c6576ec37ed39f" - -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.35.bb b/meta/recipes-devtools/mklibs/mklibs-native_0.1.35.bb new file mode 100644 index 0000000..b9cbd84 --- /dev/null +++ b/meta/recipes-devtools/mklibs/mklibs-native_0.1.35.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] = "3d2a4bd0bbf5ba964b0a1ecdafd1ea9a" +SRC_URI[sha256sum] = "ccb1023dc1729c5a37ca6c3eca8e4bac3491116763c8820dfce8eea4845c8567" + +inherit autotools gettext native pythonnative + +do_configure_prepend() { + sed "s+MKLIBS_VERSION+${PV}+" ${S}/configure.ac +} -- cgit v1.1