diff options
Diffstat (limited to 'recipes/gpephone/libcalenabler_1.0.bb')
-rw-r--r-- | recipes/gpephone/libcalenabler_1.0.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/gpephone/libcalenabler_1.0.bb b/recipes/gpephone/libcalenabler_1.0.bb new file mode 100644 index 0000000000..c23e1b42a5 --- /dev/null +++ b/recipes/gpephone/libcalenabler_1.0.bb @@ -0,0 +1,16 @@ +LICENSE = "LiPS" +DESCRIPTION = "LiPS calendar database backend library." +SECTION = "gpe/libs" +PRIORITY = "optional" +DEPENDS = "glib-2.0 e2fsprogs-libs sqlite3" +PR = "r1" + +GPE_TARBALL_SUFFIX = "gz" + +inherit gpephone pkgconfig autotools + +LDFLAGS += " -L${STAGING_LIBDIR}" + +do_stage () { + autotools_stage_all +} |