summaryrefslogtreecommitdiff
path: root/meta/packages
Commit message (Collapse)AuthorAgeFilesLines
* glibc: Ensure libc is built in the correct directory by setting slibdirRichard Purdie2010-07-141-0/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Revert "file: upgrade to version 5.04"Richard Purdie2010-07-142-6/+17
| | | | This reverts commit 21d586b47c8c5338913c5e8ca2ee604409cc57a0 as it breaks rpm-native.
* gaku: Fix gst plugins namesRichard Purdie2010-07-141-10/+10
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gdk-pixbuf-csource-native: Fix multiple providers warningDongxiao Xu2010-07-141-0/+2
| | | | | | | | Override PACKAGES_DYNAMIC in gdk-pixbuf-csource-native_2.12.7.bb since it requires gtk+_${PV}.bb where PACKAGES_DYNAMIC has already been defined Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gst-plugins: fix multiple providers warningDongxiao Xu2010-07-144-28/+26
| | | | | | | Rename all the sub-plugin to eliminate the inclusion by all plugins set This can fix the multple providers warning Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gcc: Add patch to fix sparseset.o ruleScott Garman2010-07-143-1/+22
| | | | | | | | | | | | Fix a missing config.h dependency when building sparseset.o to prevent "conflicting types for 'strsignal'" error, which can intermittently crop up for high values of make -j. Thanks to Richard Purdie and Jeff Dike for their help in tracking this down. Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gst-plugins-bad: Disable apexsink since we don't have openssl in DEPENDS ↵Richard Purdie2010-07-141-2/+2
| | | | | | causing build failures Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* python-pygobject: add glib-2.0 dependencyKevin Tian2010-07-131-1/+1
| | | | | | or else glib-2.0 may not be build before building python-pygojbect Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* dbud-glib: upgrade to 0.86Kevin Tian2010-07-137-49/+17
| | | | | | | | | | | | | | | | [dbus-glib-Ptches] REMOVE _run-with-tmp-session-bus.patch_: test is not built by default DISABLE _fix_asneeded.patch_: not sure why we need change expat link order. Disable it but keep for a while KEEP _no-examples.patch_: don't build examples [dbus-glib-recipe] - remove native and old recipes - remove tweak on dbus-glib-bindings.h, since it will be generated correctly after passing correct config options linking to native dbus-binding-tool and dbus-bus-introspect.xml - remove preferred versions in poky-fixed-revisions.inc with similar reason as dbus Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* dbus: upgrade to 1.2.24Kevin Tian2010-07-1316-310/+80
| | | | | | | | | | | | | | | | | | | | [Patches] REMOVE _cross.patch_: fixed in upstream KEEP _tmpdir.patch_: disable tmpdir test in build system UPDATE _fix-install-daemon.patch_: use automake for binary install instead of manual tweaks. extend it to cover dbus-daemon-launch-helper [Recipe] - remove native recipes and old versions - install to STAGING_DATADIR_NATIVE directly - remove manual tweak on dbus-daemon-launch-helper install - remove stale config options - adjust indention - enable dbus in runlevel 3 since networkmanager has requirement at that level - remove preferred versions in poky-fixed-revisions.inc. Based on discussion with Josh, the preferred version is there just because dbus is not carefully tested before Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* libgnome-keyring: Fix the dependency to avoid compile error sometimes.Zhai Edwin2010-07-131-1/+1
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* gtk+: Update to 2.20.1Zhai Edwin2010-07-1321-547/+46
| | | | | | | | gtk+ previously has 2 versions: 2.14.2(preferred), and 2.18.5(latest). This upgrade is from 2.18.5 to 2.20.1, so some patch(like entry-cairo.patch) in 2.14.2 is abandoned. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* libgnome-keyring: Add 2.30.1 into pokyZhai Edwin2010-07-133-1/+20
| | | | | | | | | libgnome-keyring's function was built in gnome-keyring(e.g. 2.26.1), and then separated as an independant lib. So add this new recipe to help the gnome-keyring update, else package depends on this lib(such as libsoup-2.4) would have compile error. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* libxslt: Update to 1.1.26Zhai Edwin2010-07-132-21/+4
| | | | | | | Also removed the doublefix.patch(removeing duplicated code), as there is no this issue in 1.1.26 Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* libsoup-2.4: Update to 2.31.2Zhai Edwin2010-07-131-1/+3
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* pcmanfm: Update to 0.5Zhai Edwin2010-07-134-58/+77
| | | | | | | | latest pcmanfm(0.9.7) separate the core functionality to create an independent library named libfm, which is not in poky repo. To keep it simple, just update to stable release 0.5. Also updated some of the patches. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* hicolor-icon-theme: Update to 0.12Zhai Edwin2010-07-131-1/+2
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* gnome-keyring: Update to 2.31.4Zhai Edwin2010-07-131-1/+6
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* matchbox-wm: Update to 1819Zhai Edwin2010-07-131-0/+3
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* matchbox-keyboard: Update to 2075Zhai Edwin2010-07-131-0/+3
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* matchbox-panel-2: Update to 2109Zhai Edwin2010-07-132-1/+22
| | | | | | Also add a patch to fix the upstream compile error caused by a typo. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* matchbox-config-gtk: Update to 2081Zhai Edwin2010-07-131-0/+2
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* gtk-sato-engine: Update to 0.3.2Zhai Edwin2010-07-133-8/+7
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* libglade: Update to 2.6.4Zhai Edwin2010-07-134-0/+4
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* gnome-common: update to 2.28.0Zhai Edwin2010-07-132-1/+2
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* libx11-trim: upgrade to the latest version 1.3.4Dexuan Cui2010-07-132-11/+14
| | | | | | | | | Updated the SRC_URI; Added LICENSE and LIC_FILES_CHKSUM; Reset PR to "r0"; Updated preferred-xorg-versions.inc. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* libx11: upgrade to the latest version 1.3.4Dexuan Cui2010-07-135-5/+69
| | | | | | | | | | | | | | | Rebased the 3 patches x11_disable_makekeys.patch, nodolt.patch and include_fix.patch; since the patches are also used by other recipes of lower versions, I created a new directory libx11-1.3.4/ to hold the rebased patches (the original patches are still kept unchanged); Updated LICENSE and LIC_FILES_CHKSUM, and reset PR to "r0"; Removed "patch=1" in SRC_URI as by default a patch is applied; Updated preferred-xorg-versions.inc. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* librsvg: upgrade to the latest version 2.26.3Dexuan Cui2010-07-131-7/+5
| | | | | | | | | | | | | | | | | The latest stable releases of the package moved from http://svn.gnome.org/svn/librsvg/ to http://ftp.gnome.org/pub/GNOME/sources/librsvg/, so I removed the overrided SRC_URI and use gnome.bbclass's, and I also changed the recipe file's name, removed the explicit PV and removed the unnecessary S. Reset PR to "r0". Add LIC_FILES_CHKSUM info. Remove SRCREV_pn-librsvg in poky-default-revisions.inc and add PREFERRED_VERSION_librsvg in poky-fixed-revisions.inc. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* glibc: Upgraded to version 2.10.1Dongxiao Xu2010-07-1315-1/+1187
| | | | | | | | | remove tls_i486.patch and glibc-2.9-use-_begin.patch since they have already been in new version of package Also fix metadata Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* epdfview: add epdfview recipe from OE by Manuel TeiraJoshua Lock2010-07-136-0/+446
| | | | | | | | Poky Bugzilla #70 is a patch by Manuel Teira <manuel.teira@telefonica.net> to add epdfview for sato. This patch updates the recipe to use the latest epdfview and refreshes the patch for libowl change. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* libtool family: fix build failure caused by previous libtool commit.Nitin A Kamble2010-07-096-27/+33
| | | | | | | | | | | prefix.patch was removed from the target libtool recipe. But still part of it is needed to build the man pages. So split the patch into two. One for just fixing the man page building issue. Also tweaked the install of libtool-nativesdk recipe as per prefix patch changes. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* libtool: Only apply prefix.patch to the non-target versions of libtoolRichard Purdie2010-07-094-1/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* python-gst: upgrade from 0.10.8 to 0.10.18Nitin A Kamble2010-07-082-13/+9
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* libtool family: upgrade from 2.2.6 to 2.2.10Nitin A Kamble2010-07-0810-51/+82
| | | | | | | | | | | | | | | | | | | | | | | | | This upgrades these recipes: libtool_2.2.6.bb -> libtool_2.2.10.bb libtool-native_2.2.6.bb -> libtool-native_2.2.10.bb libtool-cross_2.2.6.bb -> libtool-cross_2.2.10.bb libtool-nativesdk_2.2.6.bb -> libtool-nativesdk_2.2.10.bb Also fixes build failure caused by having aclocal.m4 built with older version of libtool. Rebased these patches for the newer version sources add_dolt.patch cross_compile.patch dolt.m4 Changed this patch to fix documentation building for non-x86 archs prefix.patch Rebased and changed to fix the building of ncurses recipe: trailingslash.patch Also updated metadata variables like LICENSE & LIC_CHKSUM_FILES Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* python: upgrade from 2.6.2 to 2.6.5Nitin A Kamble2010-07-0844-1247/+66
| | | | | | | | | | | | 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>
* gdb family: upgrade from 6.8 to 7.1Nitin A Kamble2010-07-0813-102/+38
| | | | | | | | | | | | | | 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>
* xf86-intel-video: upgrade to 2.12.0Yu Ke2010-07-081-1/+2
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* vte: upgrade to 0.24.2Yu Ke2010-07-081-1/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* xserver-xf86-dri-lite: upgrade to 1.8.99.904 (1.9 RC4)Yu Ke2010-07-087-24/+56
| | | | | | | 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>
* libxfont: upgrade libxfont to 1.4.2Yu Ke2010-07-081-1/+1
| | | | | | Note: xorg-server 1.8.99.904 require libxfont >= 1.4.2 Signed-off-by: Yu Ke <ke.yu@intel.com>
* mesa: upgrade to 7.8.2Yu Ke2010-07-083-16/+30
| | | | | | | | 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>
* nfs-utils: upgrade to version 1.2.2Qing He2010-07-0810-278/+55
| | | | | | | | | | | | | | | | | | | | | 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>
* libnfsidmap: add new packageQing He2010-07-081-0/+13
| | | | | | | version 0.23 as a dependency of nfs-utils Signed-off-by: Qing He <qing.he@intel.com>
* libevent: add new packageQing He2010-07-081-0/+15
| | | | | | | version 1.4.14b-stable as a dependency of nfs-utils Signed-off-by: Qing He <qing.he@intel.com>
* libcap: add new packageQing He2010-07-082-0/+38
| | | | | | | version 2.19 as a dependency of nfs-utils Signed-off-by: Qing He <qing.he@intel.com>
* attr: add new packageQing He2010-07-087-0/+186
| | | | | | version 2.4.44 Signed-off-by: Qing He <qing.he@intel.com>
* gnutls: upgrade to version 2.8.6Qing He2010-07-087-74/+97
| | | | | | | | | | | | | | | | | | | | | | | | | 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>
* syslinux: use /usr/lib/syslinux as AUXDIRQing He2010-07-082-4/+10
| | | | | | | | | | | | 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>
* libnss-mdns: upgrade to version 0.10Qing He2010-07-081-3/+10
| | | | | | | | | | 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>
* findutils: upgrade to version 4.2.31 and 4.4.2Qing He2010-07-088-3/+1215
| | | | | | | | | | | | | | | | | 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>