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/apt.inc | |
parent | 61d8ea7a140e2e5bf77839c8ee914ae903c83de8 (diff) | |
download | openembedded-core-f8a23031e2a02e5fbef63a01d33e036bc57240b3.tar.gz openembedded-core-f8a23031e2a02e5fbef63a01d33e036bc57240b3.tar.bz2 openembedded-core-f8a23031e2a02e5fbef63a01d33e036bc57240b3.zip |
Drop now unneeded FILESDIR and S variables from various recipes
Diffstat (limited to 'meta/packages/apt/apt.inc')
-rw-r--r-- | meta/packages/apt/apt.inc | 2 |
1 files changed, 0 insertions, 2 deletions
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 \ file://use-host.patch;patch=1 \ " -S = "${WORKDIR}/apt-${PV}" - inherit autotools gettext EXTRA_AUTORECONF = "--exclude=autopoint,autoheader" |