mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
8 lines
137 B
BlitzBasic
8 lines
137 B
BlitzBasic
include gmp_${PV}.bb
|
|
|
|
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gmp-${PV}"
|
|
S = "${WORKDIR}/gmp-${PV}"
|
|
|
|
inherit native
|
|
|