diff options
Diffstat (limited to 'recipes-graphics/directfb/directfb-examples_1.2.0.bb')
-rw-r--r-- | recipes-graphics/directfb/directfb-examples_1.2.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-graphics/directfb/directfb-examples_1.2.0.bb b/recipes-graphics/directfb/directfb-examples_1.2.0.bb new file mode 100644 index 0000000000..6040bc35d1 --- /dev/null +++ b/recipes-graphics/directfb/directfb-examples_1.2.0.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "DirectFB extra providers" | ||
2 | DEPENDS = "directfb" | ||
3 | SECTION = "libs" | ||
4 | LICENSE = "GPL" | ||
5 | |||
6 | SRC_URI = " \ | ||
7 | http://www.directfb.org/downloads/Extras/DirectFB-examples-${PV}.tar.gz \ | ||
8 | " | ||
9 | S = "${WORKDIR}/DirectFB-examples-${PV}" | ||
10 | |||
11 | inherit autotools | ||
12 | |||
13 | SRC_URI[md5sum] = "ce018f681b469a1d72ffc32650304b98" | ||
14 | SRC_URI[sha256sum] = "830a1bd6775d8680523596a88a72fd8e4c6a74bf886d3e169b06d234a5cf7e3e" | ||