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/directfb/directfb_1.7.1.bb | |
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/directfb/directfb_1.7.1.bb')
-rw-r--r-- | meta/recipes-graphics/directfb/directfb_1.7.1.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-graphics/directfb/directfb_1.7.1.bb b/meta/recipes-graphics/directfb/directfb_1.7.1.bb new file mode 100644 index 0000000000..15f38ac854 --- /dev/null +++ b/meta/recipes-graphics/directfb/directfb_1.7.1.bb @@ -0,0 +1,24 @@ +require directfb.inc + +RV = "1.7-1" + +DEPENDS += "sysfsutils" + +SRC_URI += "file://fix-compilation-with-zlib.patch \ + file://fixsepbuild.patch" + +EXTRA_OECONF = "\ + --enable-freetype=yes \ + --enable-zlib \ + --with-gfxdrivers=none \ + --disable-sdl \ + --disable-vnc \ + --disable-x11 \ + --disable-imlib2 \ + --disable-mesa \ +" + +LEAD_SONAME = "libdirectfb-1.7.so.0" + +SRC_URI[md5sum] = "0ef44c16a414312fd38d6764e2cb9893" +SRC_URI[sha256sum] = "dd7de38b3cd1408411b37ca28ec73e14b7672e5e28256b7bf91826240c81f519" |