mirror of
https://git.yoctoproject.org/poky
synced 2026-02-27 11:59:40 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3202 311d38ba-8fff-0310-9ca6-ca027cbcb966
8 lines
150 B
BlitzBasic
8 lines
150 B
BlitzBasic
require findutils.inc
|
|
|
|
inherit native
|
|
|
|
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/findutils-${PV}"
|
|
|
|
S = "${WORKDIR}/findutils-${PV}"
|