mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 12:49:34 +02:00
mtd-utils-native: Stage header files for yaffs2 (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3092 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -3,8 +3,12 @@ DEPENDS = "zlib-native lzo-native"
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/mtd-utils"
|
||||
|
||||
do_stage () {
|
||||
install -d ${STAGING_INCDIR}/mtd
|
||||
for f in ${S}/include/mtd/*.h; do
|
||||
install -m 0644 $f ${STAGING_INCDIR}/mtd/
|
||||
done
|
||||
for binary in ${mtd_utils}; do
|
||||
install -m 0755 $binary ${STAGING_BINDIR}
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user