Update recipe: set valid license tag 75/21375/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Mon, 19 May 2014 11:37:51 +0000 (13:37 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Mon, 19 May 2014 11:37:51 +0000 (13:37 +0200)
Change-Id: If0d5969be61d3cbd1b92c776ec6390ef8634b347
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-tizen/heynoti/heynoti.inc

index aa39a4e..c17e017 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "HEY (ligHt Easy speedy) notification library"
 HOMEPAGE = "http://nohomepage.org"
 SECTION = "System/Libraries"
-LICENSE = "Apache License, Version 2.0"
+LICENSE = "Apache-2.0"
 
 SRC_URI = ""
 
@@ -9,7 +9,7 @@ S = "${WORKDIR}/git"
 
 inherit autotools-brokensep
 
-BBCLASSEXTEND += ""
+BBCLASSEXTEND = ""
 PROVIDES = ""
 
 #PROVIDES by heynoti 
@@ -26,6 +26,7 @@ RDEPENDS_${PN}-dev += "heynoti"
 DEPENDS = ""
 #DEPENDS of heynoti 
 DEPENDS += "ecore"
+DEPENDS += "tizen-platform-config"
 DEPENDS_append_class-native = " cmake-native"
 DEPENDS_append_class-target = " cmake-native"
 DEPENDS += "dlog"
@@ -98,7 +99,9 @@ do_install() {
    find ${D} -regex ".*\.la$" | xargs rm -f -- 
    find ${D} -regex ".*\.a$" | xargs rm -f --
  
- mkdir -p ${D}/opt/share/noti
+ mkdir -p ${D}%{TZ_SYS_SHARE}/noti
+ mkdir -p ${D}/usr/share/license
+ install LICENSE ${D}/usr/share/license/heynoti
  
  
 }
@@ -109,7 +112,8 @@ heynoti_files += "heynoti.manifest"
 heynoti_files += "${prefix}/lib/libheynoti.so.0"
 heynoti_files += "${prefix}/lib/libheynoti.so.0.0.2"
 heynoti_files += "${prefix}/bin/heynotitool"
-heynoti_files += "/opt/share/noti"
+heynoti_files += "%{TZ_SYS_SHARE}/noti"
+heynoti_files += "/usr/share/license/heynoti"
 
 heynoti-dev_files = ""
 heynoti-dev_files += "heynoti.manifest"