aboutsummaryrefslogtreecommitdiffstats
path: root/meta
AgeCommit message (Collapse)Author
2010-12-30RDEPENDS, RRECOMMENDS -> RDPEPENDS_${PN}, RRECOMMENDS_${PN}Koen Kooi
For these recipes the dependencies listed in RDEPENDS and RRECOMMENDS only apply to ${PN} Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-30task-poky-tools.bb: re-enable blktraceTom Zanussi
The commit for BUGID #581 fixes the blktrace build errors - it should now be safe to re-enable the blktrace recipe. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2010-12-30blktrace: Fix parallel make issueTom Zanussi
Fixes [BUGID #581] When PARALLEL_MAKE is used with the current blktrace Makefile, the btreplay and btrecord object files can end up being built multiple times in parallel, which occasionally causes the linker to pick up the object files in intermediate and seemingly corrupt states, and causes the spurious link errors in the bug report. This fix restricts the recursive btreplay invocations to building only btreplay or btrecord as appropriate, not both. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2010-12-28yocto/meta: update to 2.6.37-rc7Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-12-28yocto-kernel: fix kmachine to deal with overridesBruce Ashfield
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-28attr: fix SRC_URIQing He
Signed-off-by: Qing He <qing.he@intel.com>
2010-12-28acl: use correct Savannah download linkKevin Tian
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-12-28cdrtools: Fix LIC_FILES_CHKSUMSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-26cdrtools: add LIC_FILES_CHKSUMSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-26xserver-xf86: fix LIC_FILES_CHKSUM spelling and locationSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-25poky-image-live.inc: Add LIC_FILES_CHKSUMRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-25libsdl: Add LIC_FILES_CHKSUMRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-25meta-toolchain Add LIC_FILES_CHKSUMRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-25qemu-helper-nativesdk: Add LIC_FILES_CHKSUM and update LICENSERichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-25task-sdk-host: Add LIC_FILES_CHKSUMRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-25task-cross-canadian: Add LIC_FILES_CHKSUMRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-25xserver-kdrive: Add missing DEPENDS on pixmanRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-25u-boot: add LIC_FILES_CHKSUMSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-24xserver-kdrive: add LIC_FILES_CHKSUMSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-24ldconfig-native: Add LIC_FILES_CHKSUMRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-24poky-image.bbclass: Set LIC_FILES_CHKSUMRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-24distro_tracking: Add RECIPE_LAST_UPDATE infoDongxiao Xu
Also removed distro tracking fields that recipe no longer exists. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-24rootfs_ipk: The most recent opkg errors upon file overwrite. Until we fix ↵Richard Purdie
package conflicts, disable this for now Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-23linux-yocto: Fix branch name on behalf of Bruce after recent renamingRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-23qemuimage-testlib: Ensure TOPDIR/BUILDDIR are setRichard Purdie
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-23qmmp: fix dependencies and packagingPaul Eggleton
* 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-23quicky: fix Qt4 runtime dependenciesPaul Eggleton
Avoid dragging in all of Qt4 Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2010-12-23fotowall: fix runtime Qt4 dependenciesPaul Eggleton
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-23qmake2.bbclass: add space to end of DEPENDS_prependPaul Eggleton
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-23binutils*.inc: Recipe format cleanupScott Garman
Cleanup some simple whitespace / line break issues. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-12-23binutils: delete unused patchesScott Garman
These patches are not used by any current binutils recipe. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-12-23apr-util: add --without-odbc to EXTRA_OECONFSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23unifdef: add LIC_FILES_CHKSUMSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23qemu-helper: add LIC_FILES_CHKSUMSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23eglibc: Only package ld.so.conf, not /etc/rpc which then conflicts with netbaseRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-23cross-localedef: add LIC_FILES_CHKCSUMSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23linux-yocto: Add LIC_FILES_CHKSUMSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23xserver-xf86: Add LIC_FILES_CHKSUMSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23gtk: Add LIC_FILES_CHKSUMSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23qemu-helper: Add LIC_FILE_CHKSUMSSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23gdb: Add LIC_FILE_CHKSUMSSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23bootst-jam: Add LIC_FILES_CHKSUMSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23tzcode: Add LIC_FILES_CHKSUMSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23unifdef Add LIC_FILES_CHKSUMSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23python: Add LIC_FILES_CHKSUMSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23icon-naming-utils: Add LIC_FILES_CHKSUMSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23desktop-file-utils: Add LIC_FILES_CHKSUMSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23guilt: add LIC_FILES_CHKSUMSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23python-pygobject: remove older install of generate-constants and add ↵Saul Wold
BBCLASSEXTEND Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23perl: Add LIC_FILES_CHKSUM to native recipeSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>