mirror of
https://git.yoctoproject.org/poky
synced 2026-02-28 12:29:40 +01:00
Remove older patches that have been fixed upstream, added new patch to use the correct alias-libtool instead of ./libtool. pkgconfig provides an internal glib library, so use it to avoid ciruclar dependecny issues. (From OE-Core rev: d91a43228c5ba35335a28de278194df23dcdf978) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 lines
337 B
BlitzBasic
11 lines
337 B
BlitzBasic
require pkgconfig.inc
|
|
|
|
SRC_URI += " \
|
|
file://glibconfig-sysdefs.h \
|
|
file://pkg-config-native.in \
|
|
file://fix-glib-configure-libtool-usage.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "aa3c86e67551adc3ac865160e34a2a0d"
|
|
SRC_URI[sha256sum] = "6b6eb31c6ec4421174578652c7e141fdaae2dabad1021f420d8713206ac1f845"
|