mirror of
https://git.yoctoproject.org/poky
synced 2026-04-01 05:02:21 +02: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}"
|