mirror of
git://git.yoctoproject.org/poky
synced 2026-09-26 14:43:09 +00: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
|
|
|