diff options
author | Lauren Post <lauren.post@freescale.com> | 2013-08-19 14:17:43 -0500 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-08-22 09:15:35 -0700 |
commit | 00c078ff442676acf5f4653fe8c5ebf29de811a4 (patch) | |
tree | d9de3b293e65667e3334b04b1382e7be54fd04ef /meta/recipes-graphics/directfb/directfb.inc | |
parent | 1d08cef09cc7cbf682e8b372987fe4456961272b (diff) | |
download | openembedded-core-00c078ff442676acf5f4653fe8c5ebf29de811a4.tar.gz openembedded-core-00c078ff442676acf5f4653fe8c5ebf29de811a4.tar.bz2 openembedded-core-00c078ff442676acf5f4653fe8c5ebf29de811a4.zip |
directfb: Upgrade to 1.6.3
Remove mesa patch as 1.6.3 provides compatibility with mesa
Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
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" INC_PR = "r0" SRC_URI = "http://directfb.org/downloads/Core/DirectFB-1.6/DirectFB-${PV}.tar.gz \ - file://configurefix.patch \ - file://mesa9.patch" + file://configurefix.patch" S = "${WORKDIR}/DirectFB-${PV}" |