From 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 9 Dec 2004 09:47:41 +0000 Subject: Merge oe-devel@oe-devel.bkbits.net:openembedded into hyperion.kergoth.com:/home/kergoth/code/openembedded 2004/12/09 03:39:39-06:00 kergoth.com!kergoth Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit. BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA --- packages/python/python-quicklauncher_0.0.1.bb | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 packages/python/python-quicklauncher_0.0.1.bb (limited to 'packages/python/python-quicklauncher_0.0.1.bb') diff --git a/packages/python/python-quicklauncher_0.0.1.bb b/packages/python/python-quicklauncher_0.0.1.bb new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3 From 9c9c7139952b06112d99b5b11bfa3d36435a6459 Mon Sep 17 00:00:00 2001 From: "nslu2-linux.adm@bkbits.net" Date: Fri, 31 Dec 2004 22:27:41 +0000 Subject: Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2004/12/31 14:27:40-08:00 (none)!ggilbert Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into olddog.(none):/home/ggilbert/oe/openembedded 2004/12/31 14:27:30-08:00 (none)!ggilbert Add many licenses 2004/12/31 21:28:22+00:00 nexus.co.uk!pb fix typo introduced with recent LICENSE patches 2004/12/31 21:12:38+00:00 nexus.co.uk!pb gpe-soundbite is GPL 2004/12/31 21:11:57+00:00 nexus.co.uk!pb gpe-question is GPL 2004/12/31 21:11:12+00:00 nexus.co.uk!pb gpe-nmf is GPL 2004/12/31 21:10:28+00:00 nexus.co.uk!pb gpe-gallery is GPL 2004/12/31 21:09:42+00:00 nexus.co.uk!pb gpe-edit is GPL 2004/12/31 21:07:12+00:00 nexus.co.uk!pb gpe-ownerinfo is GPL 2004/12/31 21:03:44+00:00 nexus.co.uk!pb delete old gpe-bootsplash with no LICENSE 2004/12/31 21:02:29+00:00 nexus.co.uk!pb delete some old gpe-clock versions with no LICENSE 2004/12/31 21:00:16+00:00 nexus.co.uk!pb delete old hotplug-dbus versions with no LICENSE 2004/12/31 20:59:20+00:00 nexus.co.uk!pb Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into stealth.nexus.co.uk:/home/pb/oe/oe 2004/12/31 13:35:00-08:00 (none)!ggilbert Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into olddog.(none):/home/ggilbert/oe/openembedded 2004/12/31 13:34:19-08:00 (none)!ggilbert More licenses 2004/12/31 20:59:03+00:00 nexus.co.uk!pb add LICENSE for gpe-confd, and blow away some old versions BKrev: 41d5d25dQOnhk1FZOyFZXNL3fxoihA --- packages/python/python-quicklauncher_0.0.1.bb | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'packages/python/python-quicklauncher_0.0.1.bb') diff --git a/packages/python/python-quicklauncher_0.0.1.bb b/packages/python/python-quicklauncher_0.0.1.bb index e69de29bb2..b3b8139448 100644 --- a/packages/python/python-quicklauncher_0.0.1.bb +++ b/packages/python/python-quicklauncher_0.0.1.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "A PyQt-optimized Python Quicklauncher for Qt/Embedded based Palmtop Environments" +SECTION = "devel/python" +PRIORITY = "optional" +MAINTAINER = "Michael 'Mickey' Lauer " +RDEPENDS = "python-pyqt" +PR = "ml1" +SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/tools/pyquicklauncher" +S = "${WORKDIR}/pyquicklauncher" +LICENSE = "GPL" +inherit distutils + +do_compile() { + true +} + +# +# FIXME: Launch during postinstall +# + +do_install() { + install -d ${D}/${libdir}/python2.3/ + install -m 0755 quicklauncher.py ${D}/${libdir}/python2.3/ + install -d ${D}/${libdir}/python2.3/site-packages/quicklauncher/ + install -m 0755 testapp.py ${D}/${libdir}/python2.3/site-packages/quicklauncher/ +} + + -- cgit v1.2.3 From fb2fa1075ab82a84ead46c6d400755297bcc39f4 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 9 Feb 2005 00:06:49 +0000 Subject: Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/02/09 01:04:39+01:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/02/09 01:04:15+01:00 uni-frankfurt.de!mickeyl remove direct references to python2.3, instead compute PYTHON_DIR in distutils. Split distutils into distutils-base and distutils. BKrev: 42095419HYtcbp33LQCUNFdiLMXHog --- packages/python/python-quicklauncher_0.0.1.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'packages/python/python-quicklauncher_0.0.1.bb') diff --git a/packages/python/python-quicklauncher_0.0.1.bb b/packages/python/python-quicklauncher_0.0.1.bb index b3b8139448..aa294caeee 100644 --- a/packages/python/python-quicklauncher_0.0.1.bb +++ b/packages/python/python-quicklauncher_0.0.1.bb @@ -18,10 +18,10 @@ do_compile() { # do_install() { - install -d ${D}/${libdir}/python2.3/ - install -m 0755 quicklauncher.py ${D}/${libdir}/python2.3/ - install -d ${D}/${libdir}/python2.3/site-packages/quicklauncher/ - install -m 0755 testapp.py ${D}/${libdir}/python2.3/site-packages/quicklauncher/ + install -d ${D}/${libdir}/${PYTHON_DIR}/ + install -m 0755 quicklauncher.py ${D}/${libdir}/${PYTHON_DIR}/ + install -d ${D}/${libdir}/${PYTHON_DIR}/site-packages/quicklauncher/ + install -m 0755 testapp.py ${D}/${libdir}/${PYTHON_DIR}/site-packages/quicklauncher/ } -- cgit v1.2.3 From dba2b89720b0318a28ebe7778294873b9353f71d Mon Sep 17 00:00:00 2001 From: "nslu2-linux.adm@bkbits.net" Date: Wed, 23 Feb 2005 12:47:30 +0000 Subject: Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/02/23 12:40:33+01:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/02/23 12:36:37+01:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/02/23 11:34:13+01:00 mn-solutions.de!schurig Merge http://oe-devel@openembedded.bkbits.net/openembedded into mnz66.mn-solutions.de:/usr/src/oe/p 2005/02/23 11:33:31+01:00 mn-solutions.de!schurig fix installation stage 2005/02/23 09:27:44+00:00 (none)!xora New upstream version of kismet, fixes for compilation problems, and change of maintainer with Brunos permission 2005/02/23 01:11:25+01:00 uni-frankfurt.de!mickeyl add a sharprom-compatible distro configuration. relies on an external 2.95.3 toolchain (for now... until someone adds it to OE) and needs further work. It's a start for someone interested though. 2005/02/23 01:09:23+01:00 uni-frankfurt.de!mickeyl bump cvsdate on oz-3.5.3 2005/02/22 17:37:44-06:00 ti.com!kergoth Fix the quilt PATCHCMD to stop rampantly chmod'ing, which made the CVS directories not executable, thereby screwing up the ability to rm -rf tmp. Thanks to holger freyther for pointing it out. BKrev: 421c7b62hBWfitoVhb3IO3ZT5nS71A --- packages/python/python-quicklauncher_0.0.1.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'packages/python/python-quicklauncher_0.0.1.bb') diff --git a/packages/python/python-quicklauncher_0.0.1.bb b/packages/python/python-quicklauncher_0.0.1.bb index aa294caeee..c675a2f0fc 100644 --- a/packages/python/python-quicklauncher_0.0.1.bb +++ b/packages/python/python-quicklauncher_0.0.1.bb @@ -18,10 +18,10 @@ do_compile() { # do_install() { - install -d ${D}/${libdir}/${PYTHON_DIR}/ - install -m 0755 quicklauncher.py ${D}/${libdir}/${PYTHON_DIR}/ - install -d ${D}/${libdir}/${PYTHON_DIR}/site-packages/quicklauncher/ - install -m 0755 testapp.py ${D}/${libdir}/${PYTHON_DIR}/site-packages/quicklauncher/ + install -d ${D}${libdir}/${PYTHON_DIR}/ + install -m 0755 quicklauncher.py ${D}${libdir}/${PYTHON_DIR}/ + install -d ${D}${libdir}/${PYTHON_DIR}/site-packages/quicklauncher/ + install -m 0755 testapp.py ${D}${libdir}/${PYTHON_DIR}/site-packages/quicklauncher/ } -- cgit v1.2.3