summaryrefslogtreecommitdiffstats
path: root/meta
Commit message (Collapse)AuthorAgeFilesLines
* telepathy-idle: upgrade to version 0.1.11Dongxiao Xu2011-12-011-2/+2
| | | | | | | (From OE-Core rev: 8766d0c340e0a06710578915da3f71bf5023858b) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* coreutils: fix u-a for base64, mktemp and dfMartin Jansa2011-12-011-6/+14
| | | | | | | | | | | | | | | | | | * busybox installs mktemp and df to base_bindir not bindir SHR root@gjama ~ $ ll /bin/df /bin/mktemp /bin/base64 lrwxrwxrwx 1 root root 7 Nov 10 15:44 /bin/df -> busybox lrwxrwxrwx 1 root root 7 Nov 10 15:44 /bin/mktemp -> busybox lrwxrwxrwx 1 root root 7 Nov 28 15:48 /bin/base64 -> busybox * so u-a for coreutils fails: update-alternatives: Error: cannot register alternative base64 to /usr/bin/base64 since it is already registered to /bin/base64 update-alternatives: Error: cannot register alternative mktemp to /usr/bin/mktemp since it is already registered to /bin/mktemp update-alternatives: Error: cannot register alternative df to /usr/bin/df since it is already registered to /bin/df (From OE-Core rev: 7f71e866ecdbe0491c26b4eb5b83d8d2573f8eda) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* shadow: use u-a for /usr/bin/groupsMartin Jansa2011-12-011-2/+3
| | | | | | | | | | * otherwise coreutils upgrade fails with update-alternatives: Error: not linking //usr/bin/groups to groups.coreutils since //usr/bin/groups exists and is not a link (From OE-Core rev: 3080f523dfe2da165dcb976676ac1dcfc77b0abc) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gconf: add polkit to DEPENDS only for target recipe and disable ↵Martin Jansa2011-12-011-3/+7
| | | | | | | | | | | | default-service for native * gnome-common-native is needed because gnomebase.bbclass does only DEPENDS += "gnome-common" (From OE-Core rev: 91b94f93edbff234b70723419bf4caf13a71777b) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pulseaudio 1.1: add filter-apply and filter-heuristics to pulseaudio-server ↵Koen Kooi2011-12-012-1/+3
| | | | | | | | | RDEPENDS, it won't start without (From OE-Core rev: 6ef79ede361c42e11e78d4afcff11295a3144055) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pulseaudio 1.1: convert to useradd.bbclassKoen Kooi2011-12-011-10/+8
| | | | | | | | | | | | | | The only thing that got lost in the conversion is the "Pulse Audio daemon" description: root@beagleboard:~# grep pulse /etc/passwd /etc/group /etc/passwd:pulse:x:999:1000::/var/run/pulse:/bin/false /etc/group:audio:x:29:pulse /etc/group:pulse:x:1000:pulse (From OE-Core rev: 2e5c7566a4b76bf3e783844cc69fd1313c6d97a4) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* trace-cmd: Update to 1.2 (includes kernelshark)Darren Hart2011-12-014-18/+64
| | | | | | | | | | | | | | | | Update the trace-cmd and kernelshark recipes to version 1.2. Rename the recipes to the more descriptive trace-cmd_1.2.bb and kernelshark_1.2.bb respectively. Update addldflags.patch for 1.2 and current Upstream-Status (Accepted). Add make-docs-optional.patch to avoid building the new doc target which requires asciidocs. We should add asciidocs and properly package the docs, but for now it's more important to get the sources current. (From OE-Core rev: 73ac48377491561151658617d8cc45936242eb0c) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* make: expand MAKEFLAGS before we re-exec after rebuilding makefiles.Dexuan Cui2011-12-012-1/+42
| | | | | | | | | | | This patch was got from the upstream cvs repo of make to fix the bug of make-3.82: http://savannah.gnu.org/bugs/?30723 RP: Tweaked patch status to Backport (From OE-Core rev: c2094366ea0771c520d52f0b73b8df1bd74e7941) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-self-hosted: install sudo, tun.ko, iptables, libgl and libgl-dev into ↵Dexuan Cui2011-12-011-4/+10
| | | | | | | | | | | | | | | | the target sudo, kernel-module-tun and iptables are needed by runqemu. strace has appeared in RDEPENDS_task-self-hosted-debug, so let's remove it from RDEPENDS_task-self-hosted-extended. install libglu and libgl-dev rather than mesa-dri and mesa-dri-dev due to the recent commit "mesa: package gl/egl/osmesa to separate packages". (From OE-Core rev: f782789dd70af8046abb9fd1e05f153e0a9d458c) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* matchbox-panel-2: add unpackaged .la files to PN-dev to fix QA warningMartin Jansa2011-12-011-1/+2
| | | | | | | (From OE-Core rev: 341daa416c65ea6a1a6c00fec9b50efed07fc24b) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* matchbox-panel-2: bump PR, because of xcb-util was renamed to libxcb-util0Martin Jansa2011-12-011-1/+1
| | | | | | | (From OE-Core rev: 45daabb090b58605d5b96d101078bac75972c183) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* startup-notification: bump PR, because of xcb-util was renamed to libxcb-util0Martin Jansa2011-12-011-1/+1
| | | | | | | (From OE-Core rev: 532e290c78f947ad6354a1635555e1814b955fc3) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* apr-util: bump PR for gdbm SOVERSION changeMartin Jansa2011-12-011-1/+1
| | | | | | | (From OE-Core rev: 19008204cd6a5bbc20491b1c897d6cf4f7407506) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-plugins-good: bump PR for gdbm SOVERSION changeMartin Jansa2011-12-011-1/+1
| | | | | | | (From OE-Core rev: 2c7006d4b8018f169cc60b428eb83c2f8004ec06) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libffi: Update to 3.0.10Saul Wold2011-12-011-5/+11
| | | | | | | | | | | * Update License Checksum due to Date change * Added --disable-builddir because of configure using $0 with full path and a ../$0 (From OE-Core rev: 6cd8a159c9a7db88e6574f6262178617f7c472ee) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnutls: Update to 2.12.14Saul Wold2011-12-016-9/+30
| | | | | | | | | * Add patch for fixing gettext version from 0.17 -> 0.18 (From OE-Core rev: 1c7fbbf6cbdcf804c232c750f10b0a967204e54a) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xorg*: Update to 1.11.2Saul Wold2011-12-017-9/+10
| | | | | | | (From OE-Core rev: e2a427ef463b2892c17d0007619eb6b08a050414) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* squashfs-tools: fix PR, those should start with 'r'Martin Jansa2011-11-301-1/+1
| | | | | | | (From OE-Core rev: f4efaa0f472b4bf0ba0a0297cc9ecc8b5a671f72) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Fix multiarch DISTRO_FEATUREJulian Pidancet2011-11-302-7/+11
| | | | | | | | | | | | | | Make get_gcc_multiarch_setting more elegant. Use a dictionnary to store the config options and replace bb.data.getVar with d.getVar. Remove i686 from the architecture list because it doesn't seem to be a valid TARGET_ARCH any more in OE. Configure gdb (gdb and gdb-cross) with --enable-64-bit-bfd if multiarch DISTRO_FEATURE is present (From OE-Core rev: 0b42b2fc118bef8ce0d1473b146673182f5d1f78) Signed-off-by: Julian Pidancet <julian.pidancet@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* consolekit: Fix ${localstatedir} raceRichard Purdie2011-11-301-1/+2
| | | | | | | | | | | | | The change adding ${localstatedir}/log to the package caused failures on meta-toolchain-gmae builds since ${localstatedir} might be a symlink and it can be installation order dependent. By adding in the RDEPENDS, we defer to base-files to ensure the layout is correct and that packages install correctly. (From OE-Core rev: 8ed16b26dfefac4b42766b9f7090bb3b76110fe3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* grub: Use COMPATIBLE_HOSTDarren Hart2011-11-301-7/+2
| | | | | | | | | | | Drop the anonymous python block in favor of the much simpler COMPATIBLE_HOST mechanism. (From OE-Core rev: 36654d6d393cb8c8a545835184a96be4ae0c885d) Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* grub: Drop "apply=yes" from patchDarren Hart2011-11-301-1/+1
| | | | | | | | | | | The "apply=yes" doesn't appear to be necessary, drop it in favor of a simpler SRC_URI specification. (From OE-Core rev: 978fb865897a178c3ba6b6cf3672da53c25b5171) Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* autotools.bbclass: Report the missing configure pathDarren Hart2011-11-301-4/+5
| | | | | | | | | | | If the configure script isn't found, report the explicit path tried. This can help debug subtle errors where the ${S} sourcedir may not be exactly what is expected. (From OE-Core rev: 8cdee4c9b8ffcba69134258eff72eede61acd12f) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-environment: Fix a typo in do_populate_sysroot[noexec]Darren Hart2011-11-301-1/+1
| | | | | | | | | | I noticed with while grepping for usage of noexec. Replace do_populage_sysroot with do_populate_sysroot. (From OE-Core rev: 278febfc6d8f35f00f770db519e5a5d4040ae39c) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xcb-util: upgrade from 0.3.6 to 0.3.8Dexuan Cui2011-11-302-18/+9
| | | | | | | | | | updated LIC_FILES_CHKSUM since the code was re-organized, but the license remains the same. (From OE-Core rev: 6171e0f9c67a7085c62658eedf318107f3eee878) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxcursor: upgrade from 1.1.11 to 1.1.12Dexuan Cui2011-11-301-2/+2
| | | | | | | (From OE-Core rev: e1bbc6a8c7981b76d1be9bac7ad970cdc81a258b) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxfont: upgrade from 1.4.3 to 1.4.4Dexuan Cui2011-11-301-5/+3
| | | | | | | | | | updated LIC_FILES_CHKSUM: only Copyright holder change in COPYING -- no actual license change. (From OE-Core rev: c1ede6725dccb0f9a95313b70bbe4b941edffdd9) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lzo: upgrade from 2.05 to the latest version 2.06Dexuan Cui2011-11-303-3/+10
| | | | | | | (From OE-Core rev: ca76d82c080439434ebfa9c79a449148a2467157) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxrandr: upgrade from 1.3.1 to the latest version 1.3.2Dexuan Cui2011-11-301-3/+3
| | | | | | | (From OE-Core rev: 99830ed5145608cf1b725b91ef578d083570edd6) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pixman: upgrade from 0.22.0 to the latest stable 0.24.0Dexuan Cui2011-11-301-2/+2
| | | | | | | (From OE-Core rev: 20cef37479c2f46396dff4910e64f7e145d40ef0) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* eee-acpi-scritps: Upgrade to 1.1.12 via git tagZhai Edwin2011-11-302-24/+24
| | | | | | | (From OE-Core rev: ba6441316651ba1739f7e827b46653f78c099721) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* x11perf: Upgrade to 1.5.4Zhai Edwin2011-11-301-3/+3
| | | | | | | (From OE-Core rev: 4a80d46baee6d845c7d6afea1ef9a4240bcbe15a) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libcroco: Upgrade to 0.6.3Zhai Edwin2011-11-301-2/+2
| | | | | | | (From OE-Core rev: e30ccae2c24847f25e380b2820e3c4d74b5eeff3) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libsoup-2.4: Upgrade to 2.36.1Zhai Edwin2011-11-301-4/+4
| | | | | | | (From OE-Core rev: 60cdf4638e41958aede8290bef20a9c3e925aeb1) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* polkit-gnome: Upgrade to 0.102Zhai Edwin2011-11-301-2/+2
| | | | | | | (From OE-Core rev: 40c5111554bb685f9240174ad9067c4749088649) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xz: Upgrade to 5.0.3Zhai Edwin2011-11-301-2/+2
| | | | | | | (From OE-Core rev: 470bf7ca5a0ce1c2667cef8708eb86e4ee74db01) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gtk+: Upgrade to 2.24.8Zhai Edwin2011-11-3012-3/+3
| | | | | | | (From OE-Core rev: c9dab6fda614051d9ed869a1ec42f4212726b313) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bootimg: Allow for EFI-only boot imagesDarren Hart2011-11-301-9/+40
| | | | | | | | | | | | | | Condition building PCBIOS legacy images on MACHINE_FEATURES containing "pcbios" or not containing "efi". This ensures existing BSPs will continue to get the old PCBIOS legacy-only images. New BSPs can add "efi", "pcbios", or both. The images created likewise support one or the other or both. EFI-only ISO images are untested. (From OE-Core rev: be3fc8c07e84c654f55c5d09934dfbdc7ff7e2b6) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bootimg: Add grub-efi supportDarren Hart2011-11-303-0/+155
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a new grub-efi.bbclass and integrate it into bootimg alongside the syslinux support. This new class uses the output from the grub-efi-native recipe. Thanks goes to Josef Ahmad <josef.ahmad@intel.com> for the original build_grub_cfg() routine. The EFI features are only added to the image if MACHINE_FEATURES contains "efi". The resulting images are therefor either legacy boot only (like they were originally) or legacy boot and EFI boot. A new "dummy.bbclass" was added to allow for the conditional include of grub-efi. This makes it so if efi support is not to be built in, we don't spend time building grub-efi-native just because the include adds the dependency. There is a bug in the mkdosfs tool from the dosfstools package which causes it to crash when the directory passed with the -d parameter contains sub-directories. An /EFI/BOOT directory is required for a proper EFI installation. Until it is fixed, we install to the top level directory for the hddimg. (From OE-Core rev: be95f54495bf9e03062f86b929c66cab6e385a03) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Josef Ahmad <josef.ahmad@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bootimg: Pull syslinux specific bits into syslinux.bbclassDarren Hart2011-11-302-63/+76
| | | | | | | | | | | | Working towards a more generic bootimg.bbclass, pull out all syslinux specific bits and let syslinux.bbclass manage them directly. This introduces no functional changes to the images constructed and the behavior remains unchanged. (From OE-Core rev: 1915293688d348a765aa0bcdf01168c9fecd9842) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bootimg: Refactor build_hddimg and build_iso routinesDarren Hart2011-11-301-42/+43
| | | | | | | | | | | Separate the construction of the ISO image from that of the hddimg. This is part of the groundwork for creating a much more flexible live image builder. (From OE-Core rev: 2da25c7c6649757350782a939bcc7553c5c86570) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* grub-efi-native: New recipe to build GRUB EFI imagesDarren Hart2011-11-301-0/+74
| | | | | | | | | | | | | | | | | | Add a recipe to build the GRUB efi images. This recipe is written as a native recipe as the resulting GRUB utils are required to assemble the final image. Rather than build a native and a target recipe (and increase build times), this recipe builds the utils for the host and passes an appropriate --target argument to the GRUB configure script to build the modules for the target arch. The only output of this recipe is an EFI image in the deploy directory. Care is taken to ensure changing targets will force a rebuild of this native recipe by including the target arch in the PN. (From OE-Core rev: f9518a368f041ceccb4a36061d91ae64cd4dabd4) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mailx: Add missing openssl DEPENDS and bump PR after openssl 1.0Richard Purdie2011-11-301-1/+3
| | | | | | (From OE-Core rev: 50f1bfb818f141eecd36517d3a760b22af8c1d84) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* perl: bump PR for gdbm SOVERSION changeKoen Kooi2011-11-301-1/+1
| | | | | | | (From OE-Core rev: 5ba2df7ceac938e0b36256acdd8c2ec1e754f8b1) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pulseaudio: bump PR for gdbm SOVERSION changeKoen Kooi2011-11-301-1/+1
| | | | | | | (From OE-Core rev: f334a041e7318cac2bb43643e154cafa9faeb374) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gdbm 1.10: use lib_package.bbclass to match packaging with 1.8.xKoen Kooi2011-11-301-2/+2
| | | | | | | | | SOVERSION changed from 3 to 4, so PR bump for dependant recipes (perl, pulseaudio) are needed as well) (From OE-Core rev: 779a0156b903d45a91f0b233176f570bd5bf72c8) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libx11-trim: Change checksumXiaofeng Yan2011-11-301-2/+2
| | | | | | | | | Correct checksum because checksum error for libx11-trim arise when compiling. (From OE-Core rev: 24cef800d61a1ed0bd5d4f67ed86e05e9e239400) Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro-tracking-fields: update entries for clutter recipesJoshua Lock2011-11-301-39/+29
| | | | | | | | | | | | | Tidy up entries for clutter related recipes * Update to 1.8 namespace * Move to same section of file for easier maintenance as a unit * Update for recent recipe upgrades * Assign myself as maintainer (From OE-Core rev: 7507ee036e79f9b817c68003f8acaee8af9ed15b) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* clutter-box2d: drop unbuildable clutter-box2d-1.6_0.10.0Joshua Lock2011-11-305-76/+3
| | | | | | | | | It's very old at this point and doesn't build with recent clutter (From OE-Core rev: 04d2bb8e83aaac856f03f3fc9772285bd82182e4) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* clutter-box2d: fix LICENSE field - LGPL-2.1Joshua Lock2011-11-301-1/+1
| | | | | | | | | | clutter-box2d has had the same COPYING file since 2008-04-03, therefore update the license field in the inc file to reflect its contents. (From OE-Core rev: 755726a7441794b8b5ac9de05744f85adf02f596) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>