mirror of
https://git.yoctoproject.org/poky
synced 2026-06-11 04:19:50 +00:00
Drop now unneeded FILESDIR and S variables from various recipes
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
require pkgconfig.inc
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/pkgconfig-${PV}"
|
||||
|
||||
S = "${WORKDIR}/pkg-config-${PV}/"
|
||||
inherit native
|
||||
DEPENDS = ""
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
require pkgconfig.inc
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/pkgconfig-${PV}"
|
||||
|
||||
S = "${WORKDIR}/pkg-config-${PV}/"
|
||||
inherit sdk
|
||||
DEPENDS = ""
|
||||
|
||||
Reference in New Issue
Block a user