aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/directfb/directfb-examples_1.0.0.bb
blob: 4e93aa8e5f264b80b3f6305b74b7a9bef9c23227 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
}