Drop now unneeded FILESDIR and S variables from various recipes

This commit is contained in:
Richard Purdie
2009-01-02 15:34:40 +00:00
parent 61d8ea7a14
commit f8a23031e2
61 changed files with 3 additions and 136 deletions

View File

@@ -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))}"