From e1a9c8fb0316c3461b88e37b662823167b5954cd Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Mon, 24 Jan 2011 20:35:24 -0800 Subject: mklibs-native: new recipe for optimizing size of library files Signed-off-by: Nitin A Kamble --- .../mklibs/mklibs-native_0.1.31.bb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta/recipes-devtools/mklibs/mklibs-native_0.1.31.bb (limited to 'meta/recipes-devtools/mklibs/mklibs-native_0.1.31.bb') diff --git a/meta/recipes-devtools/mklibs/mklibs-native_0.1.31.bb b/meta/recipes-devtools/mklibs/mklibs-native_0.1.31.bb new file mode 100644 index 000000000..2044d125e --- /dev/null +++ b/meta/recipes-devtools/mklibs/mklibs-native_0.1.31.bb @@ -0,0 +1,23 @@ +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 = "r0" + +SRC_URI = "http://ftp.de.debian.org/debian/pool/main/m/mklibs/${BPN}_${PV}.tar.gz \ + file://ac_init_fix.patch\ +" + +SRC_URI[md5sum] = "f4df0307ccbdf60070e42277513f27ed" +SRC_URI[sha256sum] = "8f5595621eb09d52871c771861e81b032d10c31d15e5dd61fa7f5a9e5b7de405" + +S = "${WORKDIR}/${BPN}" + +inherit autotools gettext native + +do_configure_prepend() { + sed "s+MKLIBS_VERSION+${PV}+" ${S}/configure.ac +} -- cgit v1.2.3