All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 12/13] settingsgui: move both versions to obsolete, nobody have it in task/images now
Date: Tue, 19 Oct 2010 10:33:26 +0200	[thread overview]
Message-ID: <1287477207-27752-13-git-send-email-Martin.Jansa@gmail.com> (raw)
In-Reply-To: <1287477207-27752-1-git-send-email-Martin.Jansa@gmail.com>

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../obsolete/openmoko2/settingsgui_0.7+0.8-beta.bb |   14 ++++++++++++++
 recipes/obsolete/openmoko2/settingsgui_0.8.bb      |   13 +++++++++++++
 .../openmoko-3rdparty/settingsgui_0.7+0.8-beta.bb  |   14 --------------
 recipes/openmoko2/settingsgui_0.8.bb               |   13 -------------
 4 files changed, 27 insertions(+), 27 deletions(-)
 create mode 100644 recipes/obsolete/openmoko2/settingsgui_0.7+0.8-beta.bb
 create mode 100644 recipes/obsolete/openmoko2/settingsgui_0.8.bb
 delete mode 100644 recipes/openmoko-3rdparty/settingsgui_0.7+0.8-beta.bb
 delete mode 100644 recipes/openmoko2/settingsgui_0.8.bb

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 0000000..f40c576
--- /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 0000000..2e4fcea
--- /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"
diff --git a/recipes/openmoko-3rdparty/settingsgui_0.7+0.8-beta.bb b/recipes/openmoko-3rdparty/settingsgui_0.7+0.8-beta.bb
deleted file mode 100644
index f40c576..0000000
--- a/recipes/openmoko-3rdparty/settingsgui_0.7+0.8-beta.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-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/openmoko2/settingsgui_0.8.bb b/recipes/openmoko2/settingsgui_0.8.bb
deleted file mode 100644
index 2e4fcea..0000000
--- a/recipes/openmoko2/settingsgui_0.8.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-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"
-- 
1.7.3.1




  parent reply	other threads:[~2010-10-19  8:36 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-19  8:33 Moving openmoko recipes and classes to obsolete Martin Jansa
2010-10-19  8:33 ` [PATCH 01/13] fso-image: remove obsoleted openmoko stuff Martin Jansa
2010-10-19  8:33 ` [PATCH 02/13] meta-angstrom-2007: remove openmoko-browser2 which was moved to obsoleted Martin Jansa
2010-10-19 11:12   ` Koen Kooi
2010-10-19  8:33 ` [PATCH 03/13] angstrom/sort.sh: remove om-3d7k as it was canceled long time ago Martin Jansa
2010-10-19 11:11   ` Koen Kooi
2010-10-19  8:33 ` [PATCH 04/13] angstrom/build-feeds: remove openmoko targets Martin Jansa
2010-10-19 11:12   ` Koen Kooi
2010-10-19  8:33 ` [PATCH 05/13] libmokoui2, openmoko-apps: move to obsolete as libmokoui2 doesn't build for a while and nobody cares to fix it Martin Jansa
2010-10-19  8:33 ` [PATCH 06/13] openmoko: obsolete tasks and images, openmoko as distribution was obsoleted on Aug 10, 2010 Martin Jansa
2010-10-19  8:33 ` [PATCH 07/13] openmoko: obsolete old openmoko classes and recipes using those Martin Jansa
2010-10-19  8:33 ` [PATCH 08/13] om-3d7k: remove machine definition, because it was canceled long time ago Martin Jansa
2010-10-19  8:33 ` [PATCH 09/13] linux-openmoko: obsolete 2.6.24 and 2.6.28 Martin Jansa
2010-10-19  8:33 ` [PATCH 10/13] openmoko: remove openmoko directories used from FILESPATH as openmoko distribution was obsoleted on Aug 2010 Martin Jansa
2010-10-19  8:33 ` [PATCH 11/13] openmoko: move initscripts, psplash, alsa-scenarios also to obsolete Martin Jansa
2010-10-19  8:33 ` Martin Jansa [this message]
2010-10-19  8:33 ` [PATCH 13/13] removal: add entry for removing obsoleted openmoko recipes Martin Jansa
2010-10-19  9:00 ` Moving openmoko recipes and classes to obsolete Frans Meulenbroeks
2010-10-19  9:12   ` Martin Jansa
2010-10-19  9:16     ` Frans Meulenbroeks
2010-10-19 13:08 ` Dr. Michael Lauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1287477207-27752-13-git-send-email-Martin.Jansa@gmail.com \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.