mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
directfb: update to 1.7.1
Update directfb to 1.7.1: * remove PR * remove rename-no-instrument-function-macro.patch which is merged (From OE-Core rev: 6188b43cdbe4ef0f1a8e9b4345e37058c3f35ead) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
10
meta/recipes-graphics/directfb/directfb_1.6.3.bb → meta/recipes-graphics/directfb/directfb_1.7.1.bb
Executable file → Normal file
10
meta/recipes-graphics/directfb/directfb_1.6.3.bb → meta/recipes-graphics/directfb/directfb_1.7.1.bb
Executable file → Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user