summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-01-14 00:38:40 +0000
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-01-14 00:38:40 +0000
commit6f25145ab702271fac182267ba3f604af00a6e27 (patch)
treec6e02ad2b6080efe1c41107e222e73c88008e73c
parent1ddd7b0f49aa84d4a3d61b4b857d261acac3875d (diff)
python-setuptools[-native]: 0.6c8 -> 0.6c9
-rw-r--r--packages/python/python-setuptools-native_0.6c9.bb (renamed from packages/python/python-setuptools-native_0.6c8.bb)0
-rw-r--r--packages/python/python-setuptools_0.6c9.bb (renamed from packages/python/python-setuptools_0.6c8.bb)9
2 files changed, 7 insertions, 2 deletions
diff --git a/packages/python/python-setuptools-native_0.6c8.bb b/packages/python/python-setuptools-native_0.6c9.bb
index 0bbf9c32fc..0bbf9c32fc 100644
--- a/packages/python/python-setuptools-native_0.6c8.bb
+++ b/packages/python/python-setuptools-native_0.6c9.bb
diff --git a/packages/python/python-setuptools_0.6c8.bb b/packages/python/python-setuptools_0.6c9.bb
index 5409c8a7bc..179129eb60 100644
--- a/packages/python/python-setuptools_0.6c8.bb
+++ b/packages/python/python-setuptools_0.6c9.bb
@@ -2,10 +2,10 @@ DESCRIPTION = "Download, build, install, upgrade, and uninstall Python packages"
HOMEPAGE = "http://cheeseshop.python.org/pypi/setuptools"
SECTION = "devel/python"
PRIORITY = "optional"
-LICENSE = "MIT-like"
+LICENSE = "MIT"
RDEPENDS = "python-distutils python-compression"
SRCNAME = "setuptools"
-PR = "ml2"
+PR = "ml0"
SRC_URI = "\
http://cheeseshop.python.org/packages/source/s/setuptools/${SRCNAME}-${PV}.tar.gz\
@@ -18,3 +18,8 @@ inherit distutils
do_install_prepend() {
install -d ${D}/${libdir}/${PYTHON_DIR}/site-packages
}
+
+RDEPENDS = "\
+ python-distutils \
+ python-compression \
+"
SUMMARY value set. In this case it's much better to just set SUMMARY since DESCRIPTION is defaulted from SUMMARY anyway and then the SUMMARY is at least useful. I also took the opportunity to fix up a lot of the new SUMMARY values, making them concisely explain the function of the recipe / package where possible. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> 2013-11-30sqlite3: Fix configure option warningRichard Purdie1 WARNING: QA Issue: sqlite3: configure was passed unrecognised options: --disable-tcl There is no tcl option or support now so remove the option. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2013-11-08sqlite3: Add support for column metadata APIAlex J Lennon1 I found that Mono.Data.SQlite has a dependency on the column meta-data API, thus enabling this API enables use of Hibernate / Mono with SQLite and no doubt enables other ORMs / utility libraries. ref: https://bugzilla.xamarin.com/show_bug.cgi?id=6333 The API is present in the used SQLite3 sqlite-autoconf-3080002 source-base. Thus we are enabling pre-existing SQLite support rather than introducing new code. I am not aware of any issues that enabling this SQLite functionality introduces, other than a slightly increased library size of circa 1.5KB , i.e. coretexa9_vfp_neon i.MX6 - with column meta-data API 610360 libsqlite3.so.0.8.6 - without column meta-data API 608880 libsqlite3.so.0.8.6 Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk> Signed-off-by: Saul Wold <sgw@linux.intel.com> 2013-10-14sqlite3: update to 3.8.0.2Saul Wold1 Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2013-10-14sqlite3: update to version 3.8.0.1Maxin B. John1 Upgrade to latest version 3.8.0.1 Signed-off-by: Maxin B. John <maxin.john@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2013-05-24sqlite3: update to 3.7.17Jack Mitchell1 build and runtime tested on armv7a Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> Signed-off-by: Saul Wold <sgw@linux.intel.com> 2013-04-29sqlite: Update to 3071602Saul Wold2 Signed-off-by: Saul Wold <sgw@linux.intel.com> 2013-02-28sqlite: rename version to match upstream versioning changeSaul Wold1 Upstream changed to a single grouped number, change our numbering to match thiers. Signed-off-by: Saul Wold <sgw@linux.intel.com> 2013-02-01sqlite3: Update to 3.7.15.2Saul Wold1 (From OE-Core rev: bacdb06ed7795400ea08b25946dc94b956b7578b) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2013-02-01sqlite3: Ensure MLPREFIX is applied to AUTO_LIBNAME_PKGSRichard Purdie1 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2012-12-31sqlite: update to upstream version 3.7.15.1Marko Lindqvist2 Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> 2012-12-19sqlite: Update to 3.7.15.0Saul Wold2 Signed-off-by: Saul Wold <sgw@linux.intel.com> 2012-11-19sqlite3: Update to 3.7.14.1Saul Wold2 [YOCTO #3283] Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2012-11-02recipes-support: replace virtclass-native(sdk) with class-native(sdk)Robert Yang1 The overrides virtclass-native and virtclass-nativesdk are deprecated, which should be replaced by class-native and class-nativesdk. NOTE: There were 2 errors in libcap.inc, the BUILD_LDFLAGS_virtclass_native should be BUILD_LDFLAGS_virtclass-native (the "_" should be "-"), otherwise it doesn't work, and the value was: "-Wl,rpath=...", this is incorrect, it shoudl be: "-Wl,-rpath=..." (lacked a - ), but we don't need this line, since it is already in the default BUILD_LDFLAGS. Remove it and we don't need to bump the PR since we just removed a unused line. [YOCTO #3297] Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> 2012-09-24sqlite3: enable USE_PREADPhil Blundell2 This gives a small but measureable performance improvement for I/O heavy workloads. Signed-off-by: Phil Blundell <pb@pbcl.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2012-08-31nativesdk: Switch to using nativesdk as a prefix, not a suffixRichard Purdie1 As discussed on the mailing lists, using a suffix to package names is hard and has lead to many recipes having to do PKGSUFFIX games. Its looking extremely hard to scale nativesdk much further without hacking many recipes. By comparison, using a prefix like multilib does works much better and doesn't involve "hacking" as many recipes. This change converts nativesdk to use a prefix using the existing multilib infrastructure. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2012-06-25sqlite3: Update to 3.7.13Saul Wold2 Signed-off-by: Saul Wold <sgw@linux.intel.com> 2012-04-24sqlite3: Upgrade to 3.7.11Saul Wold2 Signed-off-by: Saul Wold <sgw@linux.intel.com> 2012-03-23nativesdk/misc: set PKGSUFFIX for correct variable name expansion.Lianhao Lu1 Set PKGSUFFIX in nativesdk.bbclass for correct variable name expansion. This would fix bunch of "not shipped" packaging warnings in "-nativesdk" recipes. And also bumping the corresponding PR. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2012-03-14PR bump for all recipes that DEPEND on ncursesScott Garman1 The packaging changes to ncurses could break package feeds, so bump the PR on everythong that DEPENDS on ncurses. Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2012-02-28sqlite3: Update to version 3.7.10Saul Wold2 Signed-off-by: Saul Wold <sgw@linux.intel.com> 2012-01-24sqlite3: refactor packages for staticdevSaul Wold2 Signed-off-by: Saul Wold <sgw@linux.intel.com> 2011-12-02sqlite3: Update to 3.7.9Saul Wold2 Signed-off-by: Saul Wold <sgw@linux.intel.com> 2011-09-27sqlite3: Fix nativesdk packaging/QA warningsRichard Purdie2 When building sqlite3-nativesdk, there was a warning about debug files in the main package. This was due to the order of items in PACKAGES with -dbg after the main package which breaks an assumption native.bbclass makes. Changing the order fixes the packaging problem with no change to the normal target packaging. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2011-08-09sqlite3: Ensure nativesdk package extension is handled correctlyRichard Purdie1 This avoids the warning: NOTE: multiple providers are available for runtime libsqlite3-dev (sqlite3, sqlite3-nativesdk) NOTE: consider defining a PREFERRED_PROVIDER entry to match libsqlite3-dev until such times as we convert nativesdk to use a prefix like multilib. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2011-08-03multilib: Use BPN instead of PN for style like lib${PN}Dongxiao Xu1 When supporting multilib, ${PN} will be extended with MLPREFIX. However if a package name contains ${PN} with styles like lib${PN}, such extension will cause error. Use BPN in this case. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2011-07-04sqlite: upgrade from 3.7.6.2 to 3.7.7.1Yu Ke2 Signed-off-by: Yu Ke <ke.yu@intel.com> 2011-07-01Drop PRIORITY variableRichard Purdie1 As discussed on the mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the referenced. Thanks to Phil Blundell for the command. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2011-06-06sqlite: remove dependency on tcl-nativePhil Blundell1 Older versions of sqlite required tclsh at compile time but this is no longer the case with recent 3.7.x. See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-June/003653.html Signed-off-by: Phil Blundell <philb@gnu.org> 2011-05-11sqlite: upgrade from 3.7.5 to 3.7.6.2Yu Ke4 - also remove the libtool.patch since it is already in the release version - update the LIC_FILES_CHKSUM, the license is not changed, just use sqlite3.h as more appropriate license file. the original sqlite3.c is actually not point to license content. Signed-off-by: Yu Ke <ke.yu@intel.com> 2011-03-03sqlite3: Update version 3.7.3 -> 3.7.5Khem Raj2 * Imported from OE commit a2c3af2d608b1b713018d688b00e03873a538993 * native version of 3.7.3 does not build Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2011-02-16sqlite3-native: Drop dependencies on ncurses and readline plus enable in ↵Richard Purdie2 memory temporary tables Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2010-12-09SRC_URI Checksums AdditionalsSaul Wold1 Signed-off-by: Saul Wold <sgw@linux.intel.com> 2010-12-02sqlite: upgrade from 3.6.23 to 3.7.3Yu Ke2 Signed-off-by: Yu Ke <ke.yu@intel.com> 2010-09-01packages: Separate out most of the remaining packages into recipesRichard Purdie3 Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>