blob: 44365745383b19e56b619aee8102b16eed9d73e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
DESCRIPTION = "DirectFB extra providers"
DEPENDS = "directfb"
SECTION = "libs"
LICENSE = "GPL"
SRC_URI = " \
http://www.directfb.org/downloads/Old/DirectFB-examples-${PV}.tar.gz \
"
S = "${WORKDIR}/DirectFB-examples-${PV}"
inherit autotools
do_stage() {
autotools_stage_all
}
SRC_URI[md5sum] = "0cdfb4dd248eada3dc35db4f8cf75f8d"
SRC_URI[sha256sum] = "c54e779a720841126e23d692de85243e23b0d94fb7792a958b96b5bd097a8b85"
|