mirror of
git://git.yoctoproject.org/poky
synced 2026-09-09 05:06:11 +00:00
Remove all PR = "r0" from all .bb files in oe-core. This was done with the command sed -e '/^PR.*=.*r0\"/d' recipes*/*/*.bb -i We've switching to the PR server, PR bumps are no longer needed and this saves people either accidentally bumping them or forgetting to remove the lines (r0 is the default anyway). (From OE-Core rev: 58ae94f1b06d0e6234413dbf9869bde85f154c85) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
619 B
BlitzBasic
20 lines
619 B
BlitzBasic
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"
|
|
|
|
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"
|