[OE-core] [PATCH 7/9] directfb-examples: add package directfb-examples to OE-core

Saul Wold sgw at linux.intel.com
Wed Nov 23 19:40:52 UTC 2011


On 11/22/2011 10:48 PM, Xiaofeng Yan wrote:
> From: Xiaofeng Yan<xiaofeng.yan at windriver.com>
>
> Add this package for checking whether directfb run rightly or not.
> It also is an useful tool to test directfb.
>
> [YOCTO #1674]
>
> Signed-off-by: Xiaofeng Yan<xiaofeng.yan at windriver.com>
> ---
>   .../directfb/directfb-examples_1.2.0.bb            |   18 ++++++++++++++++++
>   1 files changed, 18 insertions(+), 0 deletions(-)
>   create mode 100644 meta/recipes-graphics/directfb/directfb-examples_1.2.0.bb
>
> diff --git a/meta/recipes-graphics/directfb/directfb-examples_1.2.0.bb b/meta/recipes-graphics/directfb/directfb-examples_1.2.0.bb
> new file mode 100644
> index 0000000..08cdc8f
> --- /dev/null
> +++ b/meta/recipes-graphics/directfb/directfb-examples_1.2.0.bb
> @@ -0,0 +1,18 @@
> +DESCRIPTION = "DirectFB extra providers"
Not very descriptive, please include more details, if needed add s 
SUMMARY line also that is a brief one liner.

> +DEPENDS = "directfb"
> +SECTION = "libs"
> +LICENSE = "GPL"
Which GPL?  Please include Version such as GPLv2

Sau!

> +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] = "ce018f681b469a1d72ffc32650304b98"
> +SRC_URI[sha256sum] = "830a1bd6775d8680523596a88a72fd8e4c6a74bf886d3e169b06d234a5cf7e3e"




More information about the Openembedded-core mailing list