git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97a30b2
)
libschedle: clean up and add dependency on libgpewidget
author
Koen Kooi
<koen@openembedded.org>
Thu, 28 Dec 2006 16:15:09 +0000
(16:15 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 28 Dec 2006 16:15:09 +0000
(16:15 +0000)
packages/libschedule/libschedule_0.16.bb
patch
|
blob
|
history
diff --git
a/packages/libschedule/libschedule_0.16.bb
b/packages/libschedule/libschedule_0.16.bb
index
ab71dd4
..
ad8cb72
100644
(file)
--- a/
packages/libschedule/libschedule_0.16.bb
+++ b/
packages/libschedule/libschedule_0.16.bb
@@
-1,15
+1,14
@@
-LICENSE = "LGPL"
-PR = "r0"
DESCRIPTION = "RTC alarm handling library for GPE"
SECTION = "gpe/libs"
PRIORITY = "optional"
-DEPENDS = "glib-2.0 sqlite"
-GPE_TARBALL_SUFFIX = "bz2"
+LICENSE = "LGPL"
+DEPENDS = "glib-2.0 sqlite libgpewidget"
+PR = "r0"
-inherit autotools pkgconfig gpe
+GPE_TARBALL_SUFFIX = "bz2"
+inherit autotools pkgconfig gpe
do_stage () {
-autotools_stage_all
+
autotools_stage_all
}
-