generic-poky/meta/packages/unifdef/unifdef-native_2.6.18+git.bb

21 lines
282 B
BlitzBasic

DESCRIPTION = "Kernel header preprocessor"
SECTION = "devel"
LICENSE = "GPL"
SRC_URI = "file://unifdef.c"
inherit native
do_compile() {
${CC} ${CFLAGS} ${LDFLAGS} -o unifdef ${WORKDIR}/unifdef.c
}
do_stage() {
install -m 0755 unifdef ${STAGING_BINDIR}
}
do_install() {
:
}