| Submitter | Xiaofeng Yan |
|---|---|
| Date | Nov. 23, 2011, 6:48 a.m. |
| Message ID | <55c010c4a80f08a97654dadacdcca3fce4474292.1322028165.git.xiaofeng.yan@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/15311/ |
| State | New |
| Headers | show |
Comments
On 11/22/2011 10:48 PM, Xiaofeng Yan wrote: > From: Xiaofeng Yan<xiaofeng.yan@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@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"
Patch
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" +DEPENDS = "directfb" +SECTION = "libs" +LICENSE = "GPL" +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"