blob: d8d1cc52d21622891ffd8bd213d0176f16b4ba00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require glib.inc
PR = "r0"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.24/glib-${PV}.tar.bz2 \
file://configure-libtool.patch \
file://gatomic-proper-pointer-get-cast.patch \
file://60_wait-longer-for-threads-to-die.patch"
SRC_URI_append_virtclass-native = " file://glib-gettextize-dir.patch"
BBCLASSEXTEND = "native"
|