aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
AgeCommit message (Collapse)Author
2011-10-27grep: upgrade to 2.9Scott Garman
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-10-27sudo: upgrade to 1.8.3Scott Garman
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-10-24texi2html: Added recipe from OESaul Wold
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 Lock
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 Lock
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 Fan
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 Kai
Update libxml-sax-perl to 0.99 Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-10-20ghostscript: update to 9.04Kang Kai
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 Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-19ghostscript: Disable parallel make due to install issuesSaul Wold
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 Yan
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 Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-17mktemp: Add patch to fix parallel make installSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-14bash: update to 4.2Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-14augeas: Update to 0.9.0Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-14libaio: Update to 0.3.109Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-14shadow-native: Bump PR for patch updateSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-14gamin: Fix glib 2.30 deprecation issuesRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-10Fix mdadm for powerpc64Matthew McClintock
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 Pidancet
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 Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-06lsof: Update to 4.84Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-06tzdata: Update to 2011kSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-04byacc: upgrade from 20101229 to 20110908Nitin A Kamble
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 Lei
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-09-29Fix sysklogd build on e500v2 coresMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-29Fix ghostscript on powerpc64Matthew McClintock
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 Wold
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 Purdie
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 Gabbasov
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 Lock
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 Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-09-26tcp-wrappers: Bump PR to make meta-oe mergeKhem Raj
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 Hatle
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 Hatle
${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>
2011-09-22polkit: fixup packagingDmitry Eremin-Solenikov
1) Drop static versions of extensions, as there is no point in them 2) For completeness include .la files for extensions into polkit-dev Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-22task-core-lsb: Remove perl-devMark Hatle
Remove the perl-dev recipe from the required packages. When this recipe is included, libc6-dev is automatically added as are a large number of other -dev packages. Eventually this creates a system where the dependencies may not be able to be satisfied. The perl-dev package should not be required in order to pass the LSB testing. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-22sudo: Fix PAM dependenciesMark Hatle
When PAM is enabled for the distribution we need to be sure to have a build dependency of libpam, and runtime dependencies on the pam modules used by the sudo package. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-22procps 3.2.8: remove initscriptKoen Kooi
Sysctl is managed by other initscripts in the sysV world and by systemd itself in the systemd world, so drop it from the procps recipe. This also fixes some style issues and a global FILES assignenment. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-21zypper: git repo moved to githubAnders Darander
Signed-off-by: Anders Darander <anders@chargestorm.se>
2011-09-21sat-solver: git repo moved to githubAnders Darander
Signed-off-by: Anders Darander <anders@chargestorm.se>
2011-09-21libzypp: git repo moved to githubAnders Darander
Signed-off-by: Anders Darander <anders@chargestorm.se>
2011-09-18texinfo: several changes to build without zlib and ncurses headers on hostJoshua Lock
Texinfo very cleverly detects cross-compilation and builds host versions of the texinfo binaries it requires to bootstrap the build, however this was causing the host to require ncurses and zlib libraries and headers. Instead, since we require texinfo to be installed on the host, remove this feature from the texinfo configure.ac (disable-native-tools.patch). Further, fix texinfo to link with newer binutils (link-zip.patch) and to generate translations with newer gettext (gettext-macros.patch). With this patch I am able to build texinfo on Fedora without ncurses-devel and zlib-devel installed. This fixes [YOCTO #1483] Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-09-13libzypp: move package-manger to it own packageSaul Wold
[YOCTO #1234] This moves a couple of files to a pkgmgt package so that they will not be installed by default. This removes the Add/Remove Software Icon from rpm based rootfs. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-09-13opensp: Fix hard path in native nsgmls.Zhai Edwin
This relocation issues caused following bug and introduce one partial fix bb024d: [YOCTO #1440] But the environment val hacking is not working all the time, as nsgmsl may append wrong path in some case. This fix use search directory "-D" as solution. And more important, change the iputils' way to make doc: Use the sysid in current directory instead of parent directory, as "../" is also appended to the search directory then lead searching failure. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> CC: Saul Would <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-09shadow: add patch for useradd lossagePhil Blundell
This fixes (or, at least, papers over) a failure in do_install for recipes which inherit useradd.bbclass. Rewinding optind in this way is not entirely portable but in practice it seems to work on GNU-ish build hosts at least. Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-05groff: Fix sstate relocation issueSaul Wold
[YOCTO #1439] This fixes a problem where the native groff has a path hard coded into it, therefor add a wrapper to set the command line with the correct paths for fonts and tmac directories. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-09-02tzcode: Update to 2011iSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-08-31shadow: Fix rpm failed dependencies when installZhai Edwin
There are some links become invalid after rename, so that failed dependencies detected when install rpm package. This commit update links to resolve it. [YOCTO #1158] got fixed. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-30libidn_1.22: add SRC_URI checksumsSebastian Krzyszkowiak
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>