mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
Drop now unneeded FILESDIR and S variables from various recipes
This commit is contained in:
@@ -2,13 +2,10 @@ DESCRIPTION = "A tool for automatically generating Makefiles."
|
||||
LICENSE = "GPLv2"
|
||||
HOMEPAGE = "http://www.gnu.org/software/automake/"
|
||||
SECTION = "devel"
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/automake-${PV}"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 "
|
||||
|
||||
S = "${WORKDIR}/automake-${PV}"
|
||||
|
||||
inherit autotools
|
||||
|
||||
export AUTOMAKE = "${@bb.which('automake', bb.data.getVar('PATH', d, 1))}"
|
||||
|
||||
Reference in New Issue
Block a user