]>
code.ossystems Code Review - openembedded-core.git/log
Kevin Tian [Mon, 28 Jun 2010 09:01:34 +0000 (17:01 +0800)]
netbase: fix metadata
Signed-off-by Kevin Tian <kevin.tian@intel.com>
Kevin Tian [Mon, 28 Jun 2010 03:02:45 +0000 (11:02 +0800)]
insane.bbclass: allow reporting all md5 mismatch warnings
instead of exiting when once one md5 mismatch is seen. This would be
helpful to save time on filling md5sum for multiple license check
files.
Signed-off-by Kevin Tian <kevin.tian@intel.com>
Qing He [Wed, 23 Jun 2010 09:04:57 +0000 (17:04 +0800)]
distro-track: upgrade base_{utils,libs}_2
libgcrypt
gnutls
lzo
libtasn1
openssl
curl
zlib
libxml2
readline
bash
syslinux
sysvinit
sysfsutils
signed-off-by: Qing He <qing.he@intel.com>
Qing He [Mon, 28 Jun 2010 02:55:11 +0000 (10:55 +0800)]
curl: upgrade to version 7.21.0
from 7.20.0
add homepage and bugtracker, update license
Signed-off-by: Qing He <qing.he@intel.com>
Qing He [Fri, 25 Jun 2010 09:09:40 +0000 (17:09 +0800)]
openssl: upgrade to version 0.9.8o
from 0.9.8g
update bugtracker and license
1.0.0 and 1.0.0a are available, but introduce some interface
changes. Stick on 0.9.8 versions for now for stability (0.9.8
branch is still updated for security fixes)
changes:
- add perl-native as build dependency
- include /usr/lib/ssl/* in the package
- break down debian.package into separate patches under
directory debian. Original monolithic patch is >1000 lines,
and not very maintainable.
Verbatim copy the debian patches, among which two are not
needed, but still included with apply=no to increase
readability
The new patches are ~700 lines. Most that was in the
monolithic patch but not here have already been fixed in
upstream.
- fix-md5-x86_64.patch is in upstream and thus removed
- rebase shared-libs.patch
Signed-off-by: Qing He <qing.he@intel.com>
Qing He [Fri, 25 Jun 2010 01:56:05 +0000 (09:56 +0800)]
lzo: upgrade to version 2.03
from 2.02
update license info
Signed-off-by: Qing He <qing.he@intel.com>
Qing He [Tue, 22 Jun 2010 04:21:47 +0000 (12:21 +0800)]
libgcrypt: upgrade to version 1.4.5
from 1.2.4
add homepage and tracker
clarify license terms
Signed-off-by: Qing He <qing.he@intel.com>
Qing He [Fri, 18 Jun 2010 05:39:00 +0000 (13:39 +0800)]
sysfsutils: upgrade to version 2.1.0
from 2.0.0
clarify licensing: sysfsutils is under GPLv2, and libsysfs is
under LGPLv2.1
Signed-off-by: Qing He <qing.he@intel.com>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>