summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
Commit message (Collapse)AuthorAgeFilesLines
* python-dbus: upgrade from 0.83.1 to 0.83.2Nitin A Kamble2011-01-061-3/+3
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* python-pygobject: Fix DEPENDS and RDEPENDS for native recipeRichard Purdie2010-12-311-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* RDEPENDS, RRECOMMENDS -> RDPEPENDS_${PN}, RRECOMMENDS_${PN}Koen Kooi2010-12-307-14/+14
| | | | | | | For these recipes the dependencies listed in RDEPENDS and RRECOMMENDS only apply to ${PN} Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* python: Add LIC_FILES_CHKSUMSaul Wold2010-12-231-0/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* python-pygobject: remove older install of generate-constants and add ↵Saul Wold2010-12-232-15/+2
| | | | | | BBCLASSEXTEND Signed-off-by: Saul Wold <sgw@linux.intel.com>
* python-pygobject: add --disable-introspectionSaul Wold2010-12-211-3/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* python-pygobject: Fix SRC_URI checksumsSaul Wold2010-12-211-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* python-pygobject: upgrade from 2.21.1 to 2.27.0Nitin A Kamble2010-12-162-1/+1
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* SRC_URI Checksums AdditionalsSaul Wold2010-12-0910-0/+30
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* python-scons:Add license checksum and update the GPL informationMei Lei2010-12-021-1/+2
| | | | | | Add LICENSE.txt file checksum to bb file and update the "GPL" to "MIT" according to the License file Signed-off-by: Mei Lei <lei.mei@intel.com>
* python-pyrex:Add license checksum and update the License informationMei Lei2010-12-021-1/+2
| | | | | | Add LICENSE.txt file checksum to bb file and update the "GPL" to "Apache License Version 2.0" according to the License file Signed-off-by: Mei Lei <lei.mei@intel.com>
* python-pygtk:Add license checksum and update the GPL informationMei Lei2010-12-021-1/+2
| | | | | | Add COPYING file checksum to bb file and update the "LGPL" to "LGPLv2.1" according to the COPYING file Signed-off-by: Mei Lei <lei.mei@intel.com>
* python-pygobject:Add license checksum and update the GPL informationMei Lei2010-12-021-1/+2
| | | | | | Add COPYING file checksum to bb file and update the "LGPL" to "LGPLv2.1" according to the COPYING file Signed-off-by: Mei Lei <lei.mei@intel.com>
* python-imaging:Add license checksum to bb fileMei Lei2010-12-021-1/+2
| | | | | | Add README file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
* python-dbus:Add license checksum to bb fileMei Lei2010-12-021-0/+1
| | | | | | Add LICENSE file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
* python:Add license checksum to bb fileMei Lei2010-12-021-1/+1
| | | | | | Add LICENSE file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
* libtool upgrade from 2.2.10 to 2.4Nitin A Kamble2010-11-182-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Taking out of this code from patch as the newer upstream code has fix, and this patch is not needed. cross-compile.patch: -Index: libtool-2.2.10/libltdl/config/ltmain.m4sh +Index: libtool-2.4/libltdl/config/ltmain.m4sh =================================================================== ---- libtool-2.2.10.orig/libltdl/config/ltmain.m4sh -+++ libtool-2.2.10/libltdl/config/ltmain.m4sh -@@ -5147,8 +5147,14 @@ func_mode_link () - absdir="$abs_ladir" - libdir="$abs_ladir" - else -- dir="$libdir" -- absdir="$libdir" -+ # Adding 'libdir' from the .la file to our library search paths -+ # breaks crosscompilation horribly. We cheat here and don't add -+ # it, instead adding the path where we found the .la. -CL -+ dir="$abs_ladir" -+ absdir="$abs_ladir" -+ libdir="$abs_ladir" -+ #dir="$libdir" -+ #absdir="$libdir" - fi - test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes - else Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* python-gst: Fix the configure patch & add LIC_FILE_CHKSUMSaul Wold2010-11-182-6/+9
| | | | | | | | Fixed the acinclude.m4 patch for the py_prefix to correct a host contamination check Added LIC_FILE_CHKSUM for COPYING LICENSE Update Signed-off-by: Saul Wold <sgw@linux.intel.com>
* python, python-native upgrade from 2.6.5 to 2.6.6Nitin A Kamble2010-11-1415-111/+69
| | | | | | | | | | | | | | | | | Removed these patch: python-native-2.6.5/00-fix-bindir-libdir-for-cross.patch python/00-fix-bindir-libdir-for-cross.patch The upstream code has changed, and it does not need the above 2 patches (fixes) anymore. Patches rebased to the newer code: python/01-use-proper-tools-for-cross-build.patch python/04-default-is-optimized.patch python/06-avoid_usr_lib_termcap_path_in_linking.patch python/99-ignore-optimization-flag.patch Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* python-gst: upgrade from 0.10.18 to 0.10.19Nitin A Kamble2010-11-141-1/+1
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* python: Fix hardcoded python references which should refer to PN, removing ↵Richard Purdie2010-11-101-2/+2
| | | | | | duplicate providers warning Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* python: Remove hardcoded python references and replace with PN, allowing use ↵Richard Purdie2010-11-022-208/+208
| | | | | | of BBCLASSEXTEND=nativesdk Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* python: fix for host contamination issue while cross compilingNitin A Kamble2010-10-113-2/+30
| | | | | | This fixes [BUGID #385] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* python-pygtk: Use correct paths at build timeJoshua Lock2010-10-011-1/+9
| | | | | | | | | Fix the paths in configure.ac to use the target libraries and generators for building pygtk. Fix taken from OE. Thanks to Gary Thomas for providing a first stab at this. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Python gst package needs pygtk at runtimeGary Thomas2010-10-011-1/+2
| | | | | Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Move prism-firmware, spectrum-fw, python-urlgrabber, python-iniparse and ↵Richard Purdie2010-09-309-244/+0
| | | | | | yum-metadata to meta-extras Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Major layout change to the packages directoryRichard Purdie2010-08-2752-0/+1964
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>