diff options
author | Phil Blundell <philb@gnu.org> | 2009-06-13 19:41:40 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-06-13 19:41:40 +0100 |
commit | 430f94204eaf874d13218c088f8507b5c1b8818e (patch) | |
tree | 6c6c15168e41411557daa2af3e707ddbe6d9fa40 /recipes/gpe-dm | |
parent | ae823d80c94865dc07745b52c89ce487317d7428 (diff) |
gpe-dm: update to 0.52
xserver-common: update to 1.25
Diffstat (limited to 'recipes/gpe-dm')
-rw-r--r-- | recipes/gpe-dm/gpe-dm_0.52.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/gpe-dm/gpe-dm_0.52.bb b/recipes/gpe-dm/gpe-dm_0.52.bb new file mode 100644 index 0000000000..6cf1f002a0 --- /dev/null +++ b/recipes/gpe-dm/gpe-dm_0.52.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "GPE Display Manager" +SECTION = "gpe" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "glib-2.0 xserver-common" +RDEPENDS_${PN} += " xserver-common" + +GPE_TARBALL_SUFFIX ?= "bz2" + +inherit gpe autotools update-rc.d + +INITSCRIPT_NAME = "gpe-dm" +INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ." |