summaryrefslogtreecommitdiff
path: root/meta/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
...
* iptables: upgrade to version 1.4.12.1Dongxiao Xu2011-11-011-7/+9
| | | | | | | | | | | | 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>
* polkit: upgrade to latest 0.102Dongxiao Xu2011-10-313-4/+4
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* wget: Remove pointless codeRichard Purdie2011-10-311-4/+0
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mdadm: fix QA Packaging issuesSaul Wold2011-10-311-1/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* man: fix QA Packaging issuesSaul Wold2011-10-311-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* at: fix QA Packaging issuesSaul Wold2011-10-311-1/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* wget: Add recipe from OESaul Wold2011-10-314-0/+360
| | | | | | Needed to support building oe-core with oe-core Signed-off-by: Saul Wold <sgw@linux.intel.com>
* recipes: bump PR after python upgradeMartin Jansa2011-10-311-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* grep: upgrade to 2.9Scott Garman2011-10-271-2/+2
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* sudo: upgrade to 1.8.3Scott Garman2011-10-271-3/+3
| | | | Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* texi2html: Added recipe from OESaul Wold2011-10-241-0/+14
| | | | | | Needed to build oe-core with oe-core Signed-off-by: Saul Wold <sgw@linux.intel.com>
* tzcode-native: update SRC_URI to new IANA locationJoshua Lock2011-10-201-2/+2
| | | | | | The TZ database has moved, it's now hosted by IANA. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* tzdata: updated SRC_URI and update to 2011kJoshua Lock2011-10-201-3/+3
| | | | | | tzdata is now hosted by IANA at http://www.iana.org/time-zones Signed-off-by: Joshua Lock <josh@linux.intel.com>
* chkconfig: Update to 1.3.55Wenzong Fan2011-10-201-3/+3
| | | | | | Update chkconfig to 1.3.55 from 1.3.52. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
* libxml-sax-perl: update to 0.99Kang Kai2011-10-201-3/+4
| | | | | | Update libxml-sax-perl to 0.99 Signed-off-by: Kang Kai <kai.kang@windriver.com>
* ghostscript: update to 9.04Kang Kai2011-10-208-290/+49
| | | | | | | | | | | 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>
* ghostscript: renamed x86_64 to x86-64 for patch to workSaul Wold2011-10-192-0/+0
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* ghostscript: Disable parallel make due to install issuesSaul Wold2011-10-191-0/+4
| | | | | | | | | | 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>
* lsb: Change link of ${baselib} to lib64 for 64bits systemXiaofeng Yan2011-10-171-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* screen: Add patch to fix parallel make installSaul Wold2011-10-172-1/+21
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* mktemp: Add patch to fix parallel make installSaul Wold2011-10-172-1/+25
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* bash: update to 4.2Saul Wold2011-10-143-38/+56
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* augeas: Update to 0.9.0Saul Wold2011-10-142-6/+7
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libaio: Update to 0.3.109Saul Wold2011-10-142-51/+56
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* shadow-native: Bump PR for patch updateSaul Wold2011-10-141-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* gamin: Fix glib 2.30 deprecation issuesRichard Purdie2011-10-142-2/+62
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Fix mdadm for powerpc64Matthew McClintock2011-10-102-2/+54
| | | | | | | 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>
* Fix the --root option in shadow-native programsJulian Pidancet2011-10-101-91/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* task-core-basic: Drop hal dependency, its deprecatedRichard Purdie2011-10-101-2/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lsof: Update to 4.84Saul Wold2011-10-061-2/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* tzdata: Update to 2011kSaul Wold2011-10-061-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* byacc: upgrade from 20101229 to 20110908Nitin A Kamble2011-10-042-7/+7
| | | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffutils: Upgrade from 3.0 to 3.2.Mei Lei2011-09-301-2/+2
| | | | Signed-off-by: Mei Lei <lei.mei@intel.com>
* Fix sysklogd build on e500v2 coresMatthew McClintock2011-09-293-1/+23
| | | | | Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Fix ghostscript on powerpc64Matthew McClintock2011-09-292-0/+80
| | | | | | | This adds pregenerated files for powerpc64 Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sysstat: update to 10.0.2Saul Wold2011-09-292-10/+10
| | | | | Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mc: Ensure perl scripts reference the correct perlRichard Purdie2011-09-281-1/+6
| | | | | | Without this change the perl path from the build system is used. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libpam: add flex-native to DEPENDSAndrew Gabbasov2011-09-281-1/+1
| | | | | | | | | 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>
* ghostscript: disable check for time.hJoshua Lock2011-09-281-0/+5
| | | | | | | | | | | | 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>
* zypper & sat-solver: needs RDEPENDS on rpm-libSaul Wold2011-09-283-7/+11
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* tcp-wrappers: Bump PR to make meta-oe mergeKhem Raj2011-09-261-1/+1
| | | | | | | | | | 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>
* foomatic-filters: Disable filter checkingMark Hatle2011-09-221-6/+15
| | | | | | | | | 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>
* cups: Fix recipe to use the correct cups directoriesMark Hatle2011-09-222-7/+15
| | | | | | | | ${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>
* polkit: fixup packagingDmitry Eremin-Solenikov2011-09-221-1/+6
| | | | | | | | 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>
* task-core-lsb: Remove perl-devMark Hatle2011-09-221-2/+1
| | | | | | | | | | | | | 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>
* sudo: Fix PAM dependenciesMark Hatle2011-09-221-1/+4
| | | | | | | | | 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>
* procps 3.2.8: remove initscriptKoen Kooi2011-09-222-25/+8
| | | | | | | | 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>
* zypper: git repo moved to githubAnders Darander2011-09-211-1/+1
| | | | Signed-off-by: Anders Darander <anders@chargestorm.se>
* sat-solver: git repo moved to githubAnders Darander2011-09-211-1/+1
| | | | Signed-off-by: Anders Darander <anders@chargestorm.se>
* libzypp: git repo moved to githubAnders Darander2011-09-211-1/+1
| | | | Signed-off-by: Anders Darander <anders@chargestorm.se>