From 8a9fa4db8bcf390f635dfd7d52b651f294bcd6a7 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 19 Oct 2010 10:07:57 +0200 Subject: settingsgui: move both versions to obsolete, nobody have it in task/images now Acked-by: Michael 'Mickey' Lauer Acked-by: Frans Meulenbroeks Signed-off-by: Martin Jansa --- recipes/obsolete/openmoko2/settingsgui_0.7+0.8-beta.bb | 14 ++++++++++++++ recipes/obsolete/openmoko2/settingsgui_0.8.bb | 13 +++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 recipes/obsolete/openmoko2/settingsgui_0.7+0.8-beta.bb create mode 100644 recipes/obsolete/openmoko2/settingsgui_0.8.bb (limited to 'recipes/obsolete') diff --git a/recipes/obsolete/openmoko2/settingsgui_0.7+0.8-beta.bb b/recipes/obsolete/openmoko2/settingsgui_0.7+0.8-beta.bb new file mode 100644 index 0000000000..f40c576dba --- /dev/null +++ b/recipes/obsolete/openmoko2/settingsgui_0.7+0.8-beta.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Openmoko Settings GUI" +AUTHOR = "Kristian M." +SECTION = "openmoko/applications" +RDEPENDS_${PN} = "python-pygtk python-subprocess python-threading" +LICENSE = "GPL" +PR = "r1" + +SRC_URI = "http://mput.de/~kristian/.openmoko/settingsgui-0.8-beta.tar.bz2" +S = "${WORKDIR}/settingsgui-0.8-beta" + +inherit distutils + +SRC_URI[md5sum] = "4a4c4855447f506078dfb762ba72e35d" +SRC_URI[sha256sum] = "5f4f727cbe982db701dcc4a70cd2c19a4c153a4b0b35a6b5b561b48d53649855" diff --git a/recipes/obsolete/openmoko2/settingsgui_0.8.bb b/recipes/obsolete/openmoko2/settingsgui_0.8.bb new file mode 100644 index 0000000000..2e4fceab00 --- /dev/null +++ b/recipes/obsolete/openmoko2/settingsgui_0.8.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Openmoko Settings GUI" +AUTHOR = "Kristian M." +SECTION = "openmoko/applications" +RDEPENDS_${PN} = "python-pygtk python-subprocess python-threading" +LICENSE = "GPL" +PR = "r1" + +SRC_URI = "http://mput.de/~kristian/.openmoko/settingsgui-0.8.tar.bz2" + +inherit distutils + +SRC_URI[md5sum] = "8b6f19636983fe22bad5ee1e0906c837" +SRC_URI[sha256sum] = "e839e55b2d7babbbf0302429e9c58ff6e62a064c9ae4cb2d6f957a89b81e0022" -- cgit 1.2.3-korg