]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
14 years agopython-scons: upgrade from 0.97 to 1.3.0
Nitin A Kamble [Wed, 7 Jul 2010 11:08:27 +0000 (04:08 -0700)]
python-scons: upgrade from 0.97 to 1.3.0

python-scons-native: upgrade from 0.97 to 1.3.0

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agopython-pyrex: upgrade from 0.9.8.5 to 0.9.9
Nitin A Kamble [Wed, 7 Jul 2010 11:05:17 +0000 (04:05 -0700)]
python-pyrex: upgrade from 0.9.8.5 to 0.9.9

python-pyrex-native: upgrade from 0.9.8.5 to 0.9.9

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agopython-iniparse: upgrade from 0.2.3 to 0.3.2
Nitin A Kamble [Wed, 7 Jul 2010 11:00:27 +0000 (04:00 -0700)]
python-iniparse: upgrade from 0.2.3 to 0.3.2

python-iniparse-native: upgrade from 0.2.3 to 0.3.2

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agopython-imaging: upgrade from 1.1.6 to 1.1.7
Nitin A Kamble [Wed, 7 Jul 2010 10:55:53 +0000 (03:55 -0700)]
python-imaging: upgrade from 1.1.6 to 1.1.7

Rebased the path.patch to the newer code

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agopython-dbus: upgrade from 0.83.0 to 0.83.1
Nitin A Kamble [Wed, 7 Jul 2010 10:46:08 +0000 (03:46 -0700)]
python-dbus: upgrade from 0.83.0 to 0.83.1

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agoyum-metadata-parser : upgrade from 1.1.2 to 1.1.4
Nitin A Kamble [Wed, 7 Jul 2010 10:41:04 +0000 (03:41 -0700)]
yum-metadata-parser : upgrade from 1.1.2 to 1.1.4

yum-metadata-parser-native : upgrade from 1.1.2 to 1.1.4

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agoUse pseudo rather than fakeroot for fake root privileges
Joshua Lock [Wed, 23 Jun 2010 14:19:06 +0000 (15:19 +0100)]
Use pseudo rather than fakeroot for fake root privileges

Make use of the ability to configure the fake root provider and use Wind
River's pseudo utility.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agopseudo: various enhancements to integrate with Poky
Joshua Lock [Wed, 14 Jul 2010 09:25:06 +0000 (10:25 +0100)]
pseudo: various enhancements to integrate with Poky

Pseudo defaults to storing state files in ${prefix}/var/pseudo, we want them in
$(localstatedir) so a quick hack (path-munge.patch) makes pseudo use a data
directory specified with --data, and defaults to pseudo's way if it's not set.

Touching LD_LIBRARY_PATH can confuse the system into running Python against a
staging python library. When these two are sufficiently diverse in version
significant breakage can occur.

HOMEPAGE and LIC_FILES_CHKSUM are handy metadata variables to have defined.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agostaging: fix staging of empty directories and add localstatedir
Joshua Lock [Fri, 25 Jun 2010 12:56:04 +0000 (13:56 +0100)]
staging: fix staging of empty directories and add localstatedir

If a program creates an empty directory during its build it's probably for a
good reason, so if it exists it seems sensible to stage it.
Some programs require localstatedir to operate so we should be sure to stage
it.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agobitbake: Add support for .bbappend files (see mailing lists for detais)
Richard Purdie [Fri, 16 Jul 2010 14:10:22 +0000 (15:10 +0100)]
bitbake: Add support for .bbappend files (see mailing lists for detais)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years ago*: use print() as a function
Bernhard Reutner-Fischer [Fri, 18 Jun 2010 10:50:15 +0000 (12:50 +0200)]
*: use print() as a function

to make python3 happy

(Bitbake rev: c82926ccdd4ec4e3ad6e78a381dacb96adf9b409)

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agogst-meta-base: Update ivorbis plugin name
Richard Purdie [Fri, 16 Jul 2010 13:01:15 +0000 (14:01 +0100)]
gst-meta-base: Update ivorbis plugin name

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agogaku: Fix ivorbis plugin name
Richard Purdie [Fri, 16 Jul 2010 12:35:00 +0000 (13:35 +0100)]
gaku: Fix ivorbis plugin name

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake: runqueue: Allow passing of success/failure handlers to runqueue_process_wait...
Richard Purdie [Tue, 6 Jul 2010 16:45:18 +0000 (17:45 +0100)]
bitbake: runqueue: Allow passing of success/failure handlers to runqueue_process_waitpid()

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake: runqueue: Allow taskname to be passed to check_stamp_task()
Richard Purdie [Tue, 6 Jul 2010 16:47:43 +0000 (17:47 +0100)]
bitbake: runqueue: Allow taskname to be passed to check_stamp_task()

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake: runqueue: Make child process error scary so user is less likely to ignore
Richard Purdie [Tue, 6 Jul 2010 16:46:13 +0000 (17:46 +0100)]
bitbake: runqueue: Make child process error scary so user is less likely to ignore

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake: runqueue: Fix number of running tasks accounting (include failed tasks)
Richard Purdie [Tue, 6 Jul 2010 16:42:40 +0000 (17:42 +0100)]
bitbake: runqueue: Fix number of running tasks accounting (include failed tasks)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake: runqueue: Remove unneeded exception catching from fork_off_task()
Richard Purdie [Tue, 6 Jul 2010 16:41:55 +0000 (17:41 +0100)]
bitbake: runqueue: Remove unneeded exception catching from fork_off_task()

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake: runqueue: Separate out task forking code into a new function
Richard Purdie [Tue, 6 Jul 2010 16:41:11 +0000 (17:41 +0100)]
bitbake: runqueue: Separate out task forking code into a new function

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake: runqueue: Combine the waitpid result handling code into a function
Richard Purdie [Mon, 5 Jul 2010 14:42:25 +0000 (15:42 +0100)]
bitbake: runqueue: Combine the waitpid result handling code into a function

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake: Remove two layers of unnecessary functions from task execution
Richard Purdie [Mon, 5 Jul 2010 14:04:06 +0000 (15:04 +0100)]
bitbake: Remove two layers of unnecessary functions from task execution

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agolibtool: update patches
Nitin A Kamble [Tue, 13 Jul 2010 12:16:47 +0000 (05:16 -0700)]
libtool: update patches

As per discussion with RP remove dolt patches.
Merge Gary Thomas's patch into trailigslash.patch

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoinsane.class: print the recipe name in the warning.
Nitin A Kamble [Tue, 13 Jul 2010 16:41:25 +0000 (09:41 -0700)]
insane.class: print the recipe name in the warning.

Now Warning includes the package name like zlib is printed bellow:

WARNING: zlib: Recipe file does not have license file information
(LIC_FILES_CHKSUM)

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agosysvinit - Remove sulogin dependency on /usr/lib*/libcrypt.a
Jeff Dike [Wed, 14 Jul 2010 18:35:52 +0000 (14:35 -0400)]
sysvinit - Remove sulogin dependency on /usr/lib*/libcrypt.a

The sulogin compile checked for /usr/lib*/libcrypt.a to decide whether
to add -lcrypt to the final compile.  However, the recipe puts LCRYPT
in the environment, so crypt-lib.patch makes the Makefile check for
this before looking at the host /usr/lib.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
14 years agotest: add automation framework and sanitytest
Jiajun Xu [Wed, 7 Jul 2010 18:06:58 +0000 (02:06 +0800)]
test: add automation framework and sanitytest

Automation test is disabled by default. User need set TESTCLASS
to qemu in conf/local.conf and run bitbake command "bitbake
poky-image-xxx" or "bitbake poky-image-xxx -c qemuimagetest" to
trigger it. Currently only the sanity test with two testcases are
added.

To run the test, user need prepare a testing environment:
1) "expect" should be installed on system
2) NOPASSWD should be set for user to run bitbake

Signed-off-by Jiajun Xu <jiajun.xu@intel.com>

14 years agopoky-qemu-internal: Use 128MB memory for qemumips/qemuppc
Richard Purdie [Thu, 15 Jul 2010 11:29:35 +0000 (12:29 +0100)]
poky-qemu-internal: Use 128MB memory for qemumips/qemuppc

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoqemu-scripts: Add support for mips and powerpc machines, update qemuarm
Bruce Ashfield [Fri, 9 Jul 2010 13:26:43 +0000 (14:26 +0100)]
qemu-scripts: Add support for mips and powerpc machines, update qemuarm

For mips, the malta platform emulates a cirrus chipset. With the udpated
2.6.34 kernel options, we can now enable framebuffer boot for
the qemumips platform.

We need to pass a valid cpu (603e) and do a -nographic boot to
make it all the way to a prompt so graphics is disabled for now
for ppc.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agoqemu-native/powerpc: add qemu 0.12.4 powerpc support
Bruce Ashfield [Wed, 7 Jul 2010 01:55:51 +0000 (21:55 -0400)]
qemu-native/powerpc: add qemu 0.12.4 powerpc support

In order to force 0.12.4 to allow a powerpc system boot, we need
a patch to qemu, and a new powerpc (not ppc) ROM.

This configuration supports non-graphical booting only, since the
ROM does not have support to pass a graphics device via the
device tree yet.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agobinutils: Drop old versions
Richard Purdie [Thu, 15 Jul 2010 10:17:11 +0000 (11:17 +0100)]
binutils: Drop old versions

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobinutils-cross: fix '-fPIE' on mips platform
Kevin Tian [Thu, 15 Jul 2010 09:22:09 +0000 (10:22 +0100)]
binutils-cross: fix '-fPIE' on mips platform

Current binutils generates problematic relocation table for executable
compiled with '-fPIE', such as dbus-daemon. That way ld.so.1 falls into
segmentation fault when accessing bad reloc entry. This pulls back one
fix from binutils CVS repo (1.267) to add PIE support back.

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobinutils/gcc-crosssdk: Fix hardcoded path layout assumptions for cross toolchains
Richard Purdie [Thu, 15 Jul 2010 09:19:12 +0000 (10:19 +0100)]
binutils/gcc-crosssdk: Fix hardcoded path layout assumptions for cross toolchains

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agogcc-cross-canadian: Don't build target libs as we don't use them
Richard Purdie [Thu, 15 Jul 2010 09:18:02 +0000 (10:18 +0100)]
gcc-cross-canadian: Don't build target libs as we don't use them

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agocross-canadian: Fix sysroot path
Richard Purdie [Thu, 15 Jul 2010 09:16:57 +0000 (10:16 +0100)]
cross-canadian: Fix sysroot path

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake.conf: Add base_libdir_nativesdk
Richard Purdie [Thu, 15 Jul 2010 09:14:49 +0000 (10:14 +0100)]
bitbake.conf: Add base_libdir_nativesdk

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agocrosssdk.bbclass: Ensure target layout variables are set correctly
Richard Purdie [Thu, 15 Jul 2010 09:14:27 +0000 (10:14 +0100)]
crosssdk.bbclass: Ensure target layout variables are set correctly

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoinsane.bbclass: move license check to after configure
Joshua Lock [Thu, 15 Jul 2010 08:35:53 +0000 (09:35 +0100)]
insane.bbclass: move license check to after configure

Only checking the license at packaging time means we don't check native builds,
so move the check to after do_configure

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agoglibc: Ensure libc is built in the correct directory by setting slibdir
Richard Purdie [Wed, 14 Jul 2010 16:40:21 +0000 (17:40 +0100)]
glibc: Ensure libc is built in the correct directory by setting slibdir

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake.conf: Update sdk build flags after layout changes
Richard Purdie [Wed, 14 Jul 2010 16:39:49 +0000 (17:39 +0100)]
bitbake.conf: Update sdk build flags after layout changes

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoRevert "file: upgrade to version 5.04"
Richard Purdie [Wed, 14 Jul 2010 16:38:34 +0000 (17:38 +0100)]
Revert "file: upgrade to version 5.04"

This reverts commit 21d586b47c8c5338913c5e8ca2ee604409cc57a0 as it breaks rpm-native.

14 years agosanity.bbclass: Fix SDKMACHINE sanity check. We need to check the SDK_ARCH variable...
Richard Purdie [Wed, 14 Jul 2010 11:54:44 +0000 (12:54 +0100)]
sanity.bbclass: Fix SDKMACHINE sanity check. We need to check the SDK_ARCH variable, not SDKMACHINE directly.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agogaku: Fix gst plugins names
Richard Purdie [Wed, 14 Jul 2010 09:03:09 +0000 (10:03 +0100)]
gaku: Fix gst plugins names

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoatk: Fix the PREFERRED_VERSION
Dongxiao Xu [Fri, 9 Jul 2010 06:05:25 +0000 (14:05 +0800)]
atk: Fix the PREFERRED_VERSION

Since the atk version has been bumped to 2.30.0

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agogdk-pixbuf-csource-native: Fix multiple providers warning
Dongxiao Xu [Fri, 9 Jul 2010 06:04:45 +0000 (14:04 +0800)]
gdk-pixbuf-csource-native: Fix multiple providers warning

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>
14 years agogst-plugins: fix multiple providers warning
Dongxiao Xu [Mon, 12 Jul 2010 07:29:37 +0000 (15:29 +0800)]
gst-plugins: fix multiple providers warning

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>
14 years agogcc: Add patch to fix sparseset.o rule
Scott Garman [Wed, 14 Jul 2010 05:19:46 +0000 (22:19 -0700)]
gcc: Add patch to fix sparseset.o rule

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>
14 years agogst-plugins-bad: Disable apexsink since we don't have openssl in DEPENDS causing...
Richard Purdie [Wed, 14 Jul 2010 08:48:53 +0000 (09:48 +0100)]
gst-plugins-bad: Disable apexsink since we don't have openssl in DEPENDS causing build failures

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agopsplash: Update to svn revision 424
Richard Purdie [Tue, 13 Jul 2010 14:22:55 +0000 (15:22 +0100)]
psplash: Update to svn revision 424

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agodistro-fixed.inc: create as last means for package version check
Kevin Tian [Mon, 12 Jul 2010 08:13:53 +0000 (16:13 +0800)]
distro-fixed.inc: create as last means for package version check

Some packages are not feasible for automatic version check. This commit
adds a weak list of version information for those packages before they
are carefully auditted.

Also there're 14 packages out of tracking so far. Add simple information
for them too.

This is the last one to be assorted, so use weak assignment "?="

Signed-off-by Kevin Tian <kevin.tian@intel.com>

14 years agodistro-tracking: use correct override format
Kevin Tian [Mon, 12 Jul 2010 07:12:13 +0000 (15:12 +0800)]
distro-tracking: use correct override format

fix typos where *_pn- should be used instead of *_pn+

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agopython-pygobject: add glib-2.0 dependency
Kevin Tian [Sun, 11 Jul 2010 08:11:39 +0000 (16:11 +0800)]
python-pygobject: add glib-2.0 dependency

or else glib-2.0 may not be build before building python-pygojbect

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agodistro-tracking: update tracking fields based on current progress
Kevin Tian [Sun, 11 Jul 2010 08:05:57 +0000 (16:05 +0800)]
distro-tracking: update tracking fields based on current progress

along with recipe upgrade, previous identified issues are solved, and thus
it's time to update status now:

    expat
    dbus
    dbus-glib
    busybox
    prism-firmware
    base-files
    base-passwd
    module-init-tools

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agodbud-glib: upgrade to 0.86
Kevin Tian [Sun, 11 Jul 2010 08:02:56 +0000 (16:02 +0800)]
dbud-glib: upgrade to 0.86

[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>
14 years agodbus: upgrade to 1.2.24
Kevin Tian [Sat, 10 Jul 2010 09:22:04 +0000 (17:22 +0800)]
dbus: upgrade to 1.2.24

[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>
14 years agoDistro tracking fields: Update some info after package update
Zhai Edwin [Tue, 13 Jul 2010 07:48:46 +0000 (15:48 +0800)]
Distro tracking fields: Update some info after package update

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agolibgnome-keyring: Fix the dependency to avoid compile error sometimes.
Zhai Edwin [Mon, 12 Jul 2010 08:47:50 +0000 (16:47 +0800)]
libgnome-keyring: Fix the dependency to avoid compile error sometimes.

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agogtk+: Update to 2.20.1
Zhai Edwin [Thu, 8 Jul 2010 02:11:14 +0000 (10:11 +0800)]
gtk+: Update to 2.20.1

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>
14 years agolibgnome-keyring: Add 2.30.1 into poky
Zhai Edwin [Fri, 9 Jul 2010 09:44:02 +0000 (17:44 +0800)]
libgnome-keyring: Add 2.30.1 into poky

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>
14 years agolibxslt: Update to 1.1.26
Zhai Edwin [Thu, 8 Jul 2010 02:04:47 +0000 (10:04 +0800)]
libxslt: Update to 1.1.26

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>
14 years agolibsoup-2.4: Update to 2.31.2
Zhai Edwin [Wed, 7 Jul 2010 10:29:17 +0000 (18:29 +0800)]
libsoup-2.4: Update to 2.31.2

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agopcmanfm: Update to 0.5
Zhai Edwin [Wed, 7 Jul 2010 10:21:49 +0000 (18:21 +0800)]
pcmanfm: Update to 0.5

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>
14 years agohicolor-icon-theme: Update to 0.12
Zhai Edwin [Wed, 7 Jul 2010 07:37:35 +0000 (15:37 +0800)]
hicolor-icon-theme: Update to 0.12

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agognome-keyring: Update to 2.31.4
Zhai Edwin [Wed, 7 Jul 2010 07:32:58 +0000 (15:32 +0800)]
gnome-keyring: Update to 2.31.4

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agomatchbox-wm: Update to 1819
Zhai Edwin [Tue, 6 Jul 2010 10:23:27 +0000 (18:23 +0800)]
matchbox-wm: Update to 1819

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agomatchbox-stroke: Update to 1820
Zhai Edwin [Tue, 6 Jul 2010 10:13:00 +0000 (18:13 +0800)]
matchbox-stroke: Update to 1820

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agomatchbox-keyboard: Update to 2075
Zhai Edwin [Tue, 6 Jul 2010 10:02:01 +0000 (18:02 +0800)]
matchbox-keyboard: Update to 2075

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agomatchbox-panel-2: Update to 2109
Zhai Edwin [Tue, 6 Jul 2010 09:52:27 +0000 (17:52 +0800)]
matchbox-panel-2: Update to 2109

Also add a patch to fix the upstream compile error caused by a typo.

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agomatchbox-config-gtk: Update to 2081
Zhai Edwin [Tue, 6 Jul 2010 07:09:07 +0000 (15:09 +0800)]
matchbox-config-gtk: Update to 2081

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agogtk-sato-engine: Update to 0.3.2
Zhai Edwin [Tue, 6 Jul 2010 06:58:33 +0000 (14:58 +0800)]
gtk-sato-engine: Update to 0.3.2

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agolibglade: Update to 2.6.4
Zhai Edwin [Wed, 7 Jul 2010 10:27:35 +0000 (18:27 +0800)]
libglade: Update to 2.6.4

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agognome-common: update to 2.28.0
Zhai Edwin [Wed, 7 Jul 2010 10:25:14 +0000 (18:25 +0800)]
gnome-common: update to 2.28.0

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agoDistro Tracking: add distro tracking field for recipes of Graphics libs
Dexuan Cui [Fri, 9 Jul 2010 05:53:20 +0000 (13:53 +0800)]
Distro Tracking: add distro tracking field for recipes of Graphics libs

They are:

libx11
libx11-trim

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agolibx11-trim: upgrade to the latest version 1.3.4
Dexuan Cui [Fri, 9 Jul 2010 05:34:21 +0000 (13:34 +0800)]
libx11-trim: upgrade to the latest version 1.3.4

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>
14 years agolibx11: upgrade to the latest version 1.3.4
Dexuan Cui [Fri, 9 Jul 2010 05:32:10 +0000 (13:32 +0800)]
libx11: upgrade to the latest version 1.3.4

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>
14 years agolibrsvg: upgrade to the latest version 2.26.3
Dexuan Cui [Thu, 8 Jul 2010 06:32:32 +0000 (14:32 +0800)]
librsvg: upgrade to the latest version 2.26.3

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>
14 years agoglibc: Upgraded to version 2.10.1
Dongxiao Xu [Thu, 8 Jul 2010 06:22:22 +0000 (14:22 +0800)]
glibc: Upgraded to version 2.10.1

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>
14 years agoepdfview: add epdfview recipe from OE by Manuel Teira
Joshua Lock [Tue, 13 Jul 2010 11:35:13 +0000 (12:35 +0100)]
epdfview: add epdfview recipe from OE by Manuel Teira

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>
14 years agolibtool family: fix build failure caused by previous libtool commit.
Nitin A Kamble [Fri, 9 Jul 2010 11:11:46 +0000 (04:11 -0700)]
libtool family: fix build failure caused by previous libtool commit.

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>
14 years agolibtool: Only apply prefix.patch to the non-target versions of libtool
Richard Purdie [Fri, 9 Jul 2010 12:19:47 +0000 (13:19 +0100)]
libtool: Only apply prefix.patch to the non-target versions of libtool

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agopython-gst: upgrade from 0.10.8 to 0.10.18
Nitin A Kamble [Wed, 7 Jul 2010 06:07:41 +0000 (23:07 -0700)]
python-gst: upgrade from 0.10.8 to 0.10.18

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agolibtool family: upgrade from 2.2.6 to 2.2.10
Nitin A Kamble [Mon, 21 Jun 2010 10:46:34 +0000 (03:46 -0700)]
libtool family: upgrade from 2.2.6 to 2.2.10

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>
14 years agositeinfo.bbclass: add mips-common to mips targets
Nitin A Kamble [Wed, 7 Jul 2010 06:14:02 +0000 (23:14 -0700)]
siteinfo.bbclass: add mips-common to mips targets

siteinfo_get_files() was broken for mips. It was missing the mips-common
site config file for all the mips targets. Fixed it by adding it.

This will also fix building of flex recipe on mips.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agopython: upgrade from 2.6.2 to 2.6.5
Nitin A Kamble [Tue, 6 Jul 2010 12:07:49 +0000 (05:07 -0700)]
python: upgrade from 2.6.2 to 2.6.5

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>
14 years agogdb family: upgrade from 6.8 to 7.1
Nitin A Kamble [Mon, 28 Jun 2010 15:51:08 +0000 (08:51 -0700)]
gdb family: upgrade from 6.8 to 7.1

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>
14 years agoxf86-intel-video: upgrade to 2.12.0
Yu Ke [Thu, 8 Jul 2010 04:33:46 +0000 (12:33 +0800)]
xf86-intel-video: upgrade to 2.12.0

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agodistro tracking field: add graphics core distro tracking filed
Yu Ke [Wed, 7 Jul 2010 11:48:14 +0000 (19:48 +0800)]
distro tracking field: add graphics core distro tracking filed

for mesa and xserver-xf86-dri-lite

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agovte: upgrade to 0.24.2
Yu Ke [Wed, 7 Jul 2010 09:28:12 +0000 (17:28 +0800)]
vte: upgrade to 0.24.2

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agoxserver-xf86-dri-lite: upgrade to 1.8.99.904 (1.9 RC4)
Yu Ke [Wed, 7 Jul 2010 09:28:12 +0000 (17:28 +0800)]
xserver-xf86-dri-lite: upgrade to 1.8.99.904 (1.9 RC4)

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>
14 years agolibxfont: upgrade libxfont to 1.4.2
Yu Ke [Wed, 7 Jul 2010 09:28:11 +0000 (17:28 +0800)]
libxfont: upgrade libxfont to 1.4.2

Note: xorg-server 1.8.99.904 require libxfont >= 1.4.2

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agomesa: upgrade to 7.8.2
Yu Ke [Wed, 7 Jul 2010 09:28:11 +0000 (17:28 +0800)]
mesa: upgrade to 7.8.2

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>
14 years agodistro-track: update for nfs-utils related pkgs
Qing He [Wed, 7 Jul 2010 13:43:13 +0000 (21:43 +0800)]
distro-track: update for nfs-utils related pkgs

new packages added:
    attr
    libcap
    libnfsidmap
    libevent

upgraded:
    nfs-utils

Signed-off-by: Qing He <qing.he@intel.com>
14 years agonfs-utils: upgrade to version 1.2.2
Qing He [Wed, 7 Jul 2010 05:55:23 +0000 (13:55 +0800)]
nfs-utils: upgrade to version 1.2.2

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>
14 years agolibnfsidmap: add new package
Qing He [Wed, 7 Jul 2010 12:38:35 +0000 (20:38 +0800)]
libnfsidmap: add new package

version 0.23
as a dependency of nfs-utils

Signed-off-by: Qing He <qing.he@intel.com>
14 years agolibevent: add new package
Qing He [Wed, 7 Jul 2010 12:53:55 +0000 (20:53 +0800)]
libevent: add new package

version 1.4.14b-stable
as a dependency of nfs-utils

Signed-off-by: Qing He <qing.he@intel.com>
14 years agolibcap: add new package
Qing He [Wed, 7 Jul 2010 07:12:13 +0000 (15:12 +0800)]
libcap: add new package

version 2.19
as a dependency of nfs-utils

Signed-off-by: Qing He <qing.he@intel.com>
14 years agoattr: add new package
Qing He [Wed, 7 Jul 2010 10:58:54 +0000 (18:58 +0800)]
attr: add new package

version 2.4.44

Signed-off-by: Qing He <qing.he@intel.com>
14 years agodistro-track: update for base section
Qing He [Fri, 2 Jul 2010 08:33:44 +0000 (16:33 +0800)]
distro-track: update for base section

libnss-mdns
findutils

gnutls: reinstate a patch
startup-notification: removed since transfered to x11 apps

Signed-off-by: Qing He <qing.he@intel.com>
14 years agognutls: upgrade to version 2.8.6
Qing He [Wed, 23 Jun 2010 07:07:39 +0000 (15:07 +0800)]
gnutls: upgrade to version 2.8.6

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>
14 years agosyslinux: use /usr/lib/syslinux as AUXDIR
Qing He [Thu, 8 Jul 2010 06:18:27 +0000 (14:18 +0800)]
syslinux: use /usr/lib/syslinux as AUXDIR

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>
14 years agolibnss-mdns: upgrade to version 0.10
Qing He [Thu, 8 Jul 2010 07:46:59 +0000 (15:46 +0800)]
libnss-mdns: upgrade to version 0.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>
14 years agofindutils: upgrade to version 4.2.31 and 4.4.2
Qing He [Thu, 8 Jul 2010 05:46:40 +0000 (13:46 +0800)]
findutils: upgrade to version 4.2.31 and 4.4.2

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>