summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-utilities/beeper-test/beeper-test.bb
blob: 0610ec5a42849db2602d1b88fc924a33f5f16340 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUMMARY = "Beeper Test App"
DESCRIPTION = "Beeper Test Application for pwm-beeper"

inherit cmake

LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM += "\
    file://beeper-test.cpp;beginline=2;endline=14;md5=c451359f18a13ee69602afce1588c01a \
    "

SRC_URI = "\
    file://CMakeLists.txt;subdir=${BP} \
    file://beeper-test.cpp;subdir=${BP} \
    "