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:42 +0000 |
commit | a6ce5f44ab2de3c2a1e2831f9eea553f1518f149 (patch) | |
tree | 3372f51890b7fae7c82b598b7ccc2701e8d115f6 /meta/recipes-graphics | |
parent | 78565c81d0d1209f0e6ce7002e835ad8ce506bd1 (diff) | |
download | poky-a6ce5f44ab2de3c2a1e2831f9eea553f1518f149.tar.gz |
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>
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" | |||
11 | HOMEPAGE = "http://directfb.org" | 11 | HOMEPAGE = "http://directfb.org" |
12 | DEPENDS = "jpeg libpng freetype zlib tslib" | 12 | DEPENDS = "jpeg libpng freetype zlib tslib" |
13 | 13 | ||
14 | INC_PR = "r0" | 14 | SRC_URI = "http://www.directfb.org/downloads/Core/DirectFB-1.7/DirectFB-${PV}.tar.gz \ |
15 | |||
16 | SRC_URI = "http://directfb.org/downloads/Core/DirectFB-1.6/DirectFB-${PV}.tar.gz \ | ||
17 | file://configurefix.patch \ | 15 | file://configurefix.patch \ |
18 | file://fusion.patch" | 16 | file://fusion.patch" |
19 | 17 | ||
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 @@ | |||
1 | require directfb.inc | 1 | require directfb.inc |
2 | 2 | ||
3 | RV = "1.6-0" | 3 | RV = "1.7-1" |
4 | PR = "${INC_PR}.2" | ||
5 | 4 | ||
6 | DEPENDS += "sysfsutils" | 5 | DEPENDS += "sysfsutils" |
7 | 6 | ||
8 | SRC_URI += "file://fix-compilation-with-zlib.patch \ | 7 | SRC_URI += "file://fix-compilation-with-zlib.patch \ |
9 | file://rename-no-instrument-function-macro.patch \ | ||
10 | file://fixsepbuild.patch" | 8 | file://fixsepbuild.patch" |
11 | 9 | ||
12 | EXTRA_OECONF = "\ | 10 | EXTRA_OECONF = "\ |
@@ -20,7 +18,7 @@ EXTRA_OECONF = "\ | |||
20 | --disable-mesa \ | 18 | --disable-mesa \ |
21 | " | 19 | " |
22 | 20 | ||
23 | LEAD_SONAME = "libdirectfb-1.6.so.0" | 21 | LEAD_SONAME = "libdirectfb-1.7.so.0" |
24 | 22 | ||
25 | SRC_URI[md5sum] = "641e8e999c017770da647f9b5b890906" | 23 | SRC_URI[md5sum] = "0ef44c16a414312fd38d6764e2cb9893" |
26 | SRC_URI[sha256sum] = "7a96aced0f69b2ec0810e9923068e61c21e6b19dd593e09394c872414df75e70" | 24 | SRC_URI[sha256sum] = "dd7de38b3cd1408411b37ca28ec73e14b7672e5e28256b7bf91826240c81f519" |