diff options
author | Kai Kang <kai.kang@windriver.com> | 2014-03-12 15:46:58 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-17 14:01:07 +0000 |
commit | 6188b43cdbe4ef0f1a8e9b4345e37058c3f35ead (patch) | |
tree | 286c1d7224b017213eb008bf6c78247c8d6d0c1e /meta/recipes-graphics | |
parent | fa10bd5aed84768ded25cdba348ce197a5fdbf2a (diff) | |
download | openembedded-core-6188b43cdbe4ef0f1a8e9b4345e37058c3f35ead.tar.gz openembedded-core-6188b43cdbe4ef0f1a8e9b4345e37058c3f35ead.tar.bz2 openembedded-core-6188b43cdbe4ef0f1a8e9b4345e37058c3f35ead.zip |
directfb: update to 1.7.1
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>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/directfb/directfb.inc | 4 | ||||
-rw-r--r--[-rwxr-xr-x] | meta/recipes-graphics/directfb/directfb_1.7.1.bb (renamed from meta/recipes-graphics/directfb/directfb_1.6.3.bb) | 10 |
2 files changed, 5 insertions, 9 deletions
diff --git a/meta/recipes-graphics/directfb/directfb.inc b/meta/recipes-graphics/directfb/directfb.inc index a23209fb51..f2518e9396 100644 --- a/meta/recipes-graphics/directfb/directfb.inc +++ b/meta/recipes-graphics/directfb/directfb.inc @@ -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" diff --git a/meta/recipes-graphics/directfb/directfb_1.6.3.bb b/meta/recipes-graphics/directfb/directfb_1.7.1.bb index 277e9a9b5e..15f38ac854 100755..100644 --- a/meta/recipes-graphics/directfb/directfb_1.6.3.bb +++ b/meta/recipes-graphics/directfb/directfb_1.7.1.bb @@ -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" |