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/glib-2.0-native_2.18.1.bb | |
| 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/glib-2.0-native_2.18.1.bb')
| -rw-r--r-- | meta/packages/glib-2.0/glib-2.0-native_2.18.1.bb | 4 |
1 files changed, 0 insertions, 4 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 . |
