]> code.ossystems Code Review - openembedded-core.git/commitdiff
directfb: update to 1.7.1
authorKai Kang <kai.kang@windriver.com>
Wed, 12 Mar 2014 07:46:58 +0000 (15:46 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Mar 2014 14:01:07 +0000 (14:01 +0000)
Update directfb to 1.7.1:
* remove PR
* remove rename-no-instrument-function-macro.patch which is merged

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/directfb/directfb.inc
meta/recipes-graphics/directfb/directfb_1.7.1.bb [moved from meta/recipes-graphics/directfb/directfb_1.6.3.bb with 54% similarity, mode: 0644]

index a23209fb51e1e095852025e3957f55994827e975..f2518e939607bd5de84cf07f70ed3ba56c17972e 100644 (file)
@@ -11,9 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=dcf3c825659e82539645da41a7908589"
 HOMEPAGE = "http://directfb.org"
 DEPENDS = "jpeg libpng freetype zlib tslib"
 
-INC_PR = "r0"
-
-SRC_URI = "http://directfb.org/downloads/Core/DirectFB-1.6/DirectFB-${PV}.tar.gz \
+SRC_URI = "http://www.directfb.org/downloads/Core/DirectFB-1.7/DirectFB-${PV}.tar.gz \
            file://configurefix.patch \
            file://fusion.patch"
 
old mode 100755 (executable)
new mode 100644 (file)
similarity index 54%
rename from meta/recipes-graphics/directfb/directfb_1.6.3.bb
rename to meta/recipes-graphics/directfb/directfb_1.7.1.bb
index 277e9a9..15f38ac
@@ -1,12 +1,10 @@
 require directfb.inc
 
-RV = "1.6-0"
-PR = "${INC_PR}.2"
+RV = "1.7-1"
 
 DEPENDS += "sysfsutils"
 
 SRC_URI += "file://fix-compilation-with-zlib.patch \
-            file://rename-no-instrument-function-macro.patch \
             file://fixsepbuild.patch"
 
 EXTRA_OECONF = "\
@@ -20,7 +18,7 @@ EXTRA_OECONF = "\
   --disable-mesa \
 "
 
-LEAD_SONAME = "libdirectfb-1.6.so.0"
+LEAD_SONAME = "libdirectfb-1.7.so.0"
 
-SRC_URI[md5sum] = "641e8e999c017770da647f9b5b890906"
-SRC_URI[sha256sum] = "7a96aced0f69b2ec0810e9923068e61c21e6b19dd593e09394c872414df75e70"
+SRC_URI[md5sum] = "0ef44c16a414312fd38d6764e2cb9893"
+SRC_URI[sha256sum] = "dd7de38b3cd1408411b37ca28ec73e14b7672e5e28256b7bf91826240c81f519"