aboutsummaryrefslogtreecommitdiffstats
path: root/meta-application-manager/recipes-examples/amhelloworld/amhelloworld_1.0.bb
diff options
context:
space:
mode:
authorKazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>2016-07-22 10:32:11 +0900
committerKazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>2016-07-22 11:01:55 +0900
commit6fc9f9f085ab68f89ba6b22465fbdfc5411d41ba (patch)
tree40ee5391beebd06518c674c9ef1858c65026ceb4 /meta-application-manager/recipes-examples/amhelloworld/amhelloworld_1.0.bb
parent9cf56692db97b90e0fcb795f761430438bd0ad29 (diff)
First version of ported tizen application manager
Change-Id: I46735869fe8113be58348d575e01734e498d2de2 Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
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 \
+ "
+