aboutsummaryrefslogtreecommitdiffstats
path: root/meta-application-manager/recipes-examples/amhelloworld/amhelloworld_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-application-manager/recipes-examples/amhelloworld/amhelloworld_1.0.bb')
-rw-r--r--meta-application-manager/recipes-examples/amhelloworld/amhelloworld_1.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-application-manager/recipes-examples/amhelloworld/amhelloworld_1.0.bb b/meta-application-manager/recipes-examples/amhelloworld/amhelloworld_1.0.bb
new file mode 100644
index 0000000..6fd0107
--- /dev/null
+++ b/meta-application-manager/recipes-examples/amhelloworld/amhelloworld_1.0.bb
@@ -0,0 +1,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 \
+ "
+