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
libdmx: Add fso-specs to DEPENDS
[openembedded.git]
/
recipes
/
gpephone
/
libgpephone_svn.bb
blob
ce960ac3cc65cfd21548310909a8cc40d11ea74f
1
LICENSE
=
"LGPL"
2
DESCRIPTION
=
"Base library for GPE phone environment."
3
SECTION
=
"gpe/libs"
4
PRIORITY
=
"optional"
5
DEPENDS
=
"gtk+ gtk-doc dbus-glib"
6
PV
=
"0.4+svnr-${SRCREV}"
7
PR
=
"r0"
8
9
inherit gpephone pkgconfig autotools
10
SRC_URI
=
"${GPEPHONE_SVN}"
11
12
S
=
"${WORKDIR}/${PN}"
13
14
do_stage
() {
15
autotools_stage_all
16
}