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/libxml | |
| parent | 61d8ea7a140e2e5bf77839c8ee914ae903c83de8 (diff) | |
| download | poky-f8a23031e2a02e5fbef63a01d33e036bc57240b3.tar.gz | |
Drop now unneeded FILESDIR and S variables from various recipes
Diffstat (limited to 'meta/packages/libxml')
| -rw-r--r-- | meta/packages/libxml/libxml2-native_2.6.29.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/packages/libxml/libxml2-native_2.6.29.bb b/meta/packages/libxml/libxml2-native_2.6.29.bb index da79c9bb4e..75169f2bce 100644 --- a/meta/packages/libxml/libxml2-native_2.6.29.bb +++ b/meta/packages/libxml/libxml2-native_2.6.29.bb | |||
| @@ -6,9 +6,6 @@ DEPENDS += "python-native" | |||
| 6 | 6 | ||
| 7 | EXTRA_OECONF = "--with-python=${STAGING_DIR_NATIVE}/${prefix} --without-debug --without-legacy --with-catalog --without-docbook --with-c14n" | 7 | EXTRA_OECONF = "--with-python=${STAGING_DIR_NATIVE}/${prefix} --without-debug --without-legacy --with-catalog --without-docbook --with-c14n" |
| 8 | 8 | ||
| 9 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libxml2-${PV}" | ||
| 10 | S = "${WORKDIR}/libxml2-${PV}" | ||
| 11 | |||
| 12 | inherit native | 9 | inherit native |
| 13 | 10 | ||
| 14 | do_stage () { | 11 | do_stage () { |
