diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-03 20:24:24 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-03 20:24:24 +0000 |
commit | bb2a5c981019c80d319c6254c5994b7d158c65bd (patch) | |
tree | b1cbca628a98ec682e6df5be244290189614751c /meta/packages/glib-2.0 | |
parent | f091e6c78ac882deae3961939af57d5423560db3 (diff) | |
download | poky-bb2a5c981019c80d319c6254c5994b7d158c65bd.tar.gz |
glib-2.0: Revert glib-2.0 S variable removal
Diffstat (limited to 'meta/packages/glib-2.0')
-rw-r--r-- | meta/packages/glib-2.0/glib-2.0-native_2.18.1.bb | 2 | ||||
-rw-r--r-- | meta/packages/glib-2.0/glib.inc | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/glib-2.0/glib-2.0-native_2.18.1.bb b/meta/packages/glib-2.0/glib-2.0-native_2.18.1.bb index 2bfb706c70..9d722d657b 100644 --- a/meta/packages/glib-2.0/glib-2.0-native_2.18.1.bb +++ b/meta/packages/glib-2.0/glib-2.0-native_2.18.1.bb | |||
@@ -14,6 +14,8 @@ SRC_URI = "http://download.gnome.org/sources/glib/2.18/glib-${PV}.tar.bz2 \ | |||
14 | file://configure-libtool.patch;patch=1 \ | 14 | file://configure-libtool.patch;patch=1 \ |
15 | file://glibconfig-sysdefs.h" | 15 | file://glibconfig-sysdefs.h" |
16 | 16 | ||
17 | S = "${WORKDIR}/glib-${PV}" | ||
18 | |||
17 | inherit autotools pkgconfig native gettext | 19 | inherit autotools pkgconfig native gettext |
18 | 20 | ||
19 | acpaths = "" | 21 | acpaths = "" |
diff --git a/meta/packages/glib-2.0/glib.inc b/meta/packages/glib-2.0/glib.inc index e65665da65..78f36c034f 100644 --- a/meta/packages/glib-2.0/glib.inc +++ b/meta/packages/glib-2.0/glib.inc | |||
@@ -15,6 +15,8 @@ FILES_glib-2.0-utils = "${bindir}/*" | |||
15 | 15 | ||
16 | EXTRA_OECONF = "--enable-included-printf=no" | 16 | EXTRA_OECONF = "--enable-included-printf=no" |
17 | 17 | ||
18 | S = "${WORKDIR}/glib-${PV}" | ||
19 | |||
18 | inherit autotools pkgconfig gettext | 20 | inherit autotools pkgconfig gettext |
19 | 21 | ||
20 | require glib-2.0.inc | 22 | require glib-2.0.inc |