From 37a1e3c0ed5347c77ace9f3ce262f34d9ac53528 Mon Sep 17 00:00:00 2001 From: Laurentiu Palcu Date: Tue, 3 Jul 2012 13:24:19 +0300 Subject: directfb-examples: upgrade to 1.6.0 Signed-off-by: Laurentiu Palcu --- .../directfb/directfb-examples_1.5.3.bb | 20 -------------------- .../directfb/directfb-examples_1.6.0.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta/recipes-graphics/directfb/directfb-examples_1.5.3.bb create mode 100644 meta/recipes-graphics/directfb/directfb-examples_1.6.0.bb (limited to 'meta') diff --git a/meta/recipes-graphics/directfb/directfb-examples_1.5.3.bb b/meta/recipes-graphics/directfb/directfb-examples_1.5.3.bb deleted file mode 100644 index 8eec7baced..0000000000 --- a/meta/recipes-graphics/directfb/directfb-examples_1.5.3.bb +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "The DirectFB-examples package contains a set of simple DirectFB \ - applications that can be used to test and demonstrate various DirectFB \ - features" -DEPENDS = "directfb" -SECTION = "libs" -LICENSE = "MIT" -PR = "r0" - -SRC_URI = " \ - http://www.directfb.org/downloads/Extras/DirectFB-examples-${PV}.tar.gz \ - " - -LIC_FILES_CHKSUM = "file://COPYING;md5=ecf6fd2b19915afc4da56043926ca18f" - -S = "${WORKDIR}/DirectFB-examples-${PV}" - -inherit autotools - -SRC_URI[md5sum] = "f2a5dac3bf1eb8bc0f766525831ac467" -SRC_URI[sha256sum] = "7ceb9539a39e4221d838a3b8e8a3834c0c254ecdb34afc27e9bbcf55027cbbb1" diff --git a/meta/recipes-graphics/directfb/directfb-examples_1.6.0.bb b/meta/recipes-graphics/directfb/directfb-examples_1.6.0.bb new file mode 100644 index 0000000000..b19cd89fbd --- /dev/null +++ b/meta/recipes-graphics/directfb/directfb-examples_1.6.0.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "The DirectFB-examples package contains a set of simple DirectFB \ + applications that can be used to test and demonstrate various DirectFB \ + features" +DEPENDS = "directfb" +SECTION = "libs" +LICENSE = "MIT" +PR = "r0" + +SRC_URI = " \ + http://www.directfb.org/downloads/Extras/DirectFB-examples-${PV}.tar.gz \ + " + +LIC_FILES_CHKSUM = "file://COPYING;md5=ecf6fd2b19915afc4da56043926ca18f" + +S = "${WORKDIR}/DirectFB-examples-${PV}" + +inherit autotools + +SRC_URI[md5sum] = "27619d31e8a647fdd3023a0c1779b63d" +SRC_URI[sha256sum] = "b08293697c211b690856f76a25ad7acd4ca458b4132851e0a1e471d0bf23c821" -- cgit 1.2.3-korg