summaryrefslogtreecommitdiff
path: root/meta/packages/unifdef/unifdef-native_2.6.18+git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/unifdef/unifdef-native_2.6.18+git.bb')
-rw-r--r--meta/packages/unifdef/unifdef-native_2.6.18+git.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/packages/unifdef/unifdef-native_2.6.18+git.bb b/meta/packages/unifdef/unifdef-native_2.6.18+git.bb
deleted file mode 100644
index d879782b2..000000000
--- a/meta/packages/unifdef/unifdef-native_2.6.18+git.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-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_install() {
- install -d ${D}${bindir}
- install -m 0755 unifdef ${D}${bindir}
-}
-