diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gpe-calendar/gpe-calendar_0.71.bb | 15 | ||||
-rw-r--r-- | packages/libeventdb/libeventdb_0.19.bb | 6 | ||||
-rw-r--r-- | packages/libgpewidget/libgpewidget_0.109.bb | 3 |
3 files changed, 16 insertions, 8 deletions
diff --git a/packages/gpe-calendar/gpe-calendar_0.71.bb b/packages/gpe-calendar/gpe-calendar_0.71.bb new file mode 100644 index 0000000000..eeab0a366c --- /dev/null +++ b/packages/gpe-calendar/gpe-calendar_0.71.bb @@ -0,0 +1,15 @@ +LICENSE = "GPL" +PR = "r0" +GPE_TARBALL_SUFFIX = "bz2" +MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>" + +inherit autotools gpe + +DEPENDS = "dbus libeventdb libschedule libxsettings-client libgpepimc libgpevtype" +SECTION = "gpe" +RDEPENDS = "gpe-icons" +DESCRIPTION = "GPE calendar is the calendar application of the GPE PIM suite." + +do_configure () { + autotools_do_configure +}
\ No newline at end of file diff --git a/packages/libeventdb/libeventdb_0.19.bb b/packages/libeventdb/libeventdb_0.19.bb index c423fb4d5b..30dc81c34c 100644 --- a/packages/libeventdb/libeventdb_0.19.bb +++ b/packages/libeventdb/libeventdb_0.19.bb @@ -11,9 +11,5 @@ inherit pkgconfig gpe autotools do_stage () { - autotools_stage_all +autotools_stage_all } - -do_configure () { - autotools_do_configure -}
\ No newline at end of file diff --git a/packages/libgpewidget/libgpewidget_0.109.bb b/packages/libgpewidget/libgpewidget_0.109.bb index 0b3f2e1b06..bab62fd3dc 100644 --- a/packages/libgpewidget/libgpewidget_0.109.bb +++ b/packages/libgpewidget/libgpewidget_0.109.bb @@ -25,6 +25,3 @@ do_stage () { autotools_stage_all } -do_configure () { - autotools_do_configure -}
\ No newline at end of file |