diff options
author | Richard Purdie <richard@ted.(none)> | 2009-01-02 15:34:40 +0000 |
---|---|---|
committer | Richard Purdie <richard@ted.(none)> | 2009-01-02 15:34:40 +0000 |
commit | f8a23031e2a02e5fbef63a01d33e036bc57240b3 (patch) | |
tree | 97ba7224a9a46fcd5ecec81ab3258c06bc6f9498 /meta/packages/glib-2.0 | |
parent | 61d8ea7a140e2e5bf77839c8ee914ae903c83de8 (diff) | |
download | poky-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.bb | 4 | ||||
-rw-r--r-- | meta/packages/glib-2.0/glib.inc | 2 |
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 | ||
17 | S = "${WORKDIR}/glib-${PV}" | ||
18 | |||
19 | inherit autotools pkgconfig native gettext | 17 | inherit autotools pkgconfig native gettext |
20 | 18 | ||
21 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glib-2.0-${PV}" | ||
22 | |||
23 | acpaths = "" | 19 | acpaths = "" |
24 | do_configure_prepend () { | 20 | do_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 | ||
16 | EXTRA_OECONF = "--enable-included-printf=no" | 16 | EXTRA_OECONF = "--enable-included-printf=no" |
17 | 17 | ||
18 | S = "${WORKDIR}/glib-${PV}" | ||
19 | |||
20 | inherit autotools pkgconfig gettext | 18 | inherit autotools pkgconfig gettext |
21 | 19 | ||
22 | require glib-2.0.inc | 20 | require glib-2.0.inc |