blob: 6243c0d326aa877110245918473cc139af9553c5 (
plain)
1
2
3
4
5
6
7
8
9
|
require glib.inc
PR = "${INC_PR}.0"
SRC_URI = "\
http://ftp.gnome.org/pub/GNOME/sources/glib/2.18/glib-${PV}.tar.bz2 \
file://glibconfig-sysdefs.h \
file://configure-libtool.patch;patch=1 \
"
SRC_URI_append_arm = " file://atomic-thumb.patch;patch=1"
|