diff options
Diffstat (limited to 'meta/recipes-devtools/mklibs/mklibs-native_0.1.33.bb')
-rw-r--r-- | meta/recipes-devtools/mklibs/mklibs-native_0.1.33.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-devtools/mklibs/mklibs-native_0.1.33.bb b/meta/recipes-devtools/mklibs/mklibs-native_0.1.33.bb new file mode 100644 index 0000000000..d288c77afb --- /dev/null +++ b/meta/recipes-devtools/mklibs/mklibs-native_0.1.33.bb | |||
@@ -0,0 +1,24 @@ | |||
1 | DESCRIPTION = "mklibs produces cut-down shared libraries that contain only the routines required by a particular set of executables." | ||
2 | HOMEPAGE = "https://code.launchpad.net/mklibs" | ||
3 | SECTION = "devel" | ||
4 | LICENSE = "GPLv2+" | ||
5 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=98d31037b13d896e33890738ef01af64" | ||
6 | DEPENDS = "python-native" | ||
7 | |||
8 | PR = "r0" | ||
9 | |||
10 | SRC_URI = "http://ftp.de.debian.org/debian/pool/main/m/mklibs/${BPN}_${PV}.tar.gz \ | ||
11 | file://ac_init_fix.patch\ | ||
12 | file://fix_STT_GNU_IFUNC.patch\ | ||
13 | " | ||
14 | |||
15 | SRC_URI[md5sum] = "a462d9b802164993d247c1193116d78b" | ||
16 | SRC_URI[sha256sum] = "706aa22ec979bc54adaf9616d278cecc2f1e8cd5faa656269c9760e8669fcc1e" | ||
17 | |||
18 | S = "${WORKDIR}/${BPN}" | ||
19 | |||
20 | inherit autotools gettext native | ||
21 | |||
22 | do_configure_prepend() { | ||
23 | sed "s+MKLIBS_VERSION+${PV}+" ${S}/configure.ac | ||
24 | } | ||