From f8a23031e2a02e5fbef63a01d33e036bc57240b3 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 2 Jan 2009 15:34:40 +0000 Subject: Drop now unneeded FILESDIR and S variables from various recipes --- meta/packages/apt/apt-native.inc | 1 - meta/packages/apt/apt.inc | 2 -- 2 files changed, 3 deletions(-) (limited to 'meta/packages/apt') diff --git a/meta/packages/apt/apt-native.inc b/meta/packages/apt/apt-native.inc index 6ee26e491..81e9f9415 100644 --- a/meta/packages/apt/apt-native.inc +++ b/meta/packages/apt/apt-native.inc @@ -2,7 +2,6 @@ require apt.inc inherit native DEPENDS += "dpkg-native gettext-native" -FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/apt-${PV}" PACKAGES = "" USE_NLS = "yes" diff --git a/meta/packages/apt/apt.inc b/meta/packages/apt/apt.inc index be764de21..0913a7fcb 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" -- cgit v1.2.3