From c0d810d0e63b258a67a696164335893844ff10ed Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Fri, 8 Aug 2014 11:56:00 +0200 Subject: [PATCH] libsvi: update recipe MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit New generated recipe from recent specfile. Change-Id: I69187b2bca078ad6dcc1389b86cf612b26b8f7f9 Signed-off-by: Kévin THIERRY --- recipes-tizen/libsvi/libsvi.inc | 5 ++--- recipes-tizen/libsvi/libsvi_git.bb | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/recipes-tizen/libsvi/libsvi.inc b/recipes-tizen/libsvi/libsvi.inc index 245a578..aa538f5 100644 --- a/recipes-tizen/libsvi/libsvi.inc +++ b/recipes-tizen/libsvi/libsvi.inc @@ -1,7 +1,7 @@ DESCRIPTION = "Feedback library" HOMEPAGE = "http://nohomepage.org" SECTION = "System/Libraries" -LICENSE = "Apache License, Version 2.0" +LICENSE = "Apache-2.0" SRC_URI = "" @@ -94,7 +94,7 @@ do_compile() { -DCMAKE_SKIP_RPATH:BOOL=ON \ -DBUILD_SHARED_LIBS:BOOL=ON \ ${EXTRA_OECMAKE} . - make + oe_runmake @@ -142,7 +142,6 @@ pkg_postrm_svi-data() { #!/bin/sh -e rm -rf $D${prefix}/share/feedback/ - rm -rf /opt/usr/share/feedback/ } diff --git a/recipes-tizen/libsvi/libsvi_git.bb b/recipes-tizen/libsvi/libsvi_git.bb index 9b2e995..ceda779 100644 --- a/recipes-tizen/libsvi/libsvi_git.bb +++ b/recipes-tizen/libsvi/libsvi_git.bb @@ -4,7 +4,7 @@ PRIORITY = "10" LIC_FILES_CHKSUM ??= "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -SRC_URI += "git://review.tizen.org/platform/core/system/libsvi;tag=cd42f792953e7add4f9f9724c1101de89ec05f3c;nobranch=1" +SRC_URI += "git://review.tizen.org/platform/core/system/libsvi;tag=7780e7ea0ea03dcc8e796aa6b22ec53ec34b98d1;nobranch=1" BBCLASSEXTEND += " native " -- 2.7.4