]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/genext2fs/genext2fs-native_1.3.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / genext2fs / genext2fs-native_1.3.bb
1 include genext2fs_${PV}.bb
2 inherit native
3 FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/genext2fs-${PV}', '${FILE_DIRNAME}/genext2fs', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
4
5 do_stage () {
6         install -m 0755 genext2fs ${STAGING_BINDIR}/
7 }
8
9 do_install () {
10         :
11 }