diff options
Diffstat (limited to 'recipes/gpe-todo/gpe-todo_0.51.bb')
-rw-r--r-- | recipes/gpe-todo/gpe-todo_0.51.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/gpe-todo/gpe-todo_0.51.bb b/recipes/gpe-todo/gpe-todo_0.51.bb new file mode 100644 index 0000000000..639a98cc9d --- /dev/null +++ b/recipes/gpe-todo/gpe-todo_0.51.bb @@ -0,0 +1,11 @@ +LICENSE = "GPL" +inherit gpe + +DESCRIPTION = "GPE to-do list" +DEPENDS = "gtk+ libdisplaymigration libgpewidget libgpepimc libtododb" +SECTION = "gpe" +PRIORITY = "optional" +PR ="r1" + +SRC_URI += "file://remove-render.patch;patch=1" + |