summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/directfb/directfb_1.4.15.bb
diff options
context:
space:
mode:
authorXiaofeng Yan <xiaofeng.yan@windriver.com>2011-11-15 12:58:37 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-16 17:32:44 +0000
commitbff4b2f341cab3f9a5e07286f621be7273462d55 (patch)
treec00936daa6dc0447803df7b5bfea874b8b9b8dba /meta/recipes-graphics/directfb/directfb_1.4.15.bb
parentbe24bd3ca24c0916b12a1c15b981b498035e462d (diff)
downloadpoky-bff4b2f341cab3f9a5e07286f621be7273462d55.tar.gz
directfb: update to 1.4.15
The newest version for directfb is 1.5.3 but it's instruction set base on armv6. The current qemuarm don't have some instructions for armv6 because some codes of \ the new version of directfb more than 1.5 are realized with assemble language,for example the lock. \ I update this recipe to 1.4.15 for directfb running more platform. (From OE-Core rev: 33f2a741f19358bc8791ab3bf42a8f81f528c327) Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/directfb/directfb_1.4.15.bb')
-rw-r--r--meta/recipes-graphics/directfb/directfb_1.4.15.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-graphics/directfb/directfb_1.4.15.bb b/meta/recipes-graphics/directfb/directfb_1.4.15.bb
new file mode 100644
index 0000000000..71c0876877
--- /dev/null
+++ b/meta/recipes-graphics/directfb/directfb_1.4.15.bb
@@ -0,0 +1,27 @@
1require directfb.inc
2
3RV = "1.4-6"
4PR = "r0"
5
6DEPENDS += "sysfsutils"
7
8SRC_URI = " \
9 http://directfb.org/downloads/Core/DirectFB-1.4/DirectFB-${PV}.tar.gz \
10 file://directfb-1.2.x-fix-pkgconfig-cflags.patch \
11 "
12
13EXTRA_OECONF = "\
14 --enable-freetype=yes \
15 --enable-zlib \
16 --with-gfxdrivers=none \
17 --disable-sdl \
18 --disable-vnc \
19 --disable-x11 \
20"
21
22LEAD_SONAME = "libdirectfb-1.4.so.6"
23
24SRC_URI[md5sum] = "2c779c9a8456790c6c29ad85459b2600"
25SRC_URI[sha256sum] = "b119ab9c5c0c505c23e32d41ae54bd04cb474c5e58900ec0f1cf9482f892f9b2"
26
27