diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-07-16 08:12:33 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-07-16 08:12:33 +0000 |
commit | 4fe64e497bb8af2ca8298c7b5af3f52d68e0467d (patch) | |
tree | d3fcccc25c3024cc8aec0f4a96eea1713609a27c /packages/openmoko-3rdparty/settingsgui_0.7+0.8-beta.bb | |
parent | 4a5149ccbb13a8425e672d4c1b82754456b747ed (diff) |
remove deprecated openmoko stuff, it's no longer buildable anyways
Diffstat (limited to 'packages/openmoko-3rdparty/settingsgui_0.7+0.8-beta.bb')
-rw-r--r-- | packages/openmoko-3rdparty/settingsgui_0.7+0.8-beta.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/openmoko-3rdparty/settingsgui_0.7+0.8-beta.bb b/packages/openmoko-3rdparty/settingsgui_0.7+0.8-beta.bb new file mode 100644 index 0000000000..f0d6f84ce6 --- /dev/null +++ b/packages/openmoko-3rdparty/settingsgui_0.7+0.8-beta.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Openmoko Settings GUI" +AUTHOR = "Kristian M." +SECTION = "openmoko/applications" +RDEPENDS = "python-pygtk python-subprocess python-threading" +LICENSE = "GPL" +PR = "r0" + +SRC_URI = "http://mput.de/~kristian/.openmoko/settingsgui-0.8-beta.tar.bz2" +S = "${WORKDIR}/settingsgui-0.8-beta" + +inherit distutils |