summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
* sudo: upgrade to 1.8.3Scott Garman2011-10-271-3/+3
| | | | | | | (From OE-Core rev: 6d300745bb70dfab367b1d472d49b719b91ab9a1) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* texi2html: Added recipe from OESaul Wold2011-10-241-0/+14
| | | | | | | | | Needed to build oe-core with oe-core (From OE-Core rev: 05f5ecb8a153fa846cedabc71a8601065d6fe63d) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* 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. (From OE-Core rev: 6ab99189cd30c89e23bb00a77489eb36331f8c6a) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* 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 (From OE-Core rev: c4b45581be510015e4def579d80e03fdf1c3ded0) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* chkconfig: Update to 1.3.55Wenzong Fan2011-10-201-3/+3
| | | | | | | | | Update chkconfig to 1.3.55 from 1.3.52. (From OE-Core rev: a1d89422cc956e9bf08c1eac6a781ea1170e3860) Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxml-sax-perl: update to 0.99Kang Kai2011-10-201-3/+4
| | | | | | | | | Update libxml-sax-perl to 0.99 (From OE-Core rev: e480beff01924f76422a4fd216b5a7fadb345ae0) Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* 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 (From OE-Core rev: a1728fef998d43dc952e42d4c787304086578608) Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ghostscript: renamed x86_64 to x86-64 for patch to workSaul Wold2011-10-202-0/+0
| | | | | | | (From OE-Core rev: 3585b21f39489fa8eccc08df3adfbd81e7df4d48) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ghostscript: Disable parallel make due to install issuesSaul Wold2011-10-201-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. (From OE-Core rev: 9ef39459383f38cd45203e1f9be046d6100268b8) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* 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 (From OE-Core rev: f2dada2079b5f98e13d4888609368ba111967a60) 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
| | | | | | | (From OE-Core rev: 96a46957ea37f090c934c6ad446076111661a7c2) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mktemp: Add patch to fix parallel make installSaul Wold2011-10-172-1/+25
| | | | | | | (From OE-Core rev: 28c7541582936c84b4c6f9de9a345d1463236167) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bash: update to 4.2Saul Wold2011-10-143-38/+56
| | | | | | | (From OE-Core rev: cd3d74f88b950050ee1e7738287b8752e8c7b711) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* augeas: Update to 0.9.0Saul Wold2011-10-142-6/+7
| | | | | | | (From OE-Core rev: ec3b80dd226961559509ad7f3a6810e82186d95d) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libaio: Update to 0.3.109Saul Wold2011-10-142-51/+56
| | | | | | | (From OE-Core rev: 3804ea3b6993184060236cfbb0d05c43b7cff017) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* shadow-native: Bump PR for patch updateSaul Wold2011-10-141-1/+1
| | | | | | | (From OE-Core rev: 2ab1a60c44898198bf3049dc1f987dc5e597552f) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gamin: Fix glib 2.30 deprecation issuesRichard Purdie2011-10-142-2/+62
| | | | | | (From OE-Core rev: a7f5554f92523ab51a774b70e9e6bd5d8fa36b00) 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 (From OE-Core rev: 1325f506972555d4c218c15090bfa3f63fb13473) 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. (From OE-Core rev: 6e9e19b18597103d8fe09f258cfd9904bb5f1c27) 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
| | | | | | (From OE-Core rev: 8a6ec042d73c82b657ee5e7b785e5eba3958788e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lsof: Update to 4.84Saul Wold2011-10-071-2/+3
| | | | | | | (From OE-Core rev: ef691e90b98d5044f96d1aca7aa0ee5faa725b0f) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tzdata: Update to 2011kSaul Wold2011-10-071-2/+2
| | | | | | | (From OE-Core rev: 6b77b75ec8552c5e7aa90f81e7b272f24df31058) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* byacc: upgrade from 20101229 to 20110908Nitin A Kamble2011-10-042-7/+7
| | | | | | | (From OE-Core rev: f199a6cc0ce3118c85f4c214e1594688c3949e12) 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-10-041-2/+2
| | | | | | | (From OE-Core rev: c5b2a97a98c905579f9fa0e611484bfbdf716c86) Signed-off-by: Mei Lei <lei.mei@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Fix sysklogd build on e500v2 coresMatthew McClintock2011-09-293-1/+23
| | | | | | | (From OE-Core rev: 5035097bb369dc1740b817734b92bcfa40d95d22) 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 (From OE-Core rev: 30b91a530e7dbabc4cef24525691aa2c34ecf47b) 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
| | | | | | | (From OE-Core rev: db5fb5b8a8cb8cfbed8590192b7178189608b488) 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. (From OE-Core rev: feff6030091d519a0738e2a5db47654dcd13ef13) 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. (From OE-Core rev: 14018608277fe62e2a662711ff6177c93e9bc153) 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. (From OE-Core rev: 737daaf83b3c2b4382dc518fda8c2d38085bb1bb) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* zypper & sat-solver: needs RDEPENDS on rpm-libSaul Wold2011-09-283-7/+11
| | | | | | | (From OE-Core rev: 8fd05f0515c2bc8dc87cad9008f808639561f4a5) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* 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 (From OE-Core rev: 7c503d056d15e376243928ffb815296e9c711658) 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. (From OE-Core rev: ef7ad7a7c6b5f5a6c9d0d9e35e07b5a0dabe5be9) 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. (From OE-Core rev: 24ae432b1a3906956381d83c1984687e45c5a1d1) 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 (From OE-Core rev: e1a9f9e7f823330ab5140735b80988541e86e2d4) 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. (From OE-Core rev: 3f24b0f82458bcf15eabc74b9f370d9e774d0f63) 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. (From OE-Core rev: 79db5ccc7ee9b360451074dd42f7676e138cf384) 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. (From OE-Core rev: 80650bf4bce83e4e8d785e9a69eac0abbcdc6844) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* zypper: git repo moved to githubAnders Darander2011-09-211-1/+1
| | | | | | | (From OE-Core rev: 924d2ce0326b17a18909ec9eea8b5f75e497301a) Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sat-solver: git repo moved to githubAnders Darander2011-09-211-1/+1
| | | | | | | (From OE-Core rev: cdaa7e00fb11f3b583d765eb3d578404998e18a9) Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libzypp: git repo moved to githubAnders Darander2011-09-211-1/+1
| | | | | | | (From OE-Core rev: 7e67aa4002c50cd91e39e5e9305f8cb86c8c0f11) Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* texinfo: several changes to build without zlib and ncurses headers on hostJoshua Lock2011-09-194-12/+105
| | | | | | | | | | | | | | | | | | | | | | 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] (From OE-Core rev: 4b395a9beb6c02f7b23266e7ee2ca3c08a9cbb70) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libzypp: move package-manger to it own packageSaul Wold2011-09-141-1/+8
| | | | | | | | | | | | | [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. (From OE-Core rev: 3be290aac4da885fe5bc31797c4a689196c63b7a) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* opensp: Fix hard path in native nsgmls.Zhai Edwin2011-09-132-0/+28
| | | | | | | | | | | | | | | | | 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. (From OE-Core rev: a5aeb873b943300e18493031ffa9e9f8ab56c2d2) 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>
* shadow: add patch for useradd lossagePhil Blundell2011-09-092-2/+20
| | | | | | | | | | | 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. (From OE-Core rev: 8fce8180c802ad187c4df44c17207bfb026ce6c7) Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* groff: Fix sstate relocation issueSaul Wold2011-09-051-1/+8
| | | | | | | | | | | | | [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. (From OE-Core rev: 9106e2922ba5972e3b87436372a12c2e04e9eb65) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tzcode: Update to 2011iSaul Wold2011-09-022-7/+7
| | | | | | | (From OE-Core rev: 2c0c78fc777a7dbe098f2518ecbaf24d03227f5d) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* shadow: Fix rpm failed dependencies when installZhai Edwin2011-08-311-1/+6
| | | | | | | | | | | | 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. (From OE-Core rev: 48ec20d1331eb665d9fc1a06bdb1ea79e4513159) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libidn_1.22: add SRC_URI checksumsSebastian Krzyszkowiak2011-08-301-0/+2
| | | | | | (From OE-Core rev: 9f4a66bffa03142f30bb91352c0219ab010316f0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libpam: Setting suid bit for unix_chkpwdWenzong Fan2011-08-241-1/+7
| | | | | | | | | | | | | [YOCTO #1252] While pam_unix.so required by an application on lsb image, it will need to call the unix_chkpwd to get userinfo from shadow file. This fix get a normal user could read shadow file via unix_chkpwd. (From OE-Core rev: c23a3cd68385563a16d5bbc899e26f35cdc6c2cf) Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>