]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
14 years agosysvinit: upgrade to version 2.88dsf
Qing He [Fri, 18 Jun 2010 01:40:30 +0000 (09:40 +0800)]
sysvinit: upgrade to version 2.88dsf

from 2.86
update to new homepage and download site

changes:
  - rebase install.patch
  - remove dated 2.86 patch

Signed-off-by: Qing He <qing.he@intel.com>
14 years agosyslinux: upgrade to versin 3.86
Qing He [Thu, 17 Jun 2010 09:23:20 +0000 (17:23 +0800)]
syslinux: upgrade to versin 3.86

from version 3.36
partly based on the recipe from openembedded project

changes:
  - add cross-build.patch to use poky toolchain
  - mangle LDFLAGS so $LD invocation works
  - use precompiled version of $BTARGET for target (OE)
  - stick on ${sbindir} instead of OE's ${base_sbindir}

Signed-off-by: Qing He <qing.he@intel.com>
14 years agobash: upgrade to version 4.1
Qing He [Thu, 17 Jun 2010 04:48:16 +0000 (12:48 +0800)]
bash: upgrade to version 4.1

from 3.2
version 3.2 is kept because it's the latest version
under GPLv2+

changes:
  - use 3.2.48 as base instead of 3.2
  - include upstream patches up to 051 for 3.2 and 007 for 4.1

Signed-off-by: Qing He <qing.he@intel.com>
14 years agoreadline: update to version 6.1
Qing He [Thu, 17 Jun 2010 02:37:07 +0000 (10:37 +0800)]
readline: update to version 6.1

from 5.2
version 5.2 is still kept since it's the latest version
under GPLv2+.

changes:
  - change autotools_do_configure and use do_configure_prepend
  - similar to do_install_append

Signed-off-by: Qing He <qing.he@intel.com>
14 years agolibxml2: upgrade to version 2.7.7
Qing He [Fri, 18 Jun 2010 03:07:40 +0000 (11:07 +0800)]
libxml2: upgrade to version 2.7.7

from 2.6.29
add homepage and bugtracker, update license

changes:
  - remove libxml-nanohttp.patch since it's already upstream
  - add ${libdir}/xml2Conf.sh into FILES_${PN}-dev

Signed-off-by: Qing He <qing.he@intel.com>
14 years agozlib: upgrade to version 1.2.5
Qing He [Fri, 11 Jun 2010 05:02:35 +0000 (13:02 +0800)]
zlib: upgrade to version 1.2.5

from 1.2.3
update homepage and license

changes:
  - remove 1.2.3.3 patch
  - breakdown autotools.patch to configure.ac and Makefile.am, update
    src in Makefile.am and use do_configure_prepend instead
  - remove README from LIC_FILES_CHKSUM because it duplicates zlib.h
    and also causes checksum to change for every release
  - remove visibility.patch: the purpose of the patch was to change
    "<type> ZEXPORT" to "ZEXPORT <type>", however:
     1. the use of ZEXPORT and ZEXTERN have been changed a lot in
        zlib, there is no changelog to indicate which version was
        the patch based on and its rationale
     2. zlib used to set default visibility to `hidden'
        (-fvisibility=hidden), and override external symbols with
        `default' visibility, it had caused a lot of problems on
        different platforms. But starting from 1.2.5, default
        visibility is now `default', `hidden' visibility override
        has effect only for the correct GCC versions, most visibility
        related issues should have already been fixed

  http://mail.madler.net/pipermail/zlib-devel_madler.net/2010-April/002045.html

     3. as for now, ZEXPORT is used in Win/BeOS only, and can expand
        to WINAPI or __declspec(dllexport), both of which should be
        put behind return type, so there is no need to patch

     In conclusion, the patch is not applicable for the current release,
     so it's removed

Signed-off-by: Qing He <qing.he@intel.com>
14 years agodistro_tracking_fileds: Update metadata
Dongxiao Xu [Sat, 26 Jun 2010 11:54:21 +0000 (19:54 +0800)]
distro_tracking_fileds: Update metadata

Update connectivity and multimedia part of tracking fileds

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agoxvideo-tests_svn.bb: Fix recipe metadata
Dongxiao Xu [Sat, 26 Jun 2010 09:05:03 +0000 (17:05 +0800)]
xvideo-tests_svn.bb: Fix recipe metadata

Fix LICENSE and add LIC_FILES_CHKSUM

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agoxvideo-tests: Change the version to 270
Dongxiao Xu [Sat, 26 Jun 2010 09:03:14 +0000 (17:03 +0800)]
xvideo-tests: Change the version to 270

The latest upstream for xvideo-tests is 270, not 272

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agogaku_svn.bb: Fix recipe metadata
Dongxiao Xu [Sat, 26 Jun 2010 08:54:36 +0000 (16:54 +0800)]
gaku_svn.bb: Fix recipe metadata

Change LICENSE and add LIC_FILES_CHKSUM
Adjust variables order according to styleguide

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agogaku: Upgraded to version 399
Dongxiao Xu [Sat, 26 Jun 2010 08:51:23 +0000 (16:51 +0800)]
gaku: Upgraded to version 399

Change the default revision in poky-default-revisions.inc
Reset PR to "r0"

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agotremor_20100422.bb: Fix recipe metadata
Dongxiao Xu [Sat, 26 Jun 2010 08:47:28 +0000 (16:47 +0800)]
tremor_20100422.bb: Fix recipe metadata

Add LIC_FILES_CHKSUM information
Adjust variables order according to styleguide

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agotremor: Upgraded to version 20100422
Dongxiao Xu [Sat, 26 Jun 2010 08:45:38 +0000 (16:45 +0800)]
tremor: Upgraded to version 20100422

No other changes except bb file rename and PR reset

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agoalsa-lib_1.0.23: Fix recipe metadata
Dongxiao Xu [Sat, 26 Jun 2010 08:42:50 +0000 (16:42 +0800)]
alsa-lib_1.0.23: Fix recipe metadata

Change LICENSE information
Add BUGTRACKER and LIC_FILES_CHKSUM
Adjust variables order according to styleguide

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agoalsa-lib: Upgraded to version 1.0.23
Dongxiao Xu [Sat, 26 Jun 2010 08:39:22 +0000 (16:39 +0800)]
alsa-lib: Upgraded to version 1.0.23

Commented for local patch
Change the local file directory name to ${PN}-${PV}

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agoalsa-utils_1.0.23.bb: Fix recipe metadata
Dongxiao Xu [Sat, 26 Jun 2010 08:32:23 +0000 (16:32 +0800)]
alsa-utils_1.0.23.bb: Fix recipe metadata

Change LICENSE information
Add BUGTRACKER and LIC_FILES_CHKSUM

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agoalsa-utils: Upgraded to version 1.0.23
Dongxiao Xu [Sat, 26 Jun 2010 08:29:38 +0000 (16:29 +0800)]
alsa-utils: Upgraded to version 1.0.23

Rebased ncursesfix.patch to 1.0.23 and commented for it
Change the local file directory name to ${PN}-${PV}

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agobluez4_4.66.bb: Fix recipe metadata
Dongxiao Xu [Sat, 26 Jun 2010 08:07:32 +0000 (16:07 +0800)]
bluez4_4.66.bb: Fix recipe metadata

Fix LICENSE information
Add HOMEPAGE and LIC_FILES_CHKSUM
Adjust variables order according to styleguide
Use blank space to replace tab

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agobluez4: Upgraded to version 4.66
Dongxiao Xu [Sat, 26 Jun 2010 08:04:00 +0000 (16:04 +0800)]
bluez4: Upgraded to version 4.66

Change the local file directory name to ${PN}-${PV}
Comment for local patches

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agogst-plugins.inc: Fix recipe metadata
Dongxiao Xu [Sat, 26 Jun 2010 07:45:35 +0000 (15:45 +0800)]
gst-plugins.inc: Fix recipe metadata

Add HOMEPAGE and BUGTRACKER information

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agogst-plugins-bad_0.10.19.bb: Fix recipe metadata
Dongxiao Xu [Sat, 26 Jun 2010 07:44:56 +0000 (15:44 +0800)]
gst-plugins-bad_0.10.19.bb: Fix recipe metadata

Add LICENSE and LIC_FILES_CHKSUM information
Adjust variables order according to styleguide

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agogst-plugins-bad: Upgraded to version 0.10.19
Dongxiao Xu [Sat, 26 Jun 2010 07:33:07 +0000 (15:33 +0800)]
gst-plugins-bad: Upgraded to version 0.10.19

The new feature vdpau in the latest package breaks the build
Add --disable-vdpau to disable it

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agogst-plugins-ugly_0.10.15.bb: Fix recipe metadata
Dongxiao Xu [Sat, 26 Jun 2010 07:30:16 +0000 (15:30 +0800)]
gst-plugins-ugly_0.10.15.bb: Fix recipe metadata

Add LICENSE and LIC_FILES_CHKSUM information
Adjust variables order according to styleguide

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agogst-plugins-ugly: Upgraded to version 0.10.15
Dongxiao Xu [Sat, 26 Jun 2010 07:22:01 +0000 (15:22 +0800)]
gst-plugins-ugly: Upgraded to version 0.10.15

No other change except bb file rename

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agogst-plugins-good_0.10.23.bb: Fix recipe metadata
Dongxiao Xu [Sat, 26 Jun 2010 07:21:04 +0000 (15:21 +0800)]
gst-plugins-good_0.10.23.bb: Fix recipe metadata

Add LICENSE and LIC_FILES_CHKSUM information
Adjust variables order according to styleguide

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agogst-plugins-good: Upgraded to version 0.10.23
Dongxiao Xu [Sat, 26 Jun 2010 07:11:47 +0000 (15:11 +0800)]
gst-plugins-good: Upgraded to version 0.10.23

No other change except bb file rename and PR reset

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agogst-plugins-base_0.10.29.bb: Fix recipe metadata
Dongxiao Xu [Sat, 26 Jun 2010 07:09:01 +0000 (15:09 +0800)]
gst-plugins-base_0.10.29.bb: Fix recipe metadata

Add LICENSE and LIC_FILES_CHKSUM information
Adjust variables order according to styleguide

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agogst-plugins-base: Upgraded to version 0.10.29
Dongxiao Xu [Sat, 26 Jun 2010 06:55:58 +0000 (14:55 +0800)]
gst-plugins-base: Upgraded to version 0.10.29

No other change except bb file rename and reset PR

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agogstreamer_0.10.29.bb: Fix recipe metadata
Dongxiao Xu [Sat, 26 Jun 2010 06:52:15 +0000 (14:52 +0800)]
gstreamer_0.10.29.bb: Fix recipe metadata

Change LICENSE and HOMEPAGE information
Add LIC_FILES_CHKSUM and BUGTRACKER information
Adjust the variables order according to styleguide

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agogstreamer: Upgraded to version 0.10.29
Dongxiao Xu [Sat, 26 Jun 2010 06:51:07 +0000 (14:51 +0800)]
gstreamer: Upgraded to version 0.10.29

Rebase check_fix.patch
Remove po-makefile-fix.patch since it is not being used
Remove do_configure_prepend since ${S}/common/m4/lib-link.m4 is not exist in the latest version
Change the local file directory name to ${PN}-${PV}

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agompeg2dec_0.4.1.bb: Fix recipe metadata
Dongxiao Xu [Sat, 26 Jun 2010 06:40:50 +0000 (14:40 +0800)]
mpeg2dec_0.4.1.bb: Fix recipe metadata

Change LICENSE information and add LIC_FILES_CHKSUM
Adjust the variables order according to styleguide

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agompeg2dec: Upgraded to version 0.4.1
Dongxiao Xu [Sat, 26 Jun 2010 06:40:23 +0000 (14:40 +0800)]
mpeg2dec: Upgraded to version 0.4.1

Change variable ${S} due to version upgrade

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agolibogg_1.2.0.bb: Fix recipe metadata
Dongxiao Xu [Sat, 26 Jun 2010 06:39:31 +0000 (14:39 +0800)]
libogg_1.2.0.bb: Fix recipe metadata

Add HOMEPAGE, BUGTRACKER, and LIC_FILES_CHKSUM
Change the variables order according to the styleguide

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agolibogg: Upgraded to version 1.2.0
Dongxiao Xu [Sat, 26 Jun 2010 06:39:15 +0000 (14:39 +0800)]
libogg: Upgraded to version 1.2.0

Remove m4.patch since the change has already in the upstream
Change SRC_URI because version 1.2.0 doesn't exist in the old address

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agolibvorbis_1.3.1.bb: Fix recipe metadata
Dongxiao Xu [Sat, 26 Jun 2010 06:38:39 +0000 (14:38 +0800)]
libvorbis_1.3.1.bb: Fix recipe metadata

Add HOMEPAGE, BUGTRACKER, and LIC_FILES_CHKSUM
Adjust the variables order according to the styleguide
Use blank space to replace the tab

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agolibvorbis: Upgraded to version 1.3.1
Dongxiao Xu [Sat, 26 Jun 2010 06:38:21 +0000 (14:38 +0800)]
libvorbis: Upgraded to version 1.3.1

Remove m4.patch since the change is already in the latest version
Change SRC_URI since the version 1.3.1 doesn't exist in the old address

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agoflac_1.2.1.bb: Fix recipe metadata
Dongxiao Xu [Sat, 26 Jun 2010 06:37:48 +0000 (14:37 +0800)]
flac_1.2.1.bb: Fix recipe metadata

Fix DESCRIPTION and LICENSE information
Add HOMEPAGE, BUGTRACKER, and LIC_FILES_CHKSUM
Change the local file directory name to ${PN}-${PV}

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agoflac: Upgraded to version 1.2.1
Dongxiao Xu [Sat, 26 Jun 2010 09:46:31 +0000 (17:46 +0800)]
flac: Upgraded to version 1.2.1

Acquire flac-gcc43-fixes.patch from OE to fix a build issue
Rebase disable-xmms-plugin.patch
Change the local file directory name to ${PN}-${PV}

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agolame_3.98.4.bb: Fix recipe metadata
Dongxiao Xu [Sat, 26 Jun 2010 09:44:24 +0000 (17:44 +0800)]
lame_3.98.4.bb: Fix recipe metadata

Fix DESCRIPTION and LICENSE information
Add HOMEPAGE, BUGTRACKER, and LIC_FILES_CHKSUM
Use blank space to replace the tab

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agolame: Upgraded to 3.98.4
Dongxiao Xu [Sat, 26 Jun 2010 09:43:55 +0000 (17:43 +0800)]
lame: Upgraded to 3.98.4

Removed Makefile-lm.patch since the code is not contained in latest version
Rebased no-gtk1.patch and commented for it
Change the local file directory name to ${PN}-${PV}

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agoirda-utils_0.9.18.bb: Fix recipe metadata
Dongxiao Xu [Fri, 25 Jun 2010 07:33:23 +0000 (15:33 +0800)]
irda-utils_0.9.18.bb: Fix recipe metadata

Fix LICENSE information
Add HOMEPAGE, BUGTRACKER, and LIC_FILES_CHKSUM
Use blank space to replace the tab

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agoirda-utils: upgraded to version 0.9.18
Dongxiao Xu [Fri, 25 Jun 2010 07:15:04 +0000 (15:15 +0800)]
irda-utils: upgraded to version 0.9.18

Removed irdadump patches configure.patch and m4.patch because the new version
doesn't use autotool for irdadump.

Change the local file directory name to ${PN}-${PV}

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agoatk: Update to 1.30.0
Zhai Edwin [Fri, 25 Jun 2010 10:16:14 +0000 (18:16 +0800)]
atk: Update to 1.30.0

Also fix meta data

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agoleafpad: Update to 0.8.17
Zhai Edwin [Fri, 25 Jun 2010 10:00:19 +0000 (18:00 +0800)]
leafpad: Update to 0.8.17

Also fix meta data

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agolibcroco: Update to 0.6.2
Zhai Edwin [Fri, 25 Jun 2010 09:42:08 +0000 (17:42 +0800)]
libcroco: Update to 0.6.2

Also fix meta data

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agodates: update to 0.4.11
Zhai Edwin [Fri, 25 Jun 2010 09:25:16 +0000 (17:25 +0800)]
dates: update to 0.4.11

Also fix meta data

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agocontacts: Update to 0.12 from git
Zhai Edwin [Fri, 25 Jun 2010 08:32:47 +0000 (16:32 +0800)]
contacts: Update to 0.12 from git

Also fix the meta data, and add GPLv3 license for src/contacts-dbus.c

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agotasks: update to 0.16
Zhai Edwin [Fri, 25 Jun 2010 08:28:13 +0000 (16:28 +0800)]
tasks: update to 0.16

Also fix the meta data, and add a patch from upstream to fix the compilation

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agoscreenshot: Update to svn_r292
Zhai Edwin [Fri, 25 Jun 2010 07:08:26 +0000 (15:08 +0800)]
screenshot: Update to svn_r292

Also fix the meta data

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agoclasses/package_ipk|_deb.bbclass: Make sure versions correctly make it into output...
Richard Purdie [Wed, 30 Jun 2010 08:48:59 +0000 (09:48 +0100)]
classes/package_ipk|_deb.bbclass: Make sure versions correctly make it into output packages

The version information part of package dependency strings was not ending up
in the output packages correctly. This patch fixes this and ensures the version
information isn't lost.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake: Add bb.utils.join_deps to handle creation of dependency strings with versions
Richard Purdie [Wed, 30 Jun 2010 08:47:36 +0000 (09:47 +0100)]
bitbake: Add bb.utils.join_deps to handle creation of dependency strings with versions

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoiproute: upgrade to 2.6.34
Kevin Tian [Fri, 25 Jun 2010 09:48:52 +0000 (17:48 +0800)]
iproute: upgrade to 2.6.34

(borrow from OE 2.6.34 recipe)
[Patches-poky]
    REMOVE _iproute2-2.6.15_no_strip.diff_: not required now
    REMOVE _new-flex-fix.patch_: not required now
[Patches-OE]
    TAKE   _configure-cross.patch_: don't invoke gcc directly
[Recipes]
    - Add metadata
    - fix SRC_URI for new version
    - no {S} now
    - use alternative to enable 'ip' instead of using busybox
    - move shared documents to right destination
    - not take from OE:
        * no need for specific do_configure

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

14 years agoxcursor-transparent-theme: Fix meta data
Zhai Edwin [Fri, 18 Jun 2010 06:33:59 +0000 (14:33 +0800)]
xcursor-transparent-theme: Fix meta data

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agotslib: Fix meta data
Zhai Edwin [Fri, 18 Jun 2010 06:33:07 +0000 (14:33 +0800)]
tslib: Fix meta data

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agosato-icon-theme: Fix meta data
Zhai Edwin [Fri, 18 Jun 2010 06:31:50 +0000 (14:31 +0800)]
sato-icon-theme: Fix meta data

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agomatchbox-theme-sata: Fix meta data
Zhai Edwin [Fri, 18 Jun 2010 06:30:16 +0000 (14:30 +0800)]
matchbox-theme-sata: Fix meta data

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agomatchbox-terminal: Fix meta data
Zhai Edwin [Fri, 18 Jun 2010 06:25:30 +0000 (14:25 +0800)]
matchbox-terminal: Fix meta data

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agomatchbox-session-sato: Fix meta data
Zhai Edwin [Fri, 18 Jun 2010 06:13:02 +0000 (14:13 +0800)]
matchbox-session-sato: Fix meta data

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agomatchbox-session: Fix meta data
Zhai Edwin [Fri, 18 Jun 2010 06:10:51 +0000 (14:10 +0800)]
matchbox-session: Fix meta data

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agomatchbox-desktop-sato: Fix meta data
Zhai Edwin [Fri, 18 Jun 2010 06:09:56 +0000 (14:09 +0800)]
matchbox-desktop-sato: Fix meta data

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agomatchbox-desktop: Fix meta data
Zhai Edwin [Fri, 18 Jun 2010 06:09:11 +0000 (14:09 +0800)]
matchbox-desktop: Fix meta data

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agolibowl-av: Fix meta data
Zhai Edwin [Fri, 18 Jun 2010 06:01:41 +0000 (14:01 +0800)]
libowl-av: Fix meta data

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agolibowl: Fix meta data
Zhai Edwin [Fri, 18 Jun 2010 05:59:20 +0000 (13:59 +0800)]
libowl: Fix meta data

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agolibmatchbox: Fix meta data
Zhai Edwin [Fri, 18 Jun 2010 05:57:56 +0000 (13:57 +0800)]
libmatchbox: Fix meta data

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agognome-mime-data: Fix meta data
Zhai Edwin [Fri, 18 Jun 2010 05:54:11 +0000 (13:54 +0800)]
gnome-mime-data: Fix meta data

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agoxrestop: Fix meta data
Zhai Edwin [Fri, 18 Jun 2010 05:50:18 +0000 (13:50 +0800)]
xrestop: Fix meta data

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agoxtscal: Fix meta data
Zhai Edwin [Fri, 18 Jun 2010 05:41:36 +0000 (13:41 +0800)]
xtscal: Fix meta data

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agoowl-video: Fix meta data
Zhai Edwin [Fri, 18 Jun 2010 05:21:18 +0000 (13:21 +0800)]
owl-video: Fix meta data

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agodistro-tracking: update tracking fields for previous upgraded recipes
Kevin Tian [Wed, 23 Jun 2010 09:18:25 +0000 (17:18 +0800)]
distro-tracking: update tracking fields for previous upgraded recipes

pax-utils
sudo
blktool
libdaemon

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

14 years agolibdaemon: upgrade to 0.14
Kevin Tian [Wed, 23 Jun 2010 07:49:45 +0000 (15:49 +0800)]
libdaemon: upgrade to 0.14

Also fix metadata information. Remove unavailable "--disable-doxygen" option

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

14 years agoblktool: upgrade to 4-6
Kevin Tian [Wed, 23 Jun 2010 07:25:39 +0000 (15:25 +0800)]
blktool: upgrade to 4-6

Unlike the big jump in version (4 -> 4-6), blktool is actually quite stable since
version 4 (2005). All the changes in 4-6 are about typo fix and debian package
control enhancement.

Fixed metadata accordingly.

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

14 years agopax-utils: upgrade to 0.2.1
Kevin Tian [Tue, 15 Jun 2010 22:37:17 +0000 (06:37 +0800)]
pax-utils: upgrade to 0.2.1

- update metadata. license checksum is skipped, as pax-utils is depended by do_package task itself.
  I.e. the 1st do_package will be run after pax-utils-native is built. So far checksum verification
  is included in do_package task
- no need to override {S} since {S} uses {BPN}
- no need to define "_GNU_SOURCE" which has been included by source
  tar ball. Also remove do_compile override accordingly
- remove recipe internal md5sum, which is not used by Poky

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

14 years agoxwininfo: upgrade to latest version 1.0.5
Yu Ke [Wed, 23 Jun 2010 13:15:28 +0000 (21:15 +0800)]
xwininfo: upgrade to latest version 1.0.5

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agoxset: upgrade to latest 1.1.0
Yu Ke [Wed, 23 Jun 2010 13:15:28 +0000 (21:15 +0800)]
xset: upgrade to latest 1.1.0

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agoxprop: upgrade to latest version 1.1.0
Yu Ke [Wed, 23 Jun 2010 13:15:28 +0000 (21:15 +0800)]
xprop: upgrade to latest version 1.1.0

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agoxmodmap: upgrade to latest version 1.0.4
Yu Ke [Wed, 23 Jun 2010 13:15:27 +0000 (21:15 +0800)]
xmodmap: upgrade to latest version 1.0.4

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agoxkbcomp: upgrade to latest version 1.1.1
Yu Ke [Wed, 23 Jun 2010 13:15:27 +0000 (21:15 +0800)]
xkbcomp: upgrade to latest version 1.1.1

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agoxinit: upgrade to latest version 1.2.1
Yu Ke [Wed, 23 Jun 2010 13:15:27 +0000 (21:15 +0800)]
xinit: upgrade to latest version 1.2.1

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agoxhost: upgrade to latest version 1.0.3
Yu Ke [Wed, 23 Jun 2010 13:15:27 +0000 (21:15 +0800)]
xhost: upgrade to latest version 1.0.3

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agoxdpyinfo: upgrade to latest version 1.1.0
Yu Ke [Wed, 23 Jun 2010 13:15:27 +0000 (21:15 +0800)]
xdpyinfo: upgrade to latest version 1.1.0

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agoxauth: upgrade to latest version 1.0.4
Yu Ke [Wed, 23 Jun 2010 13:15:26 +0000 (21:15 +0800)]
xauth: upgrade to latest version 1.0.4

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agoxorg-app-common.inc: add BUGTRACKER
Yu Ke [Wed, 23 Jun 2010 13:15:26 +0000 (21:15 +0800)]
xorg-app-common.inc: add BUGTRACKER

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agolibxfontcache: upgrade to latest version 1.0.5
Yu Ke [Wed, 23 Jun 2010 13:15:26 +0000 (21:15 +0800)]
libxfontcache: upgrade to latest version 1.0.5

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agolibdrm: upgrade to latest version 2.4.21
Yu Ke [Wed, 23 Jun 2010 13:15:26 +0000 (21:15 +0800)]
libdrm: upgrade to latest version 2.4.21

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agolibdrm: meta data update
Yu Ke [Wed, 23 Jun 2010 13:15:25 +0000 (21:15 +0800)]
libdrm: meta data update

add the description, homepage,
and change the variable order according to the style guide

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agodistro_tracking_field: add distro tracking field for graphic core and app receips
Yu Ke [Fri, 18 Jun 2010 01:07:51 +0000 (09:07 +0800)]
distro_tracking_field: add distro tracking field for graphic core and app receips

they are:
    mkfontdir
    mkfontscale
    bigreqsproto
    evieext
    libxxf86dga
    x11-common
    xf86-input-keyboard
    xf86-input-mouse
    xf86-input-vmmouse

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agoDistro Tracking: add distro tracking field for recipes of Graphics libs
Dexuan Cui [Sun, 20 Jun 2010 23:54:56 +0000 (07:54 +0800)]
Distro Tracking: add distro tracking field for recipes of Graphics libs

They are:

libxsettings-client
settings-daemon
encodings
font-alias
font-util
xorg-minimal-fonts
calibrateproto
compositeproto
damageproto
dmxproto
fixesproto
fontcacheproto
fontsproto
glproto
inputproto
kbproto
libdmx
libxi
libxinerama
libxp
libxtst
printproto
randrproto
recordproto
renderproto
resourceproto
scrnsaverproto
trapproto
videoproto
xcmiscproto
xf86bigfontproto
xf86dgaproto
xf86driproto
xf86miscproto
xf86rushproto
xineramaproto

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agofont-util: fix LICENSE to "BSD & MIT-style & Unicode"
Dexuan Cui [Fri, 18 Jun 2010 08:17:38 +0000 (16:17 +0800)]
font-util: fix LICENSE to "BSD & MIT-style & Unicode"

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agoxorg-xserver: move older xserver's to meta-extras
Joshua Lock [Tue, 29 Jun 2010 13:31:43 +0000 (14:31 +0100)]
xorg-xserver: move older xserver's to meta-extras

Move xservers which are only used by retired machines to meta-extras

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agolinux: move some older kernels to meta-extras
Joshua Lock [Tue, 29 Jun 2010 13:29:08 +0000 (14:29 +0100)]
linux: move some older kernels to meta-extras

Move kernels for retired machines to meta-extras

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agoMove some machines which no longer build to meta-extras
Joshua Lock [Tue, 29 Jun 2010 13:22:10 +0000 (14:22 +0100)]
Move some machines which no longer build to meta-extras

om-gta01, om-gta02, nokia700, nokia800 and mx31litekit no longer build and we
don't have a maintainer for them so move them to meta-extras

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agobitbake: create cooker object after cleaning the environment
Jeff Dike [Tue, 29 Jun 2010 12:33:24 +0000 (13:33 +0100)]
bitbake: create cooker object after cleaning the environment

Previously, the cooker object was created before the environment was
cleaned, saving everything that was in the environment and dumping
into the run scripts.

The patch ensures that the cooker gets a cleaned environment when it's
created.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake: Move the logger initialization from cooker to utils
Jeff Dike [Tue, 29 Jun 2010 12:32:04 +0000 (13:32 +0100)]
bitbake: Move the logger initialization from cooker to utils

In order to move the environment cleaning, which wants to log a
message, before cooker creation, the logging facility initialization
needs to happen earlier.  So, it is now in init_logger in utils.py and
called from bitbake before the creation of the data object.

It also seems more correct to initialize a global facility like this
from a more global context than the creation of an object, of which
there could theoretically be many.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobusybox: fix unexpected "done" in /etc/udhcpc.d/50default script.
Enric Balletbo i Serra [Sun, 27 Jun 2010 10:29:31 +0000 (12:29 +0200)]
busybox: fix unexpected "done" in /etc/udhcpc.d/50default script.

Run udhcpc results in

 udhcpc (v1.15.3) started
 /etc/udhcpc.d/50default: line 37: syntax error: unexpected "done" (expecting "fi")
 run-parts: /etc/udhcpc.d/50default exited with code 2

Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoqemux86/xorg.conf: no DefaultDepth for VMware SVGA driver
Kevin Tian [Mon, 21 Jun 2010 08:08:57 +0000 (16:08 +0800)]
qemux86/xorg.conf: no DefaultDepth for VMware SVGA driver

VMware SVGA driver needs to have same depth between the host and the guest. Or put in
other word, the depth read by the guest is the value read from host. The guest is not
allowed to change virtual depth to other value. With DefaultDepth option xorg.conf,
vmware driver rejects to work with suggestion "Please do not specify a depth on the
command line or via the config file".

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

14 years agoqemu: fix VMware VGA depth calculation error
Kevin Tian [Tue, 29 Jun 2010 00:54:03 +0000 (08:54 +0800)]
qemu: fix VMware VGA depth calculation error

VMware SVGA presents to the guest with the depth of the host surface it renders
to, and rejects to work if the two sides are mismatched. One problem is that
current VMware VGA may calculate a wrong host depth, and then memcpy from virtual
framebuffer to host surface may trigger segmentation fault. For example, when
launching Qemu in a VNC connection, VMware SVGA thinks depth as '32', however the
actual depth of VNC is '16'. The fault also happens when the host depth is not
32 bit.

Qemu <4b5db3749c5fdba93e1ac0e8748c9a9a1064319f> tempts to fix a similar issue, by
changing from hard-coded 24bit depth to instead query the surface allocator
(e.g. sdl). However it doesn't really work, because the point where query
is invoked is earlier than the point where sdl is initialized. At query time,
qemu uses a default surface allocator which, again, provides another hard-coded
depth value - 32bit. So it happens to make VMware SVGA working on some hosts,
but still fails in others.

To solve this issue, this commit introduces a postcall interface to display
surface, which is walked after surface allocators are actually initialized.
At that point it's then safe to query host depth and present to the guest.

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

14 years agogcc: Add patch to allow disabling of libstdc++ linkage and hence fix gcc-runtime...
Richard Purdie [Mon, 28 Jun 2010 23:35:02 +0000 (00:35 +0100)]
gcc: Add patch to allow disabling of libstdc++ linkage and hence fix gcc-runtime which was having broken configure tests due to the linker failures and assuming maths primitives were not in libm

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake: allow fakeroot functionality to be provided by an alternative program
Joshua Lock [Fri, 25 Jun 2010 12:52:51 +0000 (13:52 +0100)]
bitbake: allow fakeroot functionality to be provided by an alternative program

If the variable FAKEROOT is set its value will be used, otherwise we default
to fakeroot.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agopkgconfig: add patch to disable legacy scripts such as glib-config
Joshua Lock [Tue, 22 Jun 2010 12:20:08 +0000 (13:20 +0100)]
pkgconfig: add patch to disable legacy scripts such as glib-config

On an F13 host with glib-config installed pkgconfig-native can get into a
horrible state with recursive calls between pkg-config and glib-config.
The patch adds a configure time option to disable legacy script support in
pkgconfig and makes use of the option for Poky.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agohandbook: PR should always be set, even if to 0
Joshua Lock [Fri, 25 Jun 2010 12:13:09 +0000 (13:13 +0100)]
handbook: PR should always be set, even if to 0

Signed-off-by: Joshua Lock <josh@linux.intel.com>