summaryrefslogtreecommitdiff
path: root/packages/directfb/directfb-examples_1.0.0.bb
blob: e59e4ecf2ed7f7349454b15ea09ce7ab772ba6dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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_configure_append() {
#    find ${S} -type f | xargs sed -i 's:-L/usr/lib::g'
    find ${S} -type f | xargs sed -i 's:-I/usr/include::g'
}

do_stage() {
	autotools_stage_all
}