diff options
Diffstat (limited to 'recipes/gpe-confd')
-rw-r--r-- | recipes/gpe-confd/gpe-confd_0.16.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/gpe-confd/gpe-confd_0.16.bb b/recipes/gpe-confd/gpe-confd_0.16.bb new file mode 100644 index 0000000000..b9c31029e2 --- /dev/null +++ b/recipes/gpe-confd/gpe-confd_0.16.bb @@ -0,0 +1,8 @@ +inherit gpe + +DEPENDS = "libxsettings glib-2.0 sqlite" +SECTION = "gpe" +DESCRIPTION = "GPE configuration daemon" +LICENSE = "GPL" +PR = "r1" + |