Bruce Ashfield
93043c55dd
yocto/meta: update to 2.6.37-rc7
...
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com >
2010-12-28 22:47:52 -08:00
Bruce Ashfield
54d4b8e861
yocto-kernel: fix kmachine to deal with overrides
...
BSPs are built from a particular branch of the kernel repository
which is specfied via the mapping of MACHINE to KMACHINE. Unless
a global branch is being forced (like libc headers), KMACHINE
is an override on a per machine basis.
Because KMACHINE is typically override we must first try the
most specific variant KMACHINE_<machine> and if that is undefined
look for a fallack default. This allows any combination of
variables to work (and at the time the anonymous python
executes) safely and get us a properly defined branch for the
fetcher and build.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com >
2010-12-28 22:47:52 -08:00
Qing He
22cf272eb6
attr: fix SRC_URI
...
Signed-off-by: Qing He <qing.he@intel.com >
2010-12-28 22:45:59 -08:00
Kevin Tian
3996510cca
acl: use correct Savannah download link
...
Signed-off-by: Kevin Tian <kevin.tian@intel.com >
2010-12-28 22:45:30 -08:00
Saul Wold
c7718d83ea
cdrtools: Fix LIC_FILES_CHKSUM
...
Signed-off-by: Saul Wold <sgw@linux.intel.com >
2010-12-28 21:06:47 -08:00
Saul Wold
badeccac4f
cdrtools: add LIC_FILES_CHKSUM
...
Signed-off-by: Saul Wold <sgw@linux.intel.com >
2010-12-26 07:22:39 -08:00
Saul Wold
3c87fa57f8
xserver-xf86: fix LIC_FILES_CHKSUM spelling and location
...
Signed-off-by: Saul Wold <sgw@linux.intel.com >
2010-12-26 07:22:10 -08:00
Richard Purdie
e4a8d4f08e
poky-image-live.inc: Add LIC_FILES_CHKSUM
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-12-25 19:56:30 +00:00
Richard Purdie
b089cf9a45
libsdl: Add LIC_FILES_CHKSUM
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-12-25 19:51:26 +00:00
Richard Purdie
e54f08dac5
meta-toolchain Add LIC_FILES_CHKSUM
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-12-25 19:45:18 +00:00
Richard Purdie
a6bdae0738
qemu-helper-nativesdk: Add LIC_FILES_CHKSUM and update LICENSE
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-12-25 19:43:40 +00:00
Richard Purdie
c6fae98730
task-sdk-host: Add LIC_FILES_CHKSUM
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-12-25 19:43:01 +00:00
Richard Purdie
30d01a676d
task-cross-canadian: Add LIC_FILES_CHKSUM
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-12-25 17:56:06 +00:00
Richard Purdie
08e3d29459
xserver-kdrive: Add missing DEPENDS on pixman
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-12-25 17:50:22 +00:00
Saul Wold
9951a44e6d
u-boot: add LIC_FILES_CHKSUM
...
Signed-off-by: Saul Wold <sgw@linux.intel.com >
2010-12-25 00:11:36 -08:00
Saul Wold
f6e8c338c4
xserver-kdrive: add LIC_FILES_CHKSUM
...
Signed-off-by: Saul Wold <sgw@linux.intel.com >
2010-12-24 17:20:58 -08:00
Richard Purdie
f54168be7e
ldconfig-native: Add LIC_FILES_CHKSUM
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-12-24 10:04:00 +00:00
Richard Purdie
a1735511fd
poky-image.bbclass: Set LIC_FILES_CHKSUM
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-12-24 09:51:44 +00:00
Dongxiao Xu
67d1fd9869
distro_tracking: Add RECIPE_LAST_UPDATE info
...
Also removed distro tracking fields that recipe no longer exists.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com >
2010-12-24 09:48:50 +00:00
Richard Purdie
8c3a7ebac8
rootfs_ipk: The most recent opkg errors upon file overwrite. Until we fix package conflicts, disable this for now
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-12-24 01:12:56 +00:00
Richard Purdie
6e63f4ea75
linux-yocto: Fix branch name on behalf of Bruce after recent renaming
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-12-23 23:59:35 +00:00
Richard Purdie
df74cf25f0
qemuimage-testlib: Ensure TOPDIR/BUILDDIR are set
...
The recent environment changes mean TOPDIR/BUILDDIR need to be exported
specifcially to the enviromnent so the qemu scripts can find the correct
build directory.
Without this, qemu can fail to run.
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-12-23 17:27:14 +00:00
Paul Eggleton
d21090934d
qmmp: fix dependencies and packaging
...
* Don't drag in all of Qt as runtime dependencies
* Use cmake instead of qmake. This ensures plugins are configured correctly.
* Split out vorbis and mad input plugins into separate packages
* Fix main package to include an output plugin and various other base files.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com >
2010-12-23 16:15:05 +00:00
Paul Eggleton
db2389ef78
quicky: fix Qt4 runtime dependencies
...
Avoid dragging in all of Qt4
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com >
2010-12-23 16:14:31 +00:00
Paul Eggleton
ba3e466d8c
fotowall: fix runtime Qt4 dependencies
...
Fix the runtime dependencies of fotowall so it doesn't drag in the whole of
Qt4. As a bonus the appropriate Qt image plugins for loading jpeg, gif & tiff
files are now installed with fotowall making it actually usable.
Fixes [BUGID: #524 ]
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com >
2010-12-23 16:14:17 +00:00
Paul Eggleton
6a3b7c65e9
qmake2.bbclass: add space to end of DEPENDS_prepend
...
There needs to be a space at the end of DEPENDS_prepend or otherwise it can
collide with the contents of DEPENDS. The OE version of this file has this.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com >
2010-12-23 16:13:53 +00:00
Scott Garman
b3a195d1e8
binutils*.inc: Recipe format cleanup
...
Cleanup some simple whitespace / line break issues.
Signed-off-by: Scott Garman <scott.a.garman@intel.com >
2010-12-23 16:07:00 +00:00
Scott Garman
674f999540
binutils: delete unused patches
...
These patches are not used by any current binutils recipe.
Signed-off-by: Scott Garman <scott.a.garman@intel.com >
2010-12-23 16:06:45 +00:00
Saul Wold
2ed75cff6a
apr-util: add --without-odbc to EXTRA_OECONF
...
Signed-off-by: Saul Wold <sgw@linux.intel.com >
2010-12-23 15:52:15 +00:00
Saul Wold
b0a2c6da95
unifdef: add LIC_FILES_CHKSUM
...
Signed-off-by: Saul Wold <sgw@linux.intel.com >
2010-12-23 15:52:06 +00:00
Saul Wold
7ac4b54270
qemu-helper: add LIC_FILES_CHKSUM
...
Signed-off-by: Saul Wold <sgw@linux.intel.com >
2010-12-23 15:51:56 +00:00
Richard Purdie
6dca14314a
eglibc: Only package ld.so.conf, not /etc/rpc which then conflicts with netbase
...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com >
2010-12-23 15:50:31 +00:00
Saul Wold
21bc438c78
cross-localedef: add LIC_FILES_CHKCSUM
...
Signed-off-by: Saul Wold <sgw@linux.intel.com >
2010-12-23 15:26:53 +00:00
Saul Wold
89fc010c06
linux-yocto: Add LIC_FILES_CHKSUM
...
Signed-off-by: Saul Wold <sgw@linux.intel.com >
2010-12-23 14:31:25 +00:00
Saul Wold
45e026555d
xserver-xf86: Add LIC_FILES_CHKSUM
...
Signed-off-by: Saul Wold <sgw@linux.intel.com >
2010-12-23 14:31:25 +00:00
Saul Wold
564b7781f2
gtk: Add LIC_FILES_CHKSUM
...
Signed-off-by: Saul Wold <sgw@linux.intel.com >
2010-12-23 14:31:25 +00:00
Saul Wold
e553c793f5
qemu-helper: Add LIC_FILE_CHKSUMS
...
Signed-off-by: Saul Wold <sgw@linux.intel.com >
2010-12-23 14:31:24 +00:00
Saul Wold
84c5aacadd
gdb: Add LIC_FILE_CHKSUMS
...
Signed-off-by: Saul Wold <sgw@linux.intel.com >
2010-12-23 14:31:24 +00:00
Saul Wold
cd3708abfd
bootst-jam: Add LIC_FILES_CHKSUM
...
Signed-off-by: Saul Wold <sgw@linux.intel.com >
2010-12-23 14:31:24 +00:00
Saul Wold
3fbbb6975e
tzcode: Add LIC_FILES_CHKSUM
...
Signed-off-by: Saul Wold <sgw@linux.intel.com >
2010-12-23 14:31:24 +00:00
Saul Wold
6af087704b
unifdef Add LIC_FILES_CHKSUM
...
Signed-off-by: Saul Wold <sgw@linux.intel.com >
2010-12-23 14:31:24 +00:00
Saul Wold
4df34661bd
python: Add LIC_FILES_CHKSUM
...
Signed-off-by: Saul Wold <sgw@linux.intel.com >
2010-12-23 14:31:24 +00:00
Saul Wold
2b95a00b71
icon-naming-utils: Add LIC_FILES_CHKSUM
...
Signed-off-by: Saul Wold <sgw@linux.intel.com >
2010-12-23 14:31:23 +00:00
Saul Wold
46adc1ef47
desktop-file-utils: Add LIC_FILES_CHKSUM
...
Signed-off-by: Saul Wold <sgw@linux.intel.com >
2010-12-23 14:31:23 +00:00
Saul Wold
4773a66b90
guilt: add LIC_FILES_CHKSUM
...
Signed-off-by: Saul Wold <sgw@linux.intel.com >
2010-12-23 14:31:23 +00:00
Saul Wold
4b53a2ee5d
python-pygobject: remove older install of generate-constants and add BBCLASSEXTEND
...
Signed-off-by: Saul Wold <sgw@linux.intel.com >
2010-12-23 14:31:23 +00:00
Saul Wold
8b08c0d398
perl: Add LIC_FILES_CHKSUM to native recipe
...
Signed-off-by: Saul Wold <sgw@linux.intel.com >
2010-12-23 14:28:22 +00:00
Saul Wold
635fd19da2
xf86-input-vmmouse: add COMPATIBLE_HOST set to x86*
...
Signed-off-by: Saul Wold <sgw@linux.intel.com >
2010-12-23 14:28:22 +00:00
Saul Wold
8330be8071
db: add LIC_FILES_CHKSUM
...
Signed-off-by: Saul Wold <sgw@linux.intel.com >
2010-12-23 14:28:22 +00:00
Saul Wold
3f6b329c1e
connman: Update to 0.64 to solve build issue with .37 kernel headers
...
Signed-off-by: Saul Wold <sgw@linux.intel.com >
2010-12-23 14:28:22 +00:00