From ab55ae23e0328f2a8049db73b067192333729437 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Mon, 19 May 2014 13:37:51 +0200 Subject: [PATCH] Update recipe: set valid license tag MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: If0d5969be61d3cbd1b92c776ec6390ef8634b347 Signed-off-by: Kévin THIERRY --- recipes-tizen/heynoti/heynoti.inc | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/recipes-tizen/heynoti/heynoti.inc b/recipes-tizen/heynoti/heynoti.inc index aa39a4e..c17e017 100644 --- a/recipes-tizen/heynoti/heynoti.inc +++ b/recipes-tizen/heynoti/heynoti.inc @@ -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" -- 2.7.4