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/apt | |
| parent | 61d8ea7a140e2e5bf77839c8ee914ae903c83de8 (diff) | |
| download | poky-f8a23031e2a02e5fbef63a01d33e036bc57240b3.tar.gz | |
Drop now unneeded FILESDIR and S variables from various recipes
Diffstat (limited to 'meta/packages/apt')
| -rw-r--r-- | meta/packages/apt/apt-native.inc | 1 | ||||
| -rw-r--r-- | meta/packages/apt/apt.inc | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/meta/packages/apt/apt-native.inc b/meta/packages/apt/apt-native.inc index 6ee26e491a..81e9f9415f 100644 --- a/meta/packages/apt/apt-native.inc +++ b/meta/packages/apt/apt-native.inc | |||
| @@ -2,7 +2,6 @@ require apt.inc | |||
| 2 | inherit native | 2 | inherit native |
| 3 | 3 | ||
| 4 | DEPENDS += "dpkg-native gettext-native" | 4 | DEPENDS += "dpkg-native gettext-native" |
| 5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/apt-${PV}" | ||
| 6 | PACKAGES = "" | 5 | PACKAGES = "" |
| 7 | USE_NLS = "yes" | 6 | USE_NLS = "yes" |
| 8 | 7 | ||
diff --git a/meta/packages/apt/apt.inc b/meta/packages/apt/apt.inc index be764de21c..0913a7fcb4 100644 --- a/meta/packages/apt/apt.inc +++ b/meta/packages/apt/apt.inc | |||
| @@ -7,8 +7,6 @@ SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \ | |||
| 7 | file://use-host.patch;patch=1 \ | 7 | file://use-host.patch;patch=1 \ |
| 8 | " | 8 | " |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/apt-${PV}" | ||
| 11 | |||
| 12 | inherit autotools gettext | 10 | inherit autotools gettext |
| 13 | 11 | ||
| 14 | EXTRA_AUTORECONF = "--exclude=autopoint,autoheader" | 12 | EXTRA_AUTORECONF = "--exclude=autopoint,autoheader" |
