summaryrefslogtreecommitdiff
path: root/recipes-kernel/spiaudio-module/spiaudio-module.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/spiaudio-module/spiaudio-module.bb')
-rw-r--r--recipes-kernel/spiaudio-module/spiaudio-module.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-kernel/spiaudio-module/spiaudio-module.bb b/recipes-kernel/spiaudio-module/spiaudio-module.bb
new file mode 100644
index 0000000..5e11f0f
--- /dev/null
+++ b/recipes-kernel/spiaudio-module/spiaudio-module.bb
@@ -0,0 +1,16 @@
+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://at73c213_.c \
+ file://at73c213.h \
+ file://COPYING \
+ "
+
+S = "${WORKDIR}"