repo.or.cz
/
openembedded.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
checksums.ini: add checksum for pengutronix canutils
[openembedded.git]
/
packages
/
directfb
/
directfb-examples_1.0.0.bb
blob
4e93aa8e5f264b80b3f6305b74b7a9bef9c23227
1
DESCRIPTION
=
"DirectFB extra providers"
2
DEPENDS
=
"directfb"
3
SECTION
=
"libs"
4
LICENSE
=
"GPL"
5
6
SRC_URI
=
" \
7
http://www.directfb.org/downloads/Old/DirectFB-examples-${PV}.tar.gz \
8
"
9
S
=
"${WORKDIR}/DirectFB-examples-${PV}"
10
11
inherit autotools
12
13
do_stage
() {
14
autotools_stage_all
15
}
16
17