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
/
libeventdb
/
libeventdb.inc
blob
7facee79cea5ace8fd269817704278b45cfa0c03
1
DESCRIPTION = "Database access library for GPE calendar"
2
SECTION = "gpe/libs"
3
LICENSE = "LGPL"
4
PRIORITY = "optional"
5
DEPENDS = "libgpewidget libgpepimc sqlite"
6
7
GPE_TARBALL_SUFFIX = "bz2"
8
9
inherit pkgconfig gpe autotools
10
11
do_stage () {
12
autotools_stage_all
13
}