mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 02:03:04 +01:00
* Added OE patches by Khem Raj which enable sysroot support and rename the command line option --with-sysroot to --with-libtool-sysroot to avoid conflicts with binutils and gcc * Removed obsolete cross_compile.patch * Changed SRC_URI_append to SRC_URI += * PR bump for all recipes Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 lines
449 B
PHP
13 lines
449 B
PHP
require libtool.inc
|
|
DEPENDS = "libtool-native"
|
|
|
|
PACKAGES =+ "libltdl libltdl-dev libltdl-dbg"
|
|
FILES_${PN} += "${datadir}/aclocal*"
|
|
FILES_libltdl = "${libdir}/libltdl.so.*"
|
|
FILES_libltdl-dev = "${libdir}/libltdl.* ${includedir}/ltdl.h"
|
|
FILES_libltdl-dbg = "${libdir}/.debug/"
|
|
|
|
SRC_URI[md5sum] = "b32b04148ecdd7344abc6fe8bd1bb021"
|
|
SRC_URI[sha256sum] = "13df57ab63a94e196c5d6e95d64e53262834fe780d5e82c28f177f9f71ddf62e"
|
|
|
|
EXTRA_OECONF = "--with-sysroot" |