summaryrefslogtreecommitdiff
path: root/meta/recipes-support
AgeCommit message (Collapse)AuthorFiles
2011-03-18db: Fix path of arm-thumb patchMark Hatle2
Newer versions of patch, such as in Fedora 14, don't like ".." within the middle of the file to be patched path. In order to fix the issue we have to hand apply the patch instead of using the normal mechanisms. Only flaw with the os.system(...) approach is if it fails we don't get any notification or a resolver failure. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-03-14Update SRC_URIs to use BPN instead of PNRichard Purdie6
[YOCTO #860] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-06attr: Added ncurses to dependsSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-03libpcre: fix the name collision with libcQing He2
fixes [YOCTO #721] [YOCTO #722] [sgw: added patch comment, bump PR, and changed BUGID -> YOCTO] Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Saul Wold <sgw@linux.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-03-02attr: Change SRC_URI to a correct locationDongxiao Xu2
attr has changed its download link, thus change accordingly. This fixes [BUGID #710] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
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>
2011-02-09talloc: remove talloc recipeYu Ke1
mesa no long need talloc, so remove it Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-02-01libfm: remove add_missing.patch as part of glib-2.0 downgradeSaul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-31createrepo: fix native binaryQing He2
Signed-off-by: Qing He <qing.he@intel.com>
2011-01-30createrepo: add new recipeQing He2
version 0.4.11 Signed-off-by: Qing He <qing.he@intel.com>
2011-01-28liburcu: upgrade from 0.4.8 to 0.5.2Dexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-01-27BerkleyDB: Uprev db from 4.2 to 5.1.19Mark Hatle5
The latest version of Berkley DB (5.1.19) is required by RPM. This version is backwards compatible with the 4.2 version that was enabled previously. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-01-21staging: Use relative path in sysroot-destdir for target recipesDongxiao Xu1
Original we used absolute path in sysroot-destdir for both native and target recipes. This commit changes target recipes to use relative path which is same as the image directory. [sgw: merged with libtool sysroot work] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-20apr-util: Update to 1.3.10Zhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-01-20apr: Update to 1.4.2Zhai Edwin3
Add buildconf_fix.patch of removing new libtool detection method to avoid config failure. Handled build/libtool.m4 & apr_rules.mk after configure to take place of "top_builddir" by "apr_builddir", as these files would be reused by apr-util. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-01-06recpies: use SRCPV instead of SRCREV for PVYu Ke1
SRCPV is intended being used by PV, some recipes still use SRCREV for PV, which is not correct. This patch fix all the misusage. Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-06libgdbus_git: metadata fixes and minor formatting changesScott Garman1
* Added DESCRIPTION, SECTION, PRIORITY, and PR fields * Updated SUMMARY and HOMEPAGE fields to reflect more accurate info Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-01-06beecrypt: Update to 4.2.1Zhai Edwin4
Rebased disable-icu-check.patch & fix-security.patch. Removed x64fix.patch as it is already in upstream. Also some configure changes: removing "--with-arch" as it can't cowork with expert mode, adding "--disable-openmp" to avoid unnecessary dependency. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-01-02lzo: upgrade to version 2.04Qing He4
from 2.03 lzo: fix LIC_FILES_CHKSUM Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-02gnutls: upgrade to version 2.10.4Qing He4
from 2.8.6 Signed-off-by: Qing He <qing.he@intel.com>
2011-01-02libtasn1: upgrade to version 2.9Qing He1
from 2.8 Signed-off-by: Qing He <qing.he@intel.com>
2010-12-30RDEPENDS, RRECOMMENDS -> RDPEPENDS_${PN}, RRECOMMENDS_${PN}Koen Kooi4
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>
2010-12-28attr: fix SRC_URIQing He2
Signed-off-by: Qing He <qing.he@intel.com>
2010-12-28acl: use correct Savannah download linkKevin Tian2
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-12-23apr-util: add --without-odbc to EXTRA_OECONFSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23bootst-jam: Add LIC_FILES_CHKSUMSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23db: add LIC_FILES_CHKSUMSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-14libsoup: Add LIC_FILES_CHKSUMSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-12-14libexif: Add LIC_FILES_CHKSUMSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-12-09SRC_URI Checksums AdditionalsSaul Wold51
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-06libnl: fix typo in the Makefile fixQing He2
change .$(OBJEXT) to .lo in the rule to reflect libtool setup Signed-off-by: Qing He <qing.he@intel.com>
2010-12-06consolekit: Update to 0.4.3Zhai Edwin3
Rebased nopolkit.patch. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-12-05Drop AUTOTOOLS_STAGE_PKGCONFIG variable as its not used anywhereRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-03libnl: fix parallel makeQing He2
lex/yacc generated header file should be explicitly listed for makefile dependency also add flex-native and bison-native for the recipe Signed-off-by: Qing He <qing.he@intel.com>
2010-12-02talloc: add new recipes talloc 2.0.1Yu Ke1
talloc is a hierarchical, reference counted memory pool system with destructors. It is the core memory allocator used in Samba. Mesa7.9 also depends on it,so add it for mesa7.9. It is ported from OpenEmbedded, with some format modification. Signed-off-by: Yu Ke <ke.yu@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-12-02mpfr:Add license checksum and update the GPL informationMei Lei1
Add COPYING file and COPYING.LESSER file checksum to bb file and add the "GPLv3" to "LGPLv3" according to the license file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-12-02consolekit:Add license checksum to bb fileMei Lei1
Add COPYING file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-12-01aspell: update licenseQing He1
Signed-off-by: Qing He <qing.he@intel.com>
2010-11-28curl: Fix gnutls option (append ordering was incorrect)Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-11-24liburcu: Update to version 0.4.8Saul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-24libpcre:Add license checksum to bb fileMei Lei1
Add LICENSE file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-11-24libmpc:Add license checksum and update the GPL informationMei Lei1
Add COPYING.LIB file checksum to bb file and add the "LGPLv2.1" according to the COPYING.LIB file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-11-24gmp:Add license checksum and add the GPL informationMei Lei1
Add COPYING file and version.c file checksum to bb file and add the "GPLv3" "LGPLv3" information according to the License files Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-11-24libgdbus:Add license checksum and update the GPL informationMei Lei1
Add COPYING and COPYING.LIB files checksum to bb file and update the "GPL" to "GPLv2", "LGPL" to "LGPLv2.1" according to the license files Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-11-23beecrypt:Add license checksum and update the GPL to bb fileMei Lei1
Add COPYING and COPYING.LIB checksum to bb file,add the "LGPLv2.1" according to COPYING.LIB Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-11-23apr-util:Add license checksum to bb fileMei Lei1
Add LICENSE file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-23apr:Add license checksum to bb fileMei Lei1
Add LICENSE file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-11-22curl: fix native dependencyQing He1
disable gnutls for -native also fix --with-gnutls parameter for target Signed-off-by: Qing He <qing.he@intel.com>