mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
Drop now unneeded FILESDIR and S variables from various recipes
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
require gmp_${PV}.bb
|
||||
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gmp-${PV}"
|
||||
S = "${WORKDIR}/gmp-${PV}"
|
||||
|
||||
inherit native
|
||||
|
||||
# darwin 'hacks'
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
require gmp_${PV}.bb
|
||||
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gmp-${PV}"
|
||||
S = "${WORKDIR}/gmp-${PV}"
|
||||
|
||||
inherit sdk
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user