diff options
Diffstat (limited to 'recipes/gpe-todo/gpe-todo_0.50.bb')
-rw-r--r-- | recipes/gpe-todo/gpe-todo_0.50.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/gpe-todo/gpe-todo_0.50.bb b/recipes/gpe-todo/gpe-todo_0.50.bb new file mode 100644 index 0000000000..6b68a442ae --- /dev/null +++ b/recipes/gpe-todo/gpe-todo_0.50.bb @@ -0,0 +1,8 @@ +LICENSE = "GPL" +inherit gpe + +DESCRIPTION = "GPE to-do list" +DEPENDS = "gtk+ libdisplaymigration libgpewidget libgpepimc libtododb" +SECTION = "gpe" +PRIORITY = "optional" + |