aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-tests/basic1_1.bb
blob: 9c2cb93c6c892ad1ca54d51027f29cf6c7dd4181 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUMMARY = "Basic test"
LICENSE = "Closed"

SRC_URI = "file://test"

PACKAGES = "${PN}"

FILES_${PN} = "/basic/test"

do_configure() {
}

do_compile() {
}

do_install() {
}