aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/directfb/directfb-examples_1.2.0.bb
blob: 7fd3f388481b72891e771b7e9c281804f47c993b (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/Extras/DirectFB-examples-${PV}.tar.gz \
          "
S = "${WORKDIR}/DirectFB-examples-${PV}"

inherit autotools

do_stage() {
	autotools_stage_all
}