summaryrefslogtreecommitdiff
path: root/meta/recipes-kernel/hello-mod/hello-mod_0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/hello-mod/hello-mod_0.1.bb')
-rw-r--r--meta/recipes-kernel/hello-mod/hello-mod_0.1.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-kernel/hello-mod/hello-mod_0.1.bb b/meta/recipes-kernel/hello-mod/hello-mod_0.1.bb
deleted file mode 100644
index 64a6ddad4..000000000
--- a/meta/recipes-kernel/hello-mod/hello-mod_0.1.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-DESCRIPTION = "hello-world-mod tests the module.bbclass mechanism."
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
-
-inherit module
-
-PR = "r0"
-PV = "0.1"
-
-SRC_URI = "file://Makefile \
- file://hello.c \
- file://COPYING \
- "
-
-S = "${WORKDIR}"