blob: 59fec29a054eeb00264cdff93618175d3b51ec0d [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "Shared library optimisation tool"
2DESCRIPTION = "mklibs produces cut-down shared libraries that contain only the routines required by a particular set of executables."
3HOMEPAGE = "https://launchpad.net/mklibs"
4SECTION = "devel"
5LICENSE = "GPLv2+"
6LIC_FILES_CHKSUM = "file://debian/copyright;md5=98d31037b13d896e33890738ef01af64"
7DEPENDS = "python-native"
8
9SRC_URI = "http://ftp.de.debian.org/debian/pool/main/m/mklibs/${BPN}_${PV}.tar.xz \
10 file://ac_init_fix.patch\
11 file://fix_STT_GNU_IFUNC.patch\
12 file://sysrooted-ldso.patch \
13 file://avoid-failure-on-symbol-provided-by-application.patch \
14 file://show-GNU-unique-symbols-as-provided-symbols.patch \
15 file://fix_cross_compile.patch \
16"
17
18SRC_URI[md5sum] = "e1dafe5f962caa9dc5f2651c0723812a"
19SRC_URI[sha256sum] = "1db24ae779d21ccfed49f22e49a2b7ee43ec0e9197bc206d81cd02f96e91e125"
20
21inherit autotools gettext native pythonnative