summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-07-08python: upgrade from 2.6.2 to 2.6.5Nitin A Kamble44
python-native: upgrade from 2.6.1 to 2.6.5 Also removed these older version files: python_2.5.2 python-native_2.5.1 Rebased the patches to the newer code. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-07-08gdb family: upgrade from 6.8 to 7.1Nitin A Kamble13
upgraded gdb, gdb-cross & gdb-cross-canadian recipes. ignore_whitespace_changes.patch : this patch is not needed anymore because the newer version fixed the issue differently. rebased other patches to the newer version of the source code. Added the --with-libelf line in the gdb-common.inc to fix a configure faulre. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-07-08xf86-intel-video: upgrade to 2.12.0Yu Ke4
Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-07-08distro tracking field: add graphics core distro tracking filedYu Ke1
for mesa and xserver-xf86-dri-lite Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-07-08vte: upgrade to 0.24.2Yu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-07-08xserver-xf86-dri-lite: upgrade to 1.8.99.904 (1.9 RC4)Yu Ke8
Also update the releated x driver PR value, since they need recompile to match the new xserver ABI Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-07-08libxfont: upgrade libxfont to 1.4.2Yu Ke2
Note: xorg-server 1.8.99.904 require libxfont >= 1.4.2 Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-07-08mesa: upgrade to 7.8.2Yu Ke4
upgrade from 7.4 to 7.8.2 the mesa-dri 7.5 & 7.7 is still kept since it is used by moblin distro. Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-07-08distro-track: update for nfs-utils related pkgsQing He2
new packages added: attr libcap libnfsidmap libevent upgraded: nfs-utils Signed-off-by: Qing He <qing.he@intel.com>
2010-07-08nfs-utils: upgrade to version 1.2.2Qing He10
from 1.0.6 changes: - there are several new dependencies: tirpc, libcap libgss, libnfsimap, libevent and libwrap. disable tirpc, libgss, libwrap - several changes are in upstream now, include the bzero change and stat-include change, remove the patches - a new build system is used, custom macros are now moved to aclocal/, acinclude and rpcgen fixes are not necessary any more - rebase uclibc patch - enable nfsv41, nfsv3 and nfsv4 are default turned on - do_compile is no longer needed - the install target has changed a lot, instead of updating the file list manually, try to use oe_runmake install for installation. Several files are built against build environment, they are removed from the packages. Signed-off-by: Qing He <qing.he@intel.com>
2010-07-08libnfsidmap: add new packageQing He1
version 0.23 as a dependency of nfs-utils Signed-off-by: Qing He <qing.he@intel.com>
2010-07-08libevent: add new packageQing He1
version 1.4.14b-stable as a dependency of nfs-utils Signed-off-by: Qing He <qing.he@intel.com>
2010-07-08libcap: add new packageQing He2
version 2.19 as a dependency of nfs-utils Signed-off-by: Qing He <qing.he@intel.com>
2010-07-08attr: add new packageQing He7
version 2.4.44 Signed-off-by: Qing He <qing.he@intel.com>
2010-07-08distro-track: update for base sectionQing He2
libnss-mdns findutils gnutls: reinstate a patch startup-notification: removed since transfered to x11 apps Signed-off-by: Qing He <qing.he@intel.com>
2010-07-08gnutls: upgrade to version 2.8.6Qing He7
from 2.4.2 add homepage and bugtracker clarify licensing to GPL & LGPL for different sub packages changes: - use EXTRA_OECONF to explicitly specify libgcrypt path - remove multiple aclocal.m4s and distributed libtool m4 scripts to produce sanity environment, otherwise it may complain about libtool version mismatch at compilation - rebase configure_madness.patch to adapt new autotools scripts, change libgnutls.pc.in and libgnutls-extra.pc.in to fix pkg-config issues - rebase the other patches - remove duplicated inheritence - depends explictly on libgcrypt (>= 1.4.2), or configure fails - use standalone version of libtasn1, and add it as a build dependency on libatsn1 - add --disable-rpath in EXTRA_OECONF to avoid the rpath pollution by --with-<pkg>-prefix= Signed-off-by: Qing He <qing.he@intel.com>
2010-07-08syslinux: use /usr/lib/syslinux as AUXDIRQing He2
instead of the upstream /usr/share/syslinux. This happens at some point between 3.36 to 3.86 The reason is unknown, stick in /usr/lib/syslinux for consistency for now Bump the PR as well Signed-off-by: Qing He <qing.he@intel.com>
2010-07-08libnss-mdns: upgrade to version 0.10Qing He1
from 0.7 changes: - add avahi as build dependency and avahi-daemon as runtime dependency - eliminate LEAD_SONAME warning and configure warning Signed-off-by: Qing He <qing.he@intel.com>
2010-07-08findutils: upgrade to version 4.2.31 and 4.4.2Qing He8
from 4.2.29 4.2.31 is the last known GPL2 version changes for 4.4: - pulled upstream patch to fix bug #27017, #28824 and #28872 - using a workaround to address bug #27299, this was fixed in development branch 4.5.3 by using a new version of gnulib. however, upgrading gnulib needs too much effort here. changes for 4.2: - 4.2.31's gnulib/m4/extension.m4 won't work with autoconf 2.65, fix it by removing gnulib's AC_USE_SYSTEM_EXTENSIONS Signed-off-by: Qing He <qing.he@intel.com>
2010-07-08utility-tasks.bbclass: add automatic version check for GIT/SVN protoKevin Tian4
both git/svn supports remote information query: 'git ls-remote', and 'svn info'. With them, now upstream version will be automatically checked for git/svn packages. In the meantime, manual latest version tagged in distro tracking fields are also compared as one alternative if upstream check fails. Also such check is one indicator whether tracking field is missing. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-07-08fakeroot: upgrade to 1.14.4Kevin Tian3
[Patches] KEEP _absolutepaths.patch_: solve python link issue REMOVE _configure-libtool.patch_: an old patch, not required now [Recipe] manually create build-aux since its own bootstrap contains more than we want Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-07-08pam: upgrade to 1.1.1Kevin Tian2
[Patches] KEEP _disable_crossbinary.patch_ [Recipe] fix SRC_URI and EXTRA_OECONF indention Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-07-08expat: upgrade to 2.0.1Kevin Tian3
[Patches] KEEP _autotools.patch_: avoid using expat's own libtool.m4. add comment [Recipe] - fix SRC_URI format - no need to export LTCC, as the default will be ${CC} - no need to touch libtool.m4 Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-07-08base-passwd: upgrade to 3.5.22Kevin Tian7
[Patches] UPDATE _nobash.patch_: use /bin/sh instead of /bin/bash. disable root password as we have no /etc/shadow KEEP _root-home.patch_: set home of root to /home/root instead of /root DISABLE _mysql.patch_: poky doesn't have mysql pacakge. no need to set password for it then. but keep for a while REMOVE _configure.patch_: in upstream now [Recipe] - add license checksum - reduce line wraps Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-07-08insane.bbclass: Relax fatal errors for now until we get have time to work ↵Richard Purdie1
through the backlog Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-08Revert "meta/site/common: Globally disable rpath option for all gettext ↵Richard Purdie1
packages" This reverts commit da9f079481ed65d541cf5b95b47b3b1db6d79c5e which turned out to cause more problem that it fixed with libtool failures of: | i586-poky-linux-libtool: link: unsupported hardcode properties | i586-poky-linux-libtool: link: See the libtool documentation for more information. | i586-poky-linux-libtool: link: Fatal configuration error. as the hardcoded test result breaks libtool internal assumptions about linking on Linux.
2010-07-08Merge branch 'tk/master'Joshua Lock3
2010-07-08meta/site/common: Globally disable rpath option for all gettext packagesRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-08insane.bbclass: Portions of code were not running, fix this and sync with ↵Richard Purdie1
OE.dev. Also add tests for bad sysroot rpaths in binaries Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-07prelink: upgrade from 20061027 to 20100106Nitin A Kamble5
This need change to elfutils. elfutils changes are added in separate commit. Removed the patch arm_eabi.patch, as it is included in the new sources Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-07-07libtasn1: upgrade to version 2.7Qing He2
from 1.7 update homepage, clarify license changes: - because the utilities are licensed under GPLv3+, separate them out to a new package libtasn1-bin - libtasn1-bin now RRPLACES libtasn1 (<< 2.7) Signed-off-by: Qing He <qing.he@intel.com>
2010-07-07disto-track: update fields for base groupsQing He2
tzdata dropbear js unzip popt less file libpthread-stubs v86d rsync zip: added, it's in sato-poky because glib now depends on it strace: update metadata to reflect its status vte: removed since it should be in graphics section tinylogin: marked as yellow for future replacement Signed-off-by: Qing He <qing.he@intel.com>
2010-07-07v86d: upgrade to version 0.1.9Qing He1
from 0.1.5 Signed-off-by: Qing He <qing.he@intel.com>
2010-07-07libpthread-stubs: upgrade to version 0.3Qing He1
from 0.1 Signed-off-by: Qing He <qing.he@intel.com>
2010-07-07zip: upgrade to version 3.0Qing He3
from 2.32 update S in 3.0 Signed-off-by: Qing He <qing.he@intel.com>
2010-07-07file: upgrade to version 5.04Qing He2
from 4.18 changes: - remove native-fix.patch and sed line in do_configure_prepend, AM_CONDITIONAL(IS_CROSS_COMPILE, ...) works well - fix the bug of not packaging ${datadir}/misc/magic.mgc, without this file, this utility isn't very useful - add zlib as explicit build dependency Signed-off-by: Qing He <qing.he@intel.com>
2010-07-07less: upgrade to version 436Qing He1
from 418 use original download site since gnu's mirror doesn't keep updated the package is dual licensed under GPLv3+ or less license, since less is a permissive license, no GPLv2+ versions are preserved (<< 418) Signed-off-by: Qing He <qing.he@intel.com>
2010-07-07popt: upgrade to version 1.16Qing He1
add license checksum Signed-off-by: Qing He <qing.he@intel.com>
2010-07-07unzip: upgrade to version 6.0Qing He1
from 5.52 (552 in poky) update license changes: - bump PE so that 1:6.0 >> 552 Signed-off-by: Qing He <qing.he@intel.com>
2010-07-07strace: fix metadataQing He1
add license checksum Signed-off-by: Qing He <qing.he@intel.com>
2010-07-07dropbear: upgrade to version 5.02Qing He5
from 0.49 clarify license changes: - rebase allow-nopw.patch, some fields in the original file are renamed - rebase urandom-xauth-changes-to-options.h.patch, urandom change is already in upstream Signed-off-by: Qing He <qing.he@intel.com>
2010-07-07tzdata: upgrade to version 2010jQing He1
from 2009s Signed-off-by: Qing He <qing.he@intel.com>
2010-07-07busybox: upgrade to 1.16.2Kevin Tian17
[Patches] (add comments for kept patches) REMOVE _0000-wget-no-check-certificate.patch_: in 1.16.2 now KEEP _B921600.patch_: add 921600 speed serial line REMOVE _ash_fix_redirection_of_fd_0.patch_: in 1.16.2 REMOVE _fdisk_lineedit_segfault.patch_: not used even in 1.15.3 REMOVE _fix_: not used even in 1.15.3 KEEP _get_header_tar.patch_: fix tar problem with exact 100 bytes filename REMOVE _r24785.patch_: not used even in 1.15.3 KEEP _run-parts.in.usr-bin.patch_: solve confliction with debianutils. Though the later is not in poky, keep it for safety KEEP _udhcpscript.patch_: fix warning message REMOVE _xargs-double-size.patch_: not used even in 1.15.3 KEEP _busybox-appletlib-dependency.patch_: solve paralle make issue. Move away from files/. KEEP _udhcpc-fix-nfsroot.patch_: support nfsroot [Files] UPDATE _defconfig_: adapt to new 1.16.2 config options [Recipe] - adapt to new 1.16.2 config option - remove old OEMAKE_apend on "CROSS" which has been replaced by "CROSS_COMPILE" since 2006 Signed-off-by Kevin Tian <kevin.tian@intel.com>
2010-07-07netbase: upgrade to 4.41Kevin Tian2
The upgrade is smooth with only one tweaks on update-inetd, which has been moved out of netbase (since 4.27) to be a standalone package. So remove related lines from netbase recipe. Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-07-07package_*.bbclass: Only set pkg in overrides. These are the only values ↵Richard Purdie3
we're interested in expanding and this makes sure we obtain the expected data Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-07Revert "classes/package_ipk|_deb|_rpm.bbclass: Fix setting of OVERRIDES when ↵Richard Purdie3
packaging" This reverts commit 3abe7a0624e1215124799f97c872682a98659760 which was incorrect in some assumptions about OVERRIDE handling order.
2010-07-06preferred-xorg-versions: fix some versionsJoshua Lock1
liblbxutil and libxscrnsaver have been updated but not had their PREFERRED_VERSIONS increased. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-07-05local.conf.sample: add igep0020 and igep0030 as supported machines.Enric Balletbo i Serra1
Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
2010-07-05igep0030: add new OMAP3 IGEP module.Enric Balletbo i Serra1
The IGEP module is a low-power, high performance production-ready system-on-module (SOM) based on TI's OMAP3 family. The IGEP module solution based upon TI OMAP3 provides a low-power/low-cost platform for a variety of consumer/industrial/medical devices. Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
2010-07-05igep0020: add MACHINE_EXTRA_RRECOMMENDS on linux-firmware-sd8686.Enric Balletbo i Serra1
Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>