glib-2.0: Revert glib-2.0 S variable removal

This commit is contained in:
Richard Purdie 2009-01-03 20:24:24 +00:00
parent f091e6c78a
commit bb2a5c9810
2 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,8 @@ SRC_URI = "http://download.gnome.org/sources/glib/2.18/glib-${PV}.tar.bz2 \
file://configure-libtool.patch;patch=1 \
file://glibconfig-sysdefs.h"
S = "${WORKDIR}/glib-${PV}"
inherit autotools pkgconfig native gettext
acpaths = ""

View File

@ -15,6 +15,8 @@ FILES_glib-2.0-utils = "${bindir}/*"
EXTRA_OECONF = "--enable-included-printf=no"
S = "${WORKDIR}/glib-${PV}"
inherit autotools pkgconfig gettext
require glib-2.0.inc