libsvi: update recipe 43/25843/2
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Fri, 8 Aug 2014 09:56:00 +0000 (11:56 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Mon, 11 Aug 2014 07:50:30 +0000 (09:50 +0200)
New generated recipe from recent specfile.

Change-Id: I69187b2bca078ad6dcc1389b86cf612b26b8f7f9
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-tizen/libsvi/libsvi.inc
recipes-tizen/libsvi/libsvi_git.bb

index 245a578..aa538f5 100644 (file)
@@ -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/
 
 }
 
index 9b2e995..ceda779 100644 (file)
@@ -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 "