Add unidef-native (for linux-libc-headers 2.6.18)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1325 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2007-03-05 09:44:46 +00:00
parent 2434ebc0aa
commit af37d17d15
2 changed files with 1025 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,20 @@
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() {
:
}