mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
mklibs-native: 0.1.40 -> 0.1.41
(From OE-Core rev: 562e336c36f78b4a20a135a2b8e2805ceaecee3e) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e19af016b0
commit
306e8b82ea
21
meta/recipes-devtools/mklibs/mklibs-native_0.1.41.bb
Normal file
21
meta/recipes-devtools/mklibs/mklibs-native_0.1.41.bb
Normal file
@@ -0,0 +1,21 @@
|
||||
SUMMARY = "Shared library optimisation tool"
|
||||
DESCRIPTION = "mklibs produces cut-down shared libraries that contain only the routines required by a particular set of executables."
|
||||
HOMEPAGE = "https://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.xz \
|
||||
file://ac_init_fix.patch\
|
||||
file://fix_STT_GNU_IFUNC.patch\
|
||||
file://sysrooted-ldso.patch \
|
||||
file://avoid-failure-on-symbol-provided-by-application.patch \
|
||||
file://show-GNU-unique-symbols-as-provided-symbols.patch \
|
||||
file://fix_cross_compile.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "6b2979876a611717df3d49e7f9cf291d"
|
||||
SRC_URI[sha256sum] = "058c7349f8ec8a03b529c546a95cd6426741bd819f1e1211f499273eb4bf5d89"
|
||||
|
||||
inherit autotools gettext native pythonnative
|
||||
Reference in New Issue
Block a user