Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Shared library optimisation tool" |
| 2 | DESCRIPTION = "mklibs produces cut-down shared libraries that contain only the routines required by a particular set of executables." |
| 3 | HOMEPAGE = "https://launchpad.net/mklibs" |
| 4 | SECTION = "devel" |
| 5 | LICENSE = "GPLv2+" |
| 6 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=98d31037b13d896e33890738ef01af64" |
| 7 | DEPENDS = "python-native" |
| 8 | |
| 9 | SRC_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 | |
| 18 | SRC_URI[md5sum] = "e1dafe5f962caa9dc5f2651c0723812a" |
| 19 | SRC_URI[sha256sum] = "1db24ae779d21ccfed49f22e49a2b7ee43ec0e9197bc206d81cd02f96e91e125" |
| 20 | |
| 21 | inherit autotools gettext native pythonnative |