Chris Larson [Sat, 10 Apr 2010 00:11:03 +0000 (17:11 -0700)]
Stop using functions via 'bb' that were moved from there to other modules
(Bitbake rev:
03a6c26f8da226f442c3cab557e4733f7cd6eeac)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Sat, 10 Apr 2010 02:34:07 +0000 (19:34 -0700)]
Add a function to get the debug level, without poking into debug_levels manually
(Bitbake rev:
6ccc01a1a72ec354de52fef2bf5620384b8461ce)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Sat, 10 Apr 2010 02:33:04 +0000 (19:33 -0700)]
Fix invalid logging domain warning
(Bitbake rev:
8441fab6f27191fcc3c153a10753871e6aef08b1)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Sat, 10 Apr 2010 02:29:56 +0000 (19:29 -0700)]
Bump minimum python version check to 2.6.
(Bitbake rev:
85c000cc7db47cfd489cf282c58db2dab0d87908)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Sat, 10 Apr 2010 02:27:21 +0000 (19:27 -0700)]
Make the default domain a proper domain, not a string
This lets you do -l Default on the commandline to bump the debug level of
messages with no domain, without bumping the level of everything else.
(Bitbake rev:
bef33dfc36713d8c93e38e63ddac2e4f9858e787)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Sat, 10 Apr 2010 02:22:52 +0000 (19:22 -0700)]
Implement bb.msg.domain as a named tuple, drop the Enum class
Also fixes some bb.msg references from within bb.msg.
(Bitbake rev:
db95af590f742c8186e84046ad9704fae1733720)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Sat, 10 Apr 2010 00:55:11 +0000 (17:55 -0700)]
Fix an error in the ncurses UI
(Bitbake rev:
90c68238cb62afa1c39e1d4fff1f418c9ec047e5)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Fri, 9 Apr 2010 22:55:55 +0000 (15:55 -0700)]
Display python warnings via bb.msg
(Bitbake rev:
648415a562d92109c4945cb3cc98ed2ec44667a7)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Fri, 9 Apr 2010 22:55:17 +0000 (15:55 -0700)]
Immediately display messages if no UI handlers are installed yet
(Bitbake rev:
17c414d0c050c42d4beb3f1dd84573020aacb392)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Fri, 9 Apr 2010 20:25:58 +0000 (13:25 -0700)]
Use __import__ for the ui rather than exec
(Bitbake rev:
7d00bab300961431f9960cf6759966f608580bc0)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Fri, 9 Apr 2010 20:25:34 +0000 (13:25 -0700)]
Fix the task event handling in the ncurses UI
(Bitbake rev:
50b7b817d418532583da3bad62a36fcefe3637a2)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Fri, 9 Apr 2010 19:33:29 +0000 (12:33 -0700)]
Ensure we always utilize the correct messaging domains
(Bitbake rev:
92a2e2e90981c0615171abe03645a772d84f6986)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Thu, 8 Apr 2010 23:30:52 +0000 (16:30 -0700)]
bb.event: NotHandled and Handled are on the way out
(Bitbake rev:
ed35b30f8e09b0bfc15102fa6483c55d6b7d61de)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Thu, 8 Apr 2010 23:01:14 +0000 (16:01 -0700)]
Rename the finalise method for consistency
Apparently the finalise spelling is becoming less common in British English.
(Bitbake rev:
47449b2fc433e5725839ca4f7e9bca931a475838)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Thu, 8 Apr 2010 22:43:47 +0000 (15:43 -0700)]
Move update_data into the DataSmart class as a finalize() method
(Bitbake rev:
ff801397785567cb84b3615de86bff764d65decf)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Thu, 8 Apr 2010 22:11:28 +0000 (15:11 -0700)]
Initialize pkgs_to_build in the BBConfiguration constructor
(Bitbake rev:
69a3e4895b88110fd3a25167aa16cf7c00463175)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Fri, 9 Apr 2010 18:49:36 +0000 (11:49 -0700)]
Drop doctest, as we aren't utilizing it
We should add back in some proper unit testing. Doctest is rather limited,
and we haven't actually made use of it since the original implementation of
the datastore when the project started, as far as I'm aware.
(Bitbake rev:
3a11c2807972bbbddffde2fa67fc380d159da467)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Enrico Scholz [Sun, 21 Mar 2010 22:02:56 +0000 (23:02 +0100)]
Made '-b' work with BBCLASSEXTEND
When BBCLASSEXTEND is set, '-b' builds usually failed with messages
like
| ERROR: Parsing error data_fn virtual:native:<recipe>.bb and fn
<recipe>.bb don't match
|
| File ".../bb/providers.py", line 47, in sortPriorities
| priority = dataCache.bbfile_priority[f]
| KeyError: 'virtual:native:<recipe>.bb'
This patch fixes it and allows to specify the alternative class in a
way like
| ./bitbake -b virtual:native:<recipe>.bb
This patch was written to be so minimal as possible; variables should be
probably renamed to reflect their new meaning.
(Bitbake rev:
f1c7fe9fc12161ceb3fe201cde370b929b208729)
Signed-off-by: Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Tue, 6 Apr 2010 22:29:19 +0000 (15:29 -0700)]
Resurrect the old bb.vercmp as bb.utils.vercmp, and its deps
This is just for compatibility. We may drop it in the future, or rewrite it,
as it's not particularly pythonic.
(Bitbake rev:
c4e31d7fe1d15a1e3ef2a453e7c7812d403d22cb)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Tue, 6 Apr 2010 15:52:54 +0000 (08:52 -0700)]
Pass the config metadata into the Cache constructor rather than the cooker
Cache only uses the config metadata from the cooker, no need for the cooker itself.
(Bitbake rev:
bf58d43444642d31293a341ce72292003ca5c162)
Signed-off-by: Chris Larson <clarson@kergoth.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Wed, 31 Mar 2010 16:14:18 +0000 (09:14 -0700)]
Resurrect merged anonfunc execution
(Bitbake rev:
0c2ed40277e157406ea25c858f14c3cebb73c21b)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Wed, 31 Mar 2010 15:52:41 +0000 (08:52 -0700)]
Add & utilize a simple_exec utility function
(Bitbake rev:
5ead16f14f996bcbb2fb14277b8ce5a9317b8160)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Wed, 31 Mar 2010 03:06:07 +0000 (20:06 -0700)]
Consolidate the exec/eval bits, switch anonfunc to better_exec, etc
The methodpool, ${@} expansions, anonymous python functions, event handlers
now all run with the same global context, ensuring a consistent environment
for them. Added a bb.utils.better_eval function which does an eval() with the
same globals as better_exec.
(Bitbake rev:
424d7e267b009cc19b8503eadab782736d9597d0)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Tue, 30 Mar 2010 23:59:46 +0000 (16:59 -0700)]
Pass an empty locals dict in expansion, since list comprehensions apparently leak their '_' helper variable
(Bitbake rev:
97da0cebbaf4dd1b46e58bd2e80cab6c007ae7c9)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Chris Larson [Tue, 30 Mar 2010 23:21:23 +0000 (16:21 -0700)]
Two minor changes to the way python snippet expansion happens
- Use a single dictionary for the context, both global & local, since for some
reason it chokes wanting a global "d" rather than a local in the metadata.
- First compile the string into a code object before running eval, so we can
include the variable name in an evaluation error.
(Bitbake rev:
49534d928a37e0804ca84eed186cd22363023b2e)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Nitin A Kamble [Mon, 21 Jun 2010 11:56:52 +0000 (04:56 -0700)]
linux-libc-headers: upgrade from 2.6.33 to 2.6.34
added a new patch to fix glibc build issue on powerpc
ppc_glibc_build_fix.patch
Added attribution to the hayes-gone.patch.
And updated the metadata variables like LICENSE & LIC_CHKSUM_FILES
And removing all the older recipes and related files
Change the linux-libc-header version inpoky-default.inc
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Kevin Tian [Wed, 30 Jun 2010 09:14:42 +0000 (17:14 +0800)]
dbus: fix metadata
Signed-off-by Kevin Tian <kevin.tian@intel.com>
Kevin Tian [Wed, 30 Jun 2010 08:35:09 +0000 (16:35 +0800)]
libgpg-error: fix metadata
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Kevin Tian [Wed, 30 Jun 2010 07:30:11 +0000 (15:30 +0800)]
module-init-tools: fix metadata
Signe-off-by: Kevin Tian <kevin.tian@intel.com>
Dongxiao Xu [Thu, 1 Jul 2010 09:12:37 +0000 (17:12 +0800)]
distro_tracking: Adding tracking fields for upgraded packages
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Dongxiao Xu [Thu, 1 Jul 2010 08:53:27 +0000 (16:53 +0800)]
libmusicbrainz: Upgraded to 3.0.2
Removed the autofoo.patch since the latest version uses cmake instead
Remove gcc43_fix.patch since the code is not in latest package
Change SRC_URI to be more generic
Also fix the metadata
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Dongxiao Xu [Thu, 1 Jul 2010 08:44:21 +0000 (16:44 +0800)]
neon: Upgraded to 0.29.3
Change local directory name to ${PN}-${PV}
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Dongxiao Xu [Thu, 1 Jul 2010 06:34:12 +0000 (14:34 +0800)]
ppp: Upgraded to version 2.4.5
Removed some patches since they are already in latest package
Rebased some patches to fit ppp-2.4.5
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Zhai Edwin [Thu, 1 Jul 2010 14:10:41 +0000 (22:10 +0800)]
distro-tracking: update tracking fields for previous recipes after fixing metadata
pcmanfm
gtk+
gnome-common
webkit-gtk
eds-dbus
gnome-keyring
gtk-sato-engine
hicolor-icon-theme
jpeg
libfakekey
libglade
libsoup-2.4
libxslt
matchbox-config-gtk
matchbox-keyboard
matchbox-panel-2
matchbox-stroke
matchbox-wm
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Thu, 1 Jul 2010 11:12:05 +0000 (19:12 +0800)]
matchbox-wm: Fix the meta data
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Thu, 1 Jul 2010 11:07:09 +0000 (19:07 +0800)]
matchbox-stroke: Fix the metadata
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Thu, 1 Jul 2010 11:00:28 +0000 (19:00 +0800)]
matchbox-panel-2: Fix the metadata
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Thu, 1 Jul 2010 10:54:29 +0000 (18:54 +0800)]
matchbox-keyboard: Fix the metadata
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Thu, 1 Jul 2010 10:49:27 +0000 (18:49 +0800)]
matchbox-config-gtk: Fix the metadata
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Thu, 1 Jul 2010 10:43:02 +0000 (18:43 +0800)]
libxslt: Fix the metadata
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Thu, 1 Jul 2010 10:26:53 +0000 (18:26 +0800)]
libsoup-2.4: Fix the metadata
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Thu, 1 Jul 2010 10:12:58 +0000 (18:12 +0800)]
libglade: Fix the metadata
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Thu, 1 Jul 2010 09:58:43 +0000 (17:58 +0800)]
libfakekey: Fix the metadata
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Thu, 1 Jul 2010 09:50:37 +0000 (17:50 +0800)]
jpeg: Fix the metadata
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Thu, 1 Jul 2010 09:38:31 +0000 (17:38 +0800)]
hicolor-icon-theme: Fix the metadata
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Thu, 1 Jul 2010 09:30:45 +0000 (17:30 +0800)]
gtk-sato-engine: Fix the metadata
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Thu, 1 Jul 2010 09:11:39 +0000 (17:11 +0800)]
gnome-keyring: Fix the metadata
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Thu, 1 Jul 2010 08:58:58 +0000 (16:58 +0800)]
eds-dbus: Fix the metadata
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Thu, 1 Jul 2010 08:41:19 +0000 (16:41 +0800)]
webkit-gtk: Fix the metadata
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Thu, 1 Jul 2010 07:35:11 +0000 (15:35 +0800)]
gnome-common: Fix the metadata
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Thu, 1 Jul 2010 07:06:10 +0000 (15:06 +0800)]
gtk+: Fix the metadata
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Thu, 1 Jul 2010 06:31:15 +0000 (14:31 +0800)]
pcmanfm: Fix the metadata
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Nitin A Kamble [Thu, 24 Jun 2010 13:04:45 +0000 (06:04 -0700)]
distro_tracking: update latest release for prelink
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Richard Purdie [Fri, 2 Jul 2010 13:35:08 +0000 (14:35 +0100)]
meta-toolchain: Improve layout
* Switch from /usr/local/poky to /opt/poky
* Use a sysroots directory for both the "native" sdk binaries and the target
* Drop the meta-toolchain extras packages. These are replaced with packaged-staging.
* Change the nativesdk layout to match our usual filesystem layout
* Clean up various hardcoded prefix references
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Fri, 2 Jul 2010 13:34:14 +0000 (14:34 +0100)]
image.bbclass: Don't perform mapping renaming until we're running the task itself.
Need to extend bitbake to provide this information rather than refer to a bitbake
internal variable.
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 1 Jul 2010 23:05:38 +0000 (00:05 +0100)]
package_deb.bbclass: Fix packaging functions to use versioned dependency package functions correctly
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 1 Jul 2010 21:24:26 +0000 (22:24 +0100)]
bitbake: providers.py: Fix typo
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Joshua Lock [Thu, 1 Jul 2010 15:14:21 +0000 (16:14 +0100)]
classes/package_ipk|_deb|_rpm.bbclass: Fix setting of OVERRIDES when packaging
The OVERRIDES variable was being incorrectly set with the end result of the
runtime dependencies of the package not being encoded in it's package metadata.
This broke opkg-native in meta-toolchain.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Thu, 1 Jul 2010 14:23:53 +0000 (15:23 +0100)]
preferred-xorg-versions: update versions after latest recipe bumps
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Thu, 1 Jul 2010 14:22:41 +0000 (15:22 +0100)]
poky.conf: define PREFERRED_PROVIDER_opkg-nativesdk to silence a warning
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Dongxiao Xu [Wed, 30 Jun 2010 02:31:47 +0000 (10:31 +0800)]
libpcap: Upgraded to version 1.1.1
Remove config-fixes.patch and ldflags.patch since the change is already in the
latest version
Remove shared.patch since it is not being used.
Rebase aclocal.patch according to the latest package version
Also contains Metadata fix
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Nitin A Kamble [Wed, 23 Jun 2010 13:38:40 +0000 (06:38 -0700)]
bison: upgrade from 2.3 to 2.4.2
Fixed a configure issue by adding acpaths line in the recipe.
fix_cross_manpage_building.patch: Created this patch to avoid the build
issue for non-x86 targets.
Rebased the m4.patch for the latest code, by removing duplicate
functionality.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Nitin A Kamble [Thu, 24 Jun 2010 13:38:08 +0000 (06:38 -0700)]
elfutils: add a patch to fix latest prelink build
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Nitin A Kamble [Wed, 23 Jun 2010 09:52:14 +0000 (02:52 -0700)]
nasm: upgrade from 0.98.38 to 2.07
Fixed the build issue by adding do_configure_prepend line to the recipe.
Updated metadata variables like LICENSE & LIC_CHKSUM_FILES
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Nitin A Kamble [Tue, 22 Jun 2010 10:06:55 +0000 (03:06 -0700)]
tcl: upgraded from 8.4.19 to 8.5.8
patche changes:
tcl-add-soname.patch: rebased to the newer release code
Also added metadata variables, LIC_FILES_CHKSUM
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Nitin A Kamble [Tue, 22 Jun 2010 09:39:19 +0000 (02:39 -0700)]
quilt: upgrade from 0.47 to 0.48
Also update metadata variables like LICENSE & LIC_CHKSUM_FILES
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Nitin A Kamble [Tue, 22 Jun 2010 08:43:41 +0000 (01:43 -0700)]
oprofile: upgrade from 0.9.4 to 0.9.6
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Nitin A Kamble [Tue, 22 Jun 2010 05:35:57 +0000 (22:35 -0700)]
lttng-viewer: upgrade from 0.8.83 to 0.8.84
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Nitin A Kamble [Mon, 21 Jun 2010 12:31:04 +0000 (05:31 -0700)]
lttng-control: upgrade from 0.67 to 0.87
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Nitin A Kamble [Mon, 21 Jun 2010 12:22:24 +0000 (05:22 -0700)]
lsof: upgrade from 4.78 to 4.83
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Nitin A Kamble [Mon, 21 Jun 2010 09:30:37 +0000 (02:30 -0700)]
intltool: upgrade from 0.40.5 to 0.40.6
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Nitin A Kamble [Mon, 21 Jun 2010 07:17:17 +0000 (00:17 -0700)]
gnu-config: upgrade from
20050701 to
20080123
Rebased this patch for newer version:
gnu-config/config-guess-uclibc.patch
Removed this patch as it's included in the new source:
gnu-config/avr32.patch
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Nitin A Kamble [Mon, 21 Jun 2010 05:20:06 +0000 (22:20 -0700)]
flex: upgrade from 2.5.31 to 2.5.35
These patches removed from the recipe
flex-lvalue.diff: already in the source
fix-gen.patch: already in the source
include.patch: already in the source
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Nitin A Kamble [Mon, 21 Jun 2010 04:21:28 +0000 (21:21 -0700)]
diffstat: upgrade from 1.39 to 1.47
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Kevin Tian [Wed, 30 Jun 2010 09:28:18 +0000 (17:28 +0800)]
distro-tracking: add tracking fields for previous recipes
pam
libgpg-error
gpgme
expat
dbus
dbus-glib
busybox
module-init-tools
fakeroot
prism-firmware
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Kevin Tian [Wed, 30 Jun 2010 09:22:17 +0000 (17:22 +0800)]
dbus-glib: fix metadata
Signed-off-by Kevin Tian <kevin.tian@intel.com>
Kevin Tian [Wed, 30 Jun 2010 08:51:51 +0000 (16:51 +0800)]
expat: fix metadata
Signed-off-by Kevin Tian <kevin.tian@intel.com>
Kevin Tian [Wed, 30 Jun 2010 08:42:22 +0000 (16:42 +0800)]
gpgme: fix metadata
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Kevin Tian [Wed, 30 Jun 2010 08:20:25 +0000 (16:20 +0800)]
fakeroot: fix metadata
also no need for patch parameter if it's suffixed with .patch.
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Kevin Tian [Wed, 30 Jun 2010 07:48:40 +0000 (15:48 +0800)]
pam: fix metadata
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Kevin Tian [Wed, 30 Jun 2010 06:46:52 +0000 (14:46 +0800)]
busybox: fix metadata
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Zhai Edwin [Wed, 30 Jun 2010 15:29:13 +0000 (23:29 +0800)]
Distro Tracking: add distro tracking field for Graphics Apps
owl-video
xtscal
xrestop
gnome-mime-data
libmatchbox
libowl
libowl-av
matchbox-desktop
matchbox-desktop-sato
matchbox-session
matchbox-session-sato
matchbox-terminal
matchbox-theme-sato
sato-icon-theme
tslib
xcursor-transparent-theme
screenshot
tasks
contacts
dates
libcroco
leafpad
atk
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Richard Purdie [Wed, 30 Jun 2010 14:02:00 +0000 (15:02 +0100)]
encodings: Specify encodingsdir as the default was being detected incorrectly resulting in an empty package
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Dongxiao Xu [Tue, 29 Jun 2010 08:32:13 +0000 (16:32 +0800)]
distro-tracking: update tracking fields for previous upgraded recipes
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Dongxiao Xu [Tue, 29 Jun 2010 07:21:58 +0000 (15:21 +0800)]
speex: Upgraded to version 1.2rc1
Remove ${S} since it is not needed in new version recipe file
Adding LIC_FILES_CHKSUM information
Adjust variables order according to styleguide
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Yu Ke [Thu, 24 Jun 2010 06:07:26 +0000 (14:07 +0800)]
distro_tracking_fields: add meta data for graphic core and app
including:
libdrm
xauth
python-pycairo
libxfontcache
xdpyinfo
xhost
xinit
xkbcomp
xmodmap
xprop
xset
xwininfo
Signed-off-by: Yu Ke <ke.yu@intel.com>
Dexuan Cui [Tue, 29 Jun 2010 03:54:47 +0000 (11:54 +0800)]
Distro Tracking: add distro tracking field for recipes of Graphics libs
They are:
dri2proto
xcb-proto
xextproto
xf86vidmodeproto
xproto
liberation-fonts
libfontenc
libxfont
libice
libsm
libxau
libxcalibrate
libxcb
libxcomposite
libxrandr
libxrender
libxres
libxt
libxv
libxvmc
libxxf86misc
libxxf86vm
libxcursor
libxdamage
libxdmcp
libxext
libxfixes
libxft
libxkbfile
pixman
xtrans
libxmu
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Tue, 29 Jun 2010 03:26:41 +0000 (11:26 +0800)]
libxmu: upgrade to the latest version 1.0.5
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Tue, 29 Jun 2010 03:16:16 +0000 (11:16 +0800)]
xtrans: upgrade to the latest version 1.2.5
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Tue, 29 Jun 2010 03:15:49 +0000 (11:15 +0800)]
pixman: upgrade to the latest version 0.18.2
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Tue, 29 Jun 2010 02:55:23 +0000 (10:55 +0800)]
libxkbfile: upgrade to the latest version 1.0.6
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Tue, 29 Jun 2010 02:54:49 +0000 (10:54 +0800)]
libxft: upgrade to the latest version 2.1.14
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Tue, 29 Jun 2010 02:53:38 +0000 (10:53 +0800)]
libxfixes: upgrade to the latest version 4.0.4
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Tue, 29 Jun 2010 02:52:38 +0000 (10:52 +0800)]
libxext: upgrade to the latest version 1.1.2
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Tue, 29 Jun 2010 02:51:42 +0000 (10:51 +0800)]
libxdmcp: upgrade to the latest version 1.0.3
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Tue, 29 Jun 2010 02:51:08 +0000 (10:51 +0800)]
libxdamage: upgrade to the latest version 1.1.2
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Tue, 29 Jun 2010 02:47:42 +0000 (10:47 +0800)]
libxcursor: upgrade to the latest version 1.1.10
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Tue, 29 Jun 2010 02:45:13 +0000 (10:45 +0800)]
libxxf86vm: upgrade to the latest version 1.1.0
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Tue, 29 Jun 2010 02:44:30 +0000 (10:44 +0800)]
libxxf86misc: upgrade to the latest version 1.0.2
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Tue, 29 Jun 2010 02:43:48 +0000 (10:43 +0800)]
libxvmc: upgrade to the latest version 1.0.5
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>