mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
Drop now unneeded FILESDIR and S variables from various recipes
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user