summaryrefslogtreecommitdiff
path: root/meta/recipes-extended
AgeCommit message (Collapse)AuthorFiles
2011-11-10Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie4
This is the result of running the following over the metadata: sed \ -e 's:bb.data.\(setVar([^,()]*,[^,()]*\), *\([^ )]*\) *):\2.\1):g' \ -e 's:bb.data.\(setVarFlag([^,()]*,[^,()]*,[^,()]*\), *\([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,()]*\), *\([^(), ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,()]*,[^,()]*\), *\([^(), ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,()]*,[^,()]*\), *\([^() ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,()]*\), *\([^) ]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-10libarchive: Remove obsolete comment and empty line at the endPaul Menzel1
This is a fix up for commit fb19df5b21e551c5dfdfa340438952560c5fa528 Author: Xiaofeng Yan <xiaofeng.yan@windriver.com> Date: Mon Nov 7 20:03:53 2011 +0800 libarchive: update to 2.8.5 Remove patch "0003-Patch-from-upstream-rev-2516.patch" because it has been merged to source codes. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> removing a now obsolete comment because the undistributable content was removed [1] from upstream’s tarball. Also remove an empty line at the end introduced in the above commit. [1] http://code.google.com/p/libarchive/issues/detail?id=162 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-11-08libzypp: fix mishandling of hyphenated archesTom Zanussi1
Several hyphen-to-underscore translations were missing, causing compiler errors trying to build arches with hyphens in their names. This adds the missing translations. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-11-08libarchive: update to 2.8.5Xiaofeng Yan1
Remove patch "0003-Patch-from-upstream-rev-2516.patch" because it has been merged to source codes. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2011-11-07lighttpd 1.4.29: rename index.html to avoid clashes with DL_DIRKoen Kooi2
As Martin Jansa pointed out before, bitbake will silently peek in DL_DIR before FILESPATH and use files from there if found. The failure mode for lighttpd involves a 404 redirect placing index.html into DL_DIR, which will end up in the lighttpd packages. In my specific case iproute2 hit the linuxfoundation 404 redirect so lighttpd.ipk now serves the linuxfoundation frontpage :) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-04bash: Ensure we fully reautoconf the recipes so site data is usedRichard Purdie3
This ensures bug 487 (missing job control functionality) really gets fixed. [YOCTO #487] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-01Fix HOMEPAGE values in libzypp and sat-solver .bb filesRobert P. J. Day2
Fix obvious typoes in .bb files for libzypp and sat-solver packages, and update the HOMEPAGE for sat-solver to refer to the sat-solver home page itself, rather than the libzypp home page. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-01iptables: upgrade to version 1.4.12.1Dongxiao Xu1
Change do_configure_prepend() since some m4 file is needed when doing configuration. Define correct FILE for iptables and iptables-dbg packages. License checksum changed (not essential part), and the license is still GPLv2. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-10-31polkit: upgrade to latest 0.102Dongxiao Xu3
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-10-31wget: Remove pointless codeRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-31mdadm: fix QA Packaging issuesSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-31man: fix QA Packaging issuesSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-31at: fix QA Packaging issuesSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-31wget: Add recipe from OESaul Wold4
Needed to support building oe-core with oe-core Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-31recipes: bump PR after python upgradeMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-27grep: upgrade to 2.9Scott Garman1
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-10-27sudo: upgrade to 1.8.3Scott Garman1
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-10-24texi2html: Added recipe from OESaul Wold1
Needed to build oe-core with oe-core Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-20tzcode-native: update SRC_URI to new IANA locationJoshua Lock1
The TZ database has moved, it's now hosted by IANA. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-10-20tzdata: updated SRC_URI and update to 2011kJoshua Lock1
tzdata is now hosted by IANA at http://www.iana.org/time-zones Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-10-20chkconfig: Update to 1.3.55Wenzong Fan1
Update chkconfig to 1.3.55 from 1.3.52. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
2011-10-20libxml-sax-perl: update to 0.99Kang Kai1
Update libxml-sax-perl to 0.99 Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-10-20ghostscript: update to 9.04Kang Kai8
Remove the old version and update ghostscript to 9.04. * update ghostscript-9.02-prevent_recompiling.patch * because soobj is not used any more, remove soobj related work * gs provides a configure option --with-install-cups to install cups related files but disabled by default, so need update post install scripts Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-10-19ghostscript: renamed x86_64 to x86-64 for patch to workSaul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-19ghostscript: Disable parallel make due to install issuesSaul Wold1
ghostscript uses a script called instcopy to install files first to temp dir and then rm's and copies dirs|files to the final destination. When parallel make happens multiple threads of this runs and tries to remove existing directories with contents, not a good thing, therefore disable parallel make for install. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-17lsb: Change link of ${baselib} to lib64 for 64bits systemXiaofeng Yan1
Correct two faults: 1 Binaries of lsb test suite need ld-linux.so* in /lib64. for example: Target$ ./lsbcmdchk -sh: ./lsbcmdchk: No such file or directory Target$ strings lsbcmdchk | grep "ld-" /lib64/ld-lsb-x86-64.so.3 "lsbcmdchk" from lsb test suite is a binary program. A new modification to lsb_1.4.bb caused that binaries from lsb test suite can't run because binaries of lsb test suite need ld-linux.so* in /lib64. But the link is changed due to adding multilib. I changed this link again. 2 correct mandir Waring will appear when running task task do_populate_sysroot NOTE: package lsb-1.4-r2: task do_populate_sysroot: Succeeded WARNING: For recipe lsb, the following files were installed but not shipped in any package: WARNING: /{datadir}/man/man1/lsb_release.1.gz I changed mandir=${D}/man to mandir=${D}/${datadir}/man Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-17screen: Add patch to fix parallel make installSaul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-17mktemp: Add patch to fix parallel make installSaul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-14bash: update to 4.2Saul Wold3
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-14augeas: Update to 0.9.0Saul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-14libaio: Update to 0.3.109Saul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-14shadow-native: Bump PR for patch updateSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-14gamin: Fix glib 2.30 deprecation issuesRichard Purdie2
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-10Fix mdadm for powerpc64Matthew McClintock2
This takes an upstream fix for compiling on powerpc64 Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-10Fix the --root option in shadow-native programsJulian Pidancet1
The add_root_cmd_options.patch that we apply to shadow-native allow the various programs from the shadow utility package to chroot() so they can be used to modify etc/passwd and etc/group if they are located in a sysroot. Some of the shadow programs (gpasswd, useradd and usermod) need to parse the command line in two passes. But we can't use getopt_long() twice because getopt_long() reorders the command line arguments, and consequently corrupts the option parsing during the second pass. This patch fixes this issue by replacing the first pass by a very simple manual walk of the command line to handle the --root argument. This change is a patch of another patch, I apologize if it is difficult to read. But IMHO it wouldn't make sense to put the patch for this issue in another separated file. The --root options in groupadd and useradd are needed to make the useradd class work, and this issue was preventing to use useradd and groupadd long options while using the class. Signed-off-by: Julian Pidancet <julian.pidancet@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-10task-core-basic: Drop hal dependency, its deprecatedRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-06lsof: Update to 4.84Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-06tzdata: Update to 2011kSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-04byacc: upgrade from 20101229 to 20110908Nitin A Kamble2
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-30diffutils: Upgrade from 3.0 to 3.2.Mei Lei1
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-09-29Fix sysklogd build on e500v2 coresMatthew McClintock3
Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-29Fix ghostscript on powerpc64Matthew McClintock2
This adds pregenerated files for powerpc64 Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-29sysstat: update to 10.0.2Saul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-28mc: Ensure perl scripts reference the correct perlRichard Purdie1
Without this change the perl path from the build system is used. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-28libpam: add flex-native to DEPENDSAndrew Gabbasov1
flex-native is required for building libpam. Although this dependency is now fulfilled indirectly through bison recipe, having an explicit one would be preferable. Signed-off-by: Andrew Gabbasov <andrew_gabbasov@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-28ghostscript: disable check for time.hJoshua Lock1
ghostscript has it's own hacky check for time.h which hard-codes paths, this means in the native case it fails on systems such as Ubuntu 11.10 where the location of time.h has changed. Further it means the target build has had a host-intrusion issue. This patch disables the check for time.h, future releases of ghostscript use standard autotools checks for time.h's location. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-09-28zypper & sat-solver: needs RDEPENDS on rpm-libSaul Wold3
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-09-26tcp-wrappers: Bump PR to make meta-oe mergeKhem Raj1
meta-oe has a version of tcp-wrappers 7.6 recipe which has virtually no differences with the one from oe-core. So with this patch we can remove the recipe from meta-oe Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-22foomatic-filters: Disable filter checkingMark Hatle1
Disable a few checks, and hard code the values for a few other items to work around potential host contamination issues. We also default to the cups configuration for items. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-22cups: Fix recipe to use the correct cups directoriesMark Hatle2
${libdir} is not used, instead they use a common ${exec_prefix}/lib directory structure for helpers, filters, renderers, etc. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>