diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-10-10 16:51:15 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-10 16:51:15 +0000 |
commit | 09a463e72580944a49069199e12ef043e0d3ce7a (patch) | |
tree | d1d22dd2348aa3593b5acfc14c5e50802f212eec | |
parent | ed232daf1fafcca0bd6a1f1d6b96e3a9dd339a74 (diff) | |
parent | 8365820bf11a91b1dd7fa68b34ce344c0c746d58 (diff) |
merge of 43ac6cf3fe43c95b123d6d6cef025463fe86d845
and b06f0e15131ef6e08f949289a0b2ff18f8d0dab5
-rw-r--r-- | conf/distro/opensimpad.conf | 1 | ||||
-rw-r--r-- | conf/distro/openzaurus.conf | 1 | ||||
-rw-r--r-- | packages/geda/geda-gsymcheck_20050820.bb | 12 | ||||
-rw-r--r-- | packages/python/python-2.4.2-manifest.inc | 6 | ||||
-rw-r--r-- | packages/python/python_2.4.2.bb | 2 |
5 files changed, 16 insertions, 6 deletions
diff --git a/conf/distro/opensimpad.conf b/conf/distro/opensimpad.conf index f6f8c18976..dc66621768 100644 --- a/conf/distro/opensimpad.conf +++ b/conf/distro/opensimpad.conf @@ -7,6 +7,5 @@ TARGET_OS ?= "linux" TARGET_FPU ?= "soft" PARALLEL_INSTALL_MODULES = "1" -UDEV_DEVFS_RULES = "1" DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove this line or set a dummy DISTRO_VERSION if you really want to build an unversioned distro')}" diff --git a/conf/distro/openzaurus.conf b/conf/distro/openzaurus.conf index 9020d55217..a935ed4ac2 100644 --- a/conf/distro/openzaurus.conf +++ b/conf/distro/openzaurus.conf @@ -9,6 +9,5 @@ TARGET_OS = "linux" TARGET_FPU = "soft" PARALLEL_INSTALL_MODULES = "1" -UDEV_DEVFS_RULES = "1" DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove this line or set a dummy DISTRO_VERSION if you really want to build an unversioned distro')}" diff --git a/packages/geda/geda-gsymcheck_20050820.bb b/packages/geda/geda-gsymcheck_20050820.bb new file mode 100644 index 0000000000..aec9007906 --- /dev/null +++ b/packages/geda/geda-gsymcheck_20050820.bb @@ -0,0 +1,12 @@ +MAINTAINER = "Koen Kooi <koen@handhelds.org>" +LICENSE = "GPLv2" +HOMEPAGE = "http://geda.seul.org" +PR = "r0" +FILES_${PN} += "${datadir}/gEDA" + +DEPENDS = "gtk+ libgeda" + +SRC_URI = "http://www.geda.seul.org/devel/${PV}/${P}.tar.gz" + +inherit autotools pkgconfig + diff --git a/packages/python/python-2.4.2-manifest.inc b/packages/python/python-2.4.2-manifest.inc index 4a0cf6e0e7..5020070667 100644 --- a/packages/python/python-2.4.2-manifest.inc +++ b/packages/python/python-2.4.2-manifest.inc @@ -1,5 +1,5 @@ ######################################################################################################################## -### AUTO-GENERATED by './generate-oe.py' [(C) 2002-2005 Michael 'Mickey' Lauer <mickey@Vanille.de>] on Wed Sep 28 15:56:41 2005 +### AUTO-GENERATED by './generate-oe.py' [(C) 2002-2005 Michael 'Mickey' Lauer <mickey@Vanille.de>] on Mon Oct 10 14:45:24 2005 ### ### Visit THE Python for Embedded Systems Site => http://www.Vanille.de/projects/python.spy ### @@ -176,9 +176,9 @@ RDEPENDS_python-xml="python-core python-re" FILES_python-xml="${libdir}/python2.4/lib-dynload/pyexpat.so ${libdir}/python2.4/xml ${libdir}/python2.4/xmllib.* " DESCRIPTION_python-mime="Python MIME Handling APIs" -PR_python-mime="ml1" +PR_python-mime="ml2" RDEPENDS_python-mime="python-core python-io" -FILES_python-mime="${libdir}/python2.4/mimetools.* ${libdir}/python2.4/rfc822.* " +FILES_python-mime="${libdir}/python2.4/mimetools.* ${libdir}/python2.4/quopri.* ${libdir}/python2.4/rfc822.* " DESCRIPTION_python-tests="Python Tests" PR_python-tests="ml1" diff --git a/packages/python/python_2.4.2.bb b/packages/python/python_2.4.2.bb index f29e0dc6d1..34c8fc7ba4 100644 --- a/packages/python/python_2.4.2.bb +++ b/packages/python/python_2.4.2.bb @@ -6,7 +6,7 @@ PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" PROVIDES = "python python-core" DEPENDS = "python-native readline zlib gdbm openssl tcl tk" -PR = "ml1" +PR = "ml2" PYTHON_MAJMIN = "2.4" |