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,7 +2,6 @@ require quilt_${PV}.inc
SRC_URI_append_build-darwin = "? file://non-gnu.patch;patch=1 "
RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native util-linux-native"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/quilt-${PV}"
INHIBIT_AUTOTOOLS_DEPS = "1"

View File

@@ -4,5 +4,3 @@ SECTION = "devel"
LICENSE = "GPL"
SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz "
S = "${WORKDIR}/quilt-${PV}"