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