diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2012-06-01 14:41:25 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-05 22:56:31 +0100 |
commit | 718779e2572e0af580c9d03100bb8b4c7b12ae58 (patch) | |
tree | 296d6665e2ac5d32f2ad12be764c27cc7a131d0f /meta/recipes-graphics/directfb/directfb-examples_1.5.3.bb | |
parent | 96c65bdcd35606f7487c974f25eb2a6e2e8d86b0 (diff) | |
download | poky-718779e2572e0af580c9d03100bb8b4c7b12ae58.tar.gz |
directfb-examples: upgrade to 1.5.3
(From OE-Core rev: b7f4a43e96ccf8982bab0b7df2eff0f170486e2a)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/directfb/directfb-examples_1.5.3.bb')
-rw-r--r-- | meta/recipes-graphics/directfb/directfb-examples_1.5.3.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-graphics/directfb/directfb-examples_1.5.3.bb b/meta/recipes-graphics/directfb/directfb-examples_1.5.3.bb new file mode 100644 index 0000000000..8eec7baced --- /dev/null +++ b/meta/recipes-graphics/directfb/directfb-examples_1.5.3.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | DESCRIPTION = "The DirectFB-examples package contains a set of simple DirectFB \ | ||
2 | applications that can be used to test and demonstrate various DirectFB \ | ||
3 | features" | ||
4 | DEPENDS = "directfb" | ||
5 | SECTION = "libs" | ||
6 | LICENSE = "MIT" | ||
7 | PR = "r0" | ||
8 | |||
9 | SRC_URI = " \ | ||
10 | http://www.directfb.org/downloads/Extras/DirectFB-examples-${PV}.tar.gz \ | ||
11 | " | ||
12 | |||
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=ecf6fd2b19915afc4da56043926ca18f" | ||
14 | |||
15 | S = "${WORKDIR}/DirectFB-examples-${PV}" | ||
16 | |||
17 | inherit autotools | ||
18 | |||
19 | SRC_URI[md5sum] = "f2a5dac3bf1eb8bc0f766525831ac467" | ||
20 | SRC_URI[sha256sum] = "7ceb9539a39e4221d838a3b8e8a3834c0c254ecdb34afc27e9bbcf55027cbbb1" | ||