aboutsummaryrefslogtreecommitdiffstats
path: root/meta-application-manager/recipes-examples/amhelloworld/amhelloworld_1.0.bb
blob: 6fd010737844c3774367dbe827c85de0bac79e0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require amhelloworld.inc

PRIORITY = "10"

LIC_FILES_CHKSUM ??= "file://README;md5=d41d8cd98f00b204e9800998ecf8427e"

SRC_URI += "file://amhelloworld.h \
            file://amhelloworld.c \
            file://org.tizen.amhelloworld.manifest \
            file://org.tizen.amhelloworld.spec \
            file://org.tizen.amhelloworld.xml \
            file://README \
            file://CMakeLists.txt \
            "