mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
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:
1005
meta/packages/unifdef/files/unifdef.c
Normal file
1005
meta/packages/unifdef/files/unifdef.c
Normal file
File diff suppressed because it is too large
Load Diff
20
meta/packages/unifdef/unifdef-native_2.6.18+git.bb
Normal file
20
meta/packages/unifdef/unifdef-native_2.6.18+git.bb
Normal 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() {
|
||||
:
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user