summaryrefslogtreecommitdiffstats
path: root/meta/packages/glib-2.0
diff options
context:
space:
mode:
authorRichard Purdie <richard@ted.(none)>2009-01-02 15:34:40 +0000
committerRichard Purdie <richard@ted.(none)>2009-01-02 15:34:40 +0000
commitf8a23031e2a02e5fbef63a01d33e036bc57240b3 (patch)
tree97ba7224a9a46fcd5ecec81ab3258c06bc6f9498 /meta/packages/glib-2.0
parent61d8ea7a140e2e5bf77839c8ee914ae903c83de8 (diff)
downloadpoky-f8a23031e2a02e5fbef63a01d33e036bc57240b3.tar.gz
Drop now unneeded FILESDIR and S variables from various recipes
Diffstat (limited to 'meta/packages/glib-2.0')
-rw-r--r--meta/packages/glib-2.0/glib-2.0-native_2.18.1.bb4
-rw-r--r--meta/packages/glib-2.0/glib.inc2
2 files changed, 0 insertions, 6 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 ff593ccffa..2bfb706c70 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,12 +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
17S = "${WORKDIR}/glib-${PV}"
18
19inherit autotools pkgconfig native gettext 17inherit autotools pkgconfig native gettext
20 18
21FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glib-2.0-${PV}"
22
23acpaths = "" 19acpaths = ""
24do_configure_prepend () { 20do_configure_prepend () {
25 install -m 0644 ${WORKDIR}/glibconfig-sysdefs.h . 21 install -m 0644 ${WORKDIR}/glibconfig-sysdefs.h .
diff --git a/meta/packages/glib-2.0/glib.inc b/meta/packages/glib-2.0/glib.inc
index 78f36c034f..e65665da65 100644
--- a/meta/packages/glib-2.0/glib.inc
+++ b/meta/packages/glib-2.0/glib.inc
@@ -15,8 +15,6 @@ FILES_glib-2.0-utils = "${bindir}/*"
15 15
16EXTRA_OECONF = "--enable-included-printf=no" 16EXTRA_OECONF = "--enable-included-printf=no"
17 17
18S = "${WORKDIR}/glib-${PV}"
19
20inherit autotools pkgconfig gettext 18inherit autotools pkgconfig gettext
21 19
22require glib-2.0.inc 20require glib-2.0.inc