diff options
author | Koen Kooi <koen@openembedded.org> | 2007-06-11 18:07:46 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-06-11 18:07:46 +0000 |
commit | 327e3a7b60e6550f2fed6340996f5c72e87e2516 (patch) | |
tree | 3f29bb675d78bb0f4beff69bea7df27b6f189a7c /packages/libhandoff/libhandoff_0.1.bb | |
parent | ef828c09c96cdc47f0b6901f2ee83cdb4bbcc8ec (diff) |
gpe: mega update
Diffstat (limited to 'packages/libhandoff/libhandoff_0.1.bb')
-rw-r--r-- | packages/libhandoff/libhandoff_0.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/libhandoff/libhandoff_0.1.bb b/packages/libhandoff/libhandoff_0.1.bb new file mode 100644 index 0000000000..bafbb9ec10 --- /dev/null +++ b/packages/libhandoff/libhandoff_0.1.bb @@ -0,0 +1,13 @@ +LICENSE = "GPL" +DESCRIPTION = "handoff library for GPE calendar" +SECTION = "gpe/libs" +PRIORITY = "optional" +DEPENDS = "glib-2.0" + +inherit pkgconfig gpe autotools + +GPE_TARBALL_SUFFIX = "bz2" + +do_stage () { + autotools_stage_all +} |