summaryrefslogtreecommitdiff
path: root/meta
AgeCommit message (Collapse)AuthorFiles
2011-06-06allarch.bbclass: Define BASE_PACKAGE_ARCH = "all"Khem Raj1
If not overridden it gets the value which is for target recipes usually defined in machine tune files Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-06bison: upgrade from 2.4.3 to 2.5Nitin A Kamble3
This version of bison needs m4 1.4.16 or newer Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-06-06autoconf: upgrade from 2.65 to 2.68Nitin A Kamble11
And rebase the patches to the newer code. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-06-06m4: upgrade from 1.4.15 to 1.4.16Nitin A Kamble2
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-06-02qmake_base.bbclass: fix lrelease/lupdate binary namesOtavio Salvador1
To support translation, qmake based projects usually call lrelease and lupdate however OE changes the binary names so this needs some mangle to work out of box. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-02gettext: Add DEPENDS on git-nativeRichard Purdie1
There are tools within gettext that make use of git, crazy as it may seem so we have to ensure a recent version of git is available. It could be worse, it could be the (deprecated) cvs alternative in the code. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-02sysvinit: Mark as machine specific since there are machine specific ↵Richard Purdie1
components to this recipe The inittab file depends on variables that are part of the machine config such as the SERIAL_CONSOLE so the whole recipe must get built as machine specific. Better might be to split the config out into a separate recipes from the binaries but this fixes the immediate problem. [YOCTO ##1131] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-02libc-package: fix typo causing annoying diagnosticPhil Blundell1
We don't package /etc/rpc and do_install() makes some effort to remove that file so as to avoid the "installed but not shipped" diagnostic. But, due to a typo in the command line, the file wasn't actually being removed and the diagnostic continued to be issued. Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-02eglibc: fix mispackaging of libcidnPhil Blundell3
The glob for libc_baselibs was too permissive, causing some of the libcidn symlinks to be placed in ${PN} rather than the intended subpackage. Worse, the .so itself was actually landing in ${PN}-dev, so the net effect was to make libc6-dev a dependency of libc6. Bump PRs for both 2.12 and 2.13 as a result. Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-02ghostscript: Fix up file locations and add i686Saul Wold11
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-02dbus: avoid dependency on x11 for -native buildPhil Blundell1
The native variant already configures --without-x so the X11 libs are redundant. Adjust the DEPENDS to match. Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-02gnutls: add --with-libdl-prefix and --with-libpthread-prefixMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-02rpm: avoid dependency on perl and python for -native buildPhil Blundell1
Update override naming (_native -> _virtclass-native) to disable perl and python bindings when building native rpm, and adjust the DEPENDS to match. Perl bindings were, in fact, already disabled for both native and target builds so it's only the python ones that have really changed. Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-02recipes: Upstream-status --> Upstream-Status: for multiple patchesDexuan Cui9
As a keyword, Upstream-Status is case sensitive. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-02libx11: fix libX11 keysyms to pass xts5 of lsbJingdong Lu4
Fixes bug: [YOCTO #1095] Because of cross-compiling libx11 keysyms will cause Xts5 test of LSB fail. libx11 use a tool named "makekey" which compiled as a native tool to generate ks_tables.h. Because the size of "unsigned long" is different between 32-bit and 64-bit, we should judge whether our target is 32-bit or 64-bit and tell "makekey". I add a patch to "makekeys_crosscompile.patch" to "src/utils/makekeys.c" in order to deal with the different targets. If our target is 32-bit, we force the variable its type is "unsigned long" to "uint32_t". So we can generate a correct keysyms. Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
2011-06-02task-core-lsb: add cups and ghostscript into imageKang Kai1
[Yocto 1030] Because it is fixed by Qing He, then add cups and ghostscipt into image Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-06-02gcc: Fix volatile access issue for ARMSaul Wold2
[YOCTO #1130] This patch brings in a patch from gcc for the following issue: http://gcc.gnu.org/ml/gcc-patches/2011-03/msg01477.html Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-02avahi: enable service when using systemdKoen Kooi2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-02rootfs_ipk: delete opkg metadata if package management not required and all ↵Phil Blundell1
packages are configured If all the postinsts were successfully run in offline mode, and package-management hasn't been requested as an IMAGE_FEATURE, the opkg metadata is now redundant and can safely be deleted. Also, the update-rc.d and base-passwd packages can be removed since they will serve no further purpose in this situation. If some packages are still unconfigured at this point then we need to keep their metadata around so that either opkg or the awk script can configure the packages at boot time. In theory it would be possible to strip out the data for packages that have already been configured, but right now we just hold on to the whole status file in that situation. Signed-off-by: Phil Blundell <philb@gnu.org>
2011-06-02shadow: remove selinux entry from pam.d/loginKoen Kooi2
SElinux has been disabled in the recipe, leading to messages like this: [ 167.643218] login[312]: PAM unable to dlopen(/lib/security/pam_selinux.so): /lib/security/pam_selinux.so: cannot open shared object file: No such file or directory [ 167.670837] login[312]: PAM adding faulty module: /lib/security/pam_selinux.so Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-02u-boot: package up u-boot.bin for field upgradesKoen Kooi2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-02gettext-0.16.1: mark upstream status for gplv2 recipe's patchesNitin A Kamble10
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-06-02siteinfo: replace all-linux with allarch-linux to match ↵Martin Jansa1
5d7d4e1ed9bedf2b6510796d76ea8f94739b9de2 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-01clutter-1.6: Add patch to update gettext macro versionSaul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01puzzles: Update to 9175Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01dbus 1.4.1: disable sysv script properly when using systemdKoen Kooi2
OE-core uses 'dbus-1' as initscript name, which no other distribution(-buildsys) does, so we have to take special measures. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-01binconfig: improve handling of empty prefixesPhil Blundell1
This is a backport of 952e5e2b7a5c1deefc939594d40b81a71fb16a54 from oe master. Without this the script mangling goes very wrong if ${prefix}="". There isn't really any way to fix this in the completely general case, but this patch does work with the two cases I tested (freetype and gpg-error) which were unusable previously. Signed-off-by: Phil Blundell <philb@gnu.org>
2011-06-01busybox: sync do_install() with oe master (mostly)Phil Blundell2
This is basically a backport of the current state of the art from the openembedded master repo. In particular this fixes an installation error on micro: | + cp -dPr /home/pb/oe/build-meta/tmp-eglibc/work/i586-oe-linux/busybox-1.18.4-r1.2/image/bin /home/pb/oe/build-meta/tmp-eglibc/work/i586-oe-linux/busybox-1.18.4-r1.2/image/sbin /home/pb/oe/build-meta/tmp-eglibc/work/i586-oe-linux/busybox-1.18.4-r1.2/image /home/pb/oe/build-meta/tmp-eglibc/work/i586-oe-linux/busybox-1.18.4-r1.2/image/busybox/ | cp: will not create hard link `/home/pb/oe/build-meta/tmp-eglibc/work/i586-oe-linux/busybox-1.18.4-r1.2/image/busybox/image/bin' to directory `/home/pb/oe/build-meta/tmp-eglibc/work/i586-oe-linux/busybox-1.18.4-r1.2/image/busybox/bin' | cp: cannot copy a directory, `/home/pb/oe/build-meta/tmp-eglibc/work/i586-oe-linux/busybox-1.18.4-r1.2/image', into itself, `/home/pb/oe/build-meta/tmp-eglibc/work/i586-oe-linux/busybox-1.18.4-r1.2/image/busybox/image' | ERROR: Function 'do_install' failed (see /home/pb/oe/build-meta/tmp-eglibc/work/i586-oe-linux/busybox-1.18.4-r1.2/temp/log.do_install.3808 for further information) Signed-off-by: Phil Blundell <philb@gnu.org>
2011-06-01sudo.inc: Add do_install_prepend () to sudo.incXiaofeng Yan1
Fix bug [YOCTO #1092] Own a directory "/var/lib" before do_install() because if there isn't this directory during installing, \ then script "mkinstalldirs" from "sudo package" will create directory "/var/lib/sudo" by recursion with mode "0700" \ which will cause bug [YOCTO #1092]. So I add do_install_prepend() to create a "/var/lib" which can be accessed \ by common user before installing files. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2011-06-01distro tracking: updatesSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01gnutls: update to 2.12.5Saul Wold7
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01rxvt-unicode: update to 9.11Saul Wold4
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01qmmp: update to 0.5.1Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01alsa-tools: update to 1.0.24.1Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01gthumb: update to 2.12.3Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01msmtp: update tof 1.4.24Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01mc: update to 4.7.5.2Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01mailx: update to 12.5Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01chkconfig: update to 1.3.52Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01update-alternatives-dpkg update to 1.16.0.3Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01dtc: Cleanup and update recipeSaul Wold6
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01gobject-introspection: Update to 0.10.8 GitSaul Wold3
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01gettext: Update to 0.18.1.1Saul Wold17
Add Upstream Status tags to patches Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01glew: update to 1.6.0Saul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01util-linux: update to 2.19.1Saul Wold10
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01newt: add Upstream-StatusSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01mpeg2dev: add Upstream-StatusSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01libmad: add Upstream-StatusSaul Wold3
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01tzdata: update to 2011gSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-06-01sysstat: update to 10.0.0Saul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>