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/jpeg | |
parent | 61d8ea7a140e2e5bf77839c8ee914ae903c83de8 (diff) | |
download | poky-f8a23031e2a02e5fbef63a01d33e036bc57240b3.tar.gz |
Drop now unneeded FILESDIR and S variables from various recipes
Diffstat (limited to 'meta/packages/jpeg')
-rw-r--r-- | meta/packages/jpeg/jpeg-native_6b.bb | 1 | ||||
-rw-r--r-- | meta/packages/jpeg/jpeg_6b.bb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/meta/packages/jpeg/jpeg-native_6b.bb b/meta/packages/jpeg/jpeg-native_6b.bb index 450e4b36a7..2591a7ab18 100644 --- a/meta/packages/jpeg/jpeg-native_6b.bb +++ b/meta/packages/jpeg/jpeg-native_6b.bb | |||
@@ -1,7 +1,6 @@ | |||
1 | SECTION = "libs" | 1 | SECTION = "libs" |
2 | require jpeg_${PV}.bb | 2 | require jpeg_${PV}.bb |
3 | inherit native | 3 | inherit native |
4 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/jpeg-${PV}" | ||
5 | DEPENDS = "" | 4 | DEPENDS = "" |
6 | 5 | ||
7 | do_stage() { | 6 | do_stage() { |
diff --git a/meta/packages/jpeg/jpeg_6b.bb b/meta/packages/jpeg/jpeg_6b.bb index b930870bc6..d64fb0996a 100644 --- a/meta/packages/jpeg/jpeg_6b.bb +++ b/meta/packages/jpeg/jpeg_6b.bb | |||
@@ -12,7 +12,6 @@ SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \ | |||
12 | file://ldflags.patch;patch=1 \ | 12 | file://ldflags.patch;patch=1 \ |
13 | file://paths.patch;patch=1 \ | 13 | file://paths.patch;patch=1 \ |
14 | file://libtool_tweak.patch;patch=1" | 14 | file://libtool_tweak.patch;patch=1" |
15 | S = "${WORKDIR}/jpeg-${PV}" | ||
16 | 15 | ||
17 | inherit autotools | 16 | inherit autotools |
18 | 17 | ||