summaryrefslogtreecommitdiff
path: root/recipes-kernel/spiaudio-module/spiaudio-module.bb
blob: 5e11f0f110c759bef5e9c340d94d8289ef37ba68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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}"