blob: 26d91a9cfa3e57adbc65dbd236723e6c60225425 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require glib.inc
PR = "r1"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.22/glib-${PV}.tar.bz2 \
file://glibconfig-sysdefs.h \
file://configure-libtool.patch;patch=1"
SRC_URI_append_virtclass-native = " file://glib-gettextize-dir.patch;patch=1"
BBCLASSEXTEND = "native"
|