summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2012-03-21dbus-glib: upgrade to 0.98Dongxiao Xu3
Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2012-03-21glib-2.0: upgrade to 2.30.3Shane Wang1
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-20xserver-kdrive: compile xserver without dtrace supportLauri Hintsala2
Cross compiling of xserver-kdrive fails if dtrace is enabled. Configure script enables dtrace automatically if dtrace binary exists. xserver-kdrive compiling was failed if systemtap package was builded beforehand because systemtap provides dtrace binary. Signed-off-by: Lauri Hintsala <lauri.hintsala@bluegiga.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-20sysvinit-inittab: Fixed license warning.Lianhao Lu2
WARNING: .../sysvinit-inittab-2.88dsf-r6/sysvinit-2.88dsf/COPYING could not be copied for some reason. It may not exist. WARN for now. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-19blktrace: update to version 1.0.5Tom Zanussi1
Update blktrace to reflect the newer 1.0.5 tag. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-03-19qt-mobility: fix build in the absence of openglCiprian Ciubotariu2
QMake pro files don't explicitly define QT_NO_OPENGL if the configuration lacks opengl, but example code relies on this define. [rebased to current code - sgw] Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-03-19alsa-utils: move ${datadir}/init files to alsactl package.Enric Balletbo i Serra1
The alsa-utils-speakertest contains some files from ${datadir} directory that are not correct, the files from ${datadir}/init directory should be included in alsa-utils-alsactl package instead. This patch moves the ${datadir}/init files to alsactl package and fixes following error at boot stage: /usr/sbin/alsactl: parse:1655: Unable to open file '/usr/share/alsa/init/00main': No such file or directory Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
2012-03-19package_rpm.bbclass: fix bashims at rpm_common_comand() methodOtavio Salvador1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Cc: Daiane Angolini <daiane.angolini@freescale.com>
2012-03-19bitbake.conf: Exclude some variables when calculating cache hashDongxiao Xu1
Some variables are not needed when calculating cache's hash, this commit removes them. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2012-03-19native.bbclass: make TOOLCHAIN_OPTIONS emptyRobert Yang1
The native pkg doesn't need the TOOLCHAIN_OPTIONS, but it maybe used by native pkgs, for example, the cmake.bbclass uses TOOLCHAIN_OPTIONS: OECMAKE_C_FLAGS ?= "${HOST_CC_ARCH} ${TOOLCHAIN_OPTIONS} ${CPPFLAGS}" and TOOLCHAIN_OPTIONS is: TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TARGET}" If a native pkg inherits cmake.bbclass, then: TOOLCHAIN_OPTIONS = " --sysroot=" and OECMAKE_C_FLAGS would be: ${HOST_CC_ARCH} --sysroot= ${CPPFLAGS} This would cause unexpected errors, I think that we can make TOOLCHAIN_OPTIONS empty in native.bbclass since native pkg doesn't need it. [YOCTO #2124] Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
2012-03-19gdk-pixbuf: Disable xlib library since we don't have anything needing this ↵Richard Purdie1
as yet and no libx11 DEPENDS This is currently causing builds not to be deterministic. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-19apt: Fix parallel make raceRichard Purdie4
I was just going to turn off parallel make but ended up fixing this properly. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-19Simple typo in qemuarm.conf file: "versaile" -> "versatile"Robert P. J. Day1
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-19lttng-modules: fix compliation error with 3.2.x -stable kernelsBruce Ashfield2
recent -stable kernels have their own fallback definition of is_compat_task #define is_compat_task() (0) To protect against this double definition of is_compat_task we can check to see if it is already defined, and skip the lttng variant. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-19pigz: Ensure DEPENDS on zlib exists for native and target versionsRichard Purdie1
This avoids a build failure for the target version when zlib hasn't built yet. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-19default-providers: Set pigz-native as the default provider for gzip-nativeRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-19distro_tracking: update the recipe info for manual checkShane Wang1
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-19distro-tracking: update status of recipesNitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-03-19distro_tracking: update sudo, at, base-passwdScott Garman1
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2012-03-19base-passwd: upgrade to 3.5.24Scott Garman3
Includes minor formatting cleanups. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2012-03-19at: upgrade to 3.1.13Scott Garman7
Moved patches into a common directory. Added SOB to use-ldflags.patch. Removed nonstripbinaries patch which was included in this release. Minor formatting cleanups. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2012-03-19sudo: upgrade to 1.8.4p4Scott Garman1
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2012-03-19lttng-modules: Fix setting of KERNEL_DIRSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-03-19slang: fix typo in rpathfix.patchSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-03-19ghostscript: fix typo in packagingSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-03-19gnome-desktop: fix package warningsSaul Wold1
WARNING: For recipe gnome-desktop, the following files/directories were installed but not shipped in any package: WARNING: /usr/share/libgnome-desktop WARNING: /usr/share/libgnome-desktop/pnp.ids Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-03-19make 3.81: add GPLv2 versionSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-03-19make: Add toplevel COPYING File and move BBCLASSEXTENDSaul Wold2
BBCLASSEXTEND is moved so that bitbake can use the most recent make instead of the older version when GPLv3 is set as an INCOMPATIBLE_LICENSE Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-03-19mktemp: fix packaging warningsSaul Wold1
WARNING: For recipe mktemp, the following files/directories were installed but not shipped in any package: WARNING: /usr/bin Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-03-19qt4: add RPROVIDES/RREPLACES for qmake2 recipePaul Eggleton3
OE-Classic and meta-oe provide a qmake2 recipe; since this has been obsoleted by the recent change to provide qmake within the tools package and (in the latter case) will soon be removed, add an RREPLACES to aid upgrades and RPROVIDES to make it easy to install. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-03-19iproute2: fix unpackaged files warningPaul Eggleton2
Fixes the following warnings: WARNING: For recipe iproute2, the following files/directories were installed but not shipped in any package: WARNING: /lib WARNING: /lib/tc Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-03-19buildhistory: avoid reruns of do_packagePaul Eggleton1
Avoid triggering a rerun of all do_package* tasks when OEBasicHash signature generator is being used and the buildhistory package code or any of the package related variables change. Note that adding and removing INHERIT of buildhistory will still force this rebuild - use the newly added BUILDHISTORY_FEATURES variable to enable and disable buildhistory instead in order to avoid this. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-03-19buildhistory: allow disabling image and/or package historyPaul Eggleton1
Add a BUILDHISTORY_FEATURES variable which can be set to "" to disable buildhistory with the class still inherited. BUILDHISTORY_FEATURES by default contains two items - image and package. You can use these to disable the image and package history functions individually - this is particularly useful if you want to get the image contents and dependency graphs but don't need the package history. Additionally, ensure we quit shell procedures gracefully by using return instead of exit. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-03-19buildhistory_analysis: fix duplicate PE/PV/PR in related fieldsPaul Eggleton1
Since PE, PV and PR appear in both the recipe history and package history files these were showing up twice when they were added as related fields to monitored changes. Only add them when the path is exactly the same. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-03-19classes/image: avoid cp race condition when building multiple imagesPaul Eggleton1
Avoid a race condition when building multiple images by ignoring a failure to copy the README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt to DEPLOY_DIR_IMAGE. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-03-19git: fix packaging warningsNitin A Kamble1
This commits fixes these packaging warnings WARNING: For recipe git, the following files/directories were installed but not shipped in any package: WARNING: /usr/lib/perl-native WARNING: /usr/lib/perl-native/perl WARNING: /usr/lib/perl-native/perl/5.14.2 WARNING: /usr/lib/perl-native/perl/5.14.2/Git.pm WARNING: /usr/lib/perl-native/perl/5.14.2/perllocal.pod WARNING: /usr/lib/perl-native/perl/5.14.2/auto WARNING: /usr/lib/perl-native/perl/5.14.2/auto/Git WARNING: /usr/lib/perl-native/perl/5.14.2/auto/Git/.packlist PR not bumped because no change in the output packages. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-03-19python-pycurl: fix packaging warningsNitin A Kamble1
This commit fixes these packaging warnings: WARNING: For recipe python-pycurl, the following files/directories were installed but not shipped in any package: WARNING: /usr/share/share PR not bumber because no change in the output packages. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-03-19python-pyrex: quite packaging warningsNitin A Kamble1
This removes these packaging warnings: WARNING: For recipe python-pyrex, the following files/directories were installed but not shipped in any package: WARNING: /usr/share WARNING: /usr/share/lib WARNING: /usr/share/lib/python2.7 WARNING: /usr/share/lib/python2.7/site-packages WARNING: /usr/share/lib/python2.7/site-packages/Pyrex WARNING: /usr/share/lib/python2.7/site-packages/Pyrex/Compiler WARNING: /usr/share/lib/python2.7/site-packages/Pyrex/Compiler/Lexicon.pickle Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-03-19pciutils: fix a do_compile failureNitin A Kamble1
Avoid this issue: | ln -s libpci.so.3.1.9 libpci.so | ln: failed to create symbolic link `libpci.so': File exists | make[1]: *** [libpci.so] Error 1 | make[1]: Leaving directory `/srv/home/nitin/builds/build-multilib/tmp/work/x86_64-poky-linux/pciutils-3.1.9-r0/pciutils-3.1.9/lib' | make: *** [lib/libpci.so] Error 2 | ERROR: oe_runmake failed NOTE: package pciutils-3.1.9-r0: task do_compile: Failed PR not bumped as there are no changes in the output packages. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-03-19python: fix install when libdir is not "lib"Nitin A Kamble2
This commit fixes python's install issue of not finding the native pythong binray modules. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-03-19gawk: fix packaging warningsSaul Wold1
WARNING: For recipe gawk, the following files/directories were installed but not shipped in any package: WARNING: /usr/bin/dgawk WARNING: /usr/bin/awk Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-03-19qemugl: Hide some GLX extensions by defaultZhai Edwin2
Exporting these extensions make guest call some missing GLX API then crash. It's hacky to implement these APIs, so hide these extensions as fix. [YOCTO #1927] got fixed Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2012-03-19linux-yocto/3.0: update to v3.0.24Bruce Ashfield3
Updating the meta and machine branches to the latest 3.0 -stable release. To see the full changelog: git log v3.0.23..v3.0.24 Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-03-19linux-yocto/3.2: update to v3.2.11Bruce Ashfield2
Updating the 3.2 meta and board branches to the latest 3.2-stable update. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-03-19linux-yocto/3.2: update fri2 configurationBruce Ashfield2
Bumping the meta SRCREV to pickup the following change fri2: Update fri2.cfg for hardware specific support The FRI2 does not require R8169 or PATA support. It does not need SFF or GENERIC ATA options either. The FRI2 does require IEEE802154 (Zigbee), BT (Bluetooth), and IWLWIFI. The latter is compiled as a module to avoid the need for an initrd containing the firmware blobs. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-03-19linux-yocto/3.0: update meta SRCREVBruce Ashfield3
Bumping the meta branch for two changes: cac43c1 fri2: Update fri2.cfg for hardware specific support 892bd13 meta: Create scc file for pvr merge Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-03-19upgrade logrotate: update the distro_tracking_fields.incRobert Yang1
update the distro_tracking_fields.inc. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
2012-03-19upgrade logrotate: update the recipeRobert Yang1
update the recipe: ogrotate_3.7.9.bb -> logrotate_3.8.1.bb Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
2012-03-19upgrade logrotate: split the old patch into 3Robert Yang3
Split the old patch into 3 during upgrading, this makes it easier for the future's upgrade. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
2012-03-19Add pigz as gzip-native alternative.Björn Stenberg3
pigz, which stands for parallel implementation of gzip, is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when compressing data. pigz was written by Mark Adler, and uses the zlib and pthread libraries. This recipe adds pigz as an alternative gzip-native implementation only. Signed-off-by: Björn Stenberg <bjst@enea.com>