diff options
author | Lauren Post <lauren.post@freescale.com> | 2013-08-19 14:17:43 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-22 18:30:03 +0100 |
commit | f1bcf10134537fef3d04e3e3965b2adc5e541e69 (patch) | |
tree | 708bcbfe2f90860848d993a2a3aa8fadfd6116b0 /meta/recipes-graphics/directfb/directfb.inc | |
parent | 0c3a3a5da24874faa791f581eafb35f2fcc2214a (diff) | |
download | poky-f1bcf10134537fef3d04e3e3965b2adc5e541e69.tar.gz |
directfb: Upgrade to 1.6.3
Remove mesa patch as 1.6.3 provides compatibility with mesa
(From OE-Core rev: 00c078ff442676acf5f4653fe8c5ebf29de811a4)
Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/directfb/directfb.inc')
-rw-r--r-- | meta/recipes-graphics/directfb/directfb.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-graphics/directfb/directfb.inc b/meta/recipes-graphics/directfb/directfb.inc index 7295c35546..60b12f7caa 100644 --- a/meta/recipes-graphics/directfb/directfb.inc +++ b/meta/recipes-graphics/directfb/directfb.inc | |||
@@ -14,8 +14,7 @@ DEPENDS = "jpeg libpng freetype zlib tslib" | |||
14 | INC_PR = "r0" | 14 | INC_PR = "r0" |
15 | 15 | ||
16 | SRC_URI = "http://directfb.org/downloads/Core/DirectFB-1.6/DirectFB-${PV}.tar.gz \ | 16 | SRC_URI = "http://directfb.org/downloads/Core/DirectFB-1.6/DirectFB-${PV}.tar.gz \ |
17 | file://configurefix.patch \ | 17 | file://configurefix.patch" |
18 | file://mesa9.patch" | ||
19 | 18 | ||
20 | S = "${WORKDIR}/DirectFB-${PV}" | 19 | S = "${WORKDIR}/DirectFB-${PV}" |
21 | 20 | ||