aboutsummaryrefslogtreecommitdiffstats
path: root/meta
AgeCommit message (Collapse)Author
2012-03-13package.bbclass: sort dynamically generated packagesAndreas Oberritter
* do_split_packages and package_do_split_locales dynamically add packages in order of appearance of os.walk() or os.listdir(). This order varies between multiple build hosts (and probably also between successive builds). * Sort the list of dynamically added packages, to get a consistent and reproducible order. * This reduces the diffs in buildhistory and improves comparability between builds. Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2012-03-13connman: update to 0.79Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-03-13image_types: ensure .rootfs.ext3 is created before vmdk is created.Dexuan Cui
In the case of self-hosted-image.bb, IMAGE_FSTYPES = "vmdk", so the variables alltypes and subimages don't contain ext3, and .rootfs.ext3 won't be created, and finally the generated .hddimg and .vmdk don't have an actual rootfs -- the size of the .vmdk file is only about 9MB. [YOCTO #2067] Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2012-03-13udev-164: fixup "don't hardcode path to pidof"Andreas Oberritter
* Remove -e shell option, because pidof may return nonzero. Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2012-03-13qt4: fix deps in libQtWebkit.la and QtWebKit.pcAndreas Oberritter
* Both files contain -L../../WebCore/release -L../../JavaScriptCore/release -lwebcore -ljscore * These paths and libs don't get installed. * When building a shared lib with libtool, that links with libQtWebKit, libtool adds these unneeded parameters to the linker command-line, thus linking fails. Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2012-03-13image-vmdk: add NOISO to disable iso image creation since it's not neededSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-03-13trace-cmd: modifying License informationJeff Lance
* Adding "GPLv2 & LGPLv2.1" to create a dual license to cover the libraries. * Bump up PR Signed-off-by: Jeff Lance <j-lance1@ti.com>
2012-03-13dpkg: rename postinst trigger scriptOtavio Salvador
Use 'run-postinsts' as trigger script name as it describes better the intent of it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-03-13opkg: rename postinst trigger scriptOtavio Salvador
Use 'run-postinsts' as trigger script name as it describes better the intent of it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-03-13rootfs_rpm.bbclass: rename postinst trigger scriptOtavio Salvador
Use 'run-postinsts' as trigger script name as it describes better the intent of it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-03-13image.bbclass: fix rootfs generation without package management toolsOtavio Salvador
When building without package management tools the ROOTFS_BOOTSTRAP_INSTALL packages need to be available to provide the bare minimal for rootfs unconfigure postinsts to be on first boot. Those packages where being include in core-image.bbclass' based images however every image needs those available for proper rootfs generation. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-03-13run-postinsts: fix opkg data pathOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-03-13glib-2.0: Add Upstream Status for nodbus.patchSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-03-13linux-yocto: respect FILESPATH directoriesBruce Ashfield
During the work to enhance the ability to specify out of tree kernel features, an assumption was made about PN being part of a patch path. This assumption is incorrect, since patches can be anywhere in the valid FILESPATH. To make locating the patches in WORKDIR simple, we can just query patch.bbclass and return both the absolute directory of the patch and the subdirectory as it was specified on the src_uri. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-03-13xserver-xorg: Remove unneeded empty directory, fixing QA warningRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-13python-pycairo: Fix incorrect versions in license fieldRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-13rpm: Add rpmdeps-oecore to appropriate packageRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-13bluez4: Ensure the plugins directory is packaged to avoid warningsRichard Purdie
This makes sense in this case even if its empty since this package is the correct owner for it. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-13qemu-config: Clarify license as GPLv2Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-13license.bbclass: Add mapping for LGPLv2.0, pango uses itRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-13perl: Clarify LICENSE with versions. Yes, its really GPLv1Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-13shadow: Correct license Artistic -> Artistic-1.0Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-13boost: Correct license name BSL-1 -> BSL-1.0Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-13gnome-doc-utils: Clarify license as GPLv2 and LGPLv2.1Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-13gtk-doc: Clarify license as GPLv2Richard Purdie
The .m4 file has no details but the upstream project is clearly GPLv2 so update the LICENSE file to match. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-13wireless-tools: Clarify LICENSE field to avoid warningsRichard Purdie
The source is unclear which version of the license applies. Since BSD is listed, we have plenty of choice so lets pick some versions. Most people would pick BSD out of the three anyway. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-13matchbox-session: Clarify LICENSE as GPLv2Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-13librsvg: Fix unpackaged directory warningsRichard Purdie
This patch fixes the QA warnings: WARNING: For recipe librsvg, the following files/directories were installed but not shipped in any package: WARNING: /usr/lib/gtk-3.0 WARNING: /usr/lib/gtk-3.0/engines Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-13sato-screenshot: Remove unneeded .la fileRichard Purdie
This resolves the QA warning: WARNING: For recipe sato-screenshot, the following files/directories were installed but not shipped in any package: WARNING: /usr/lib/matchbox-panel/libscreenshot.la Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-13xf86-input-vmmouse: Package unpackaged filesRichard Purdie
This addresses the QA warnings: WARNING: For recipe xf86-input-vmmouse, the following files/directories were installed but not shipped in any package: WARNING: /lib WARNING: /lib/udev WARNING: /lib/udev/rules.d WARNING: /lib/udev/rules.d/69-xorg-vmmouse.rules WARNING: /usr/share/X11 WARNING: /usr/share/hal WARNING: /usr/share/X11/xorg.conf.d WARNING: /usr/share/X11/xorg.conf.d/50-vmmouse.conf WARNING: /usr/share/hal/fdi WARNING: /usr/share/hal/fdi/policy WARNING: /usr/share/hal/fdi/policy/20thirdparty WARNING: /usr/share/hal/fdi/policy/20thirdparty/11-x11-vmmouse.fdi WARNING: /usr/lib/hal WARNING: /usr/lib/hal/hal-probe-vmmouse The hal files are simply deleted, we don't care about hal. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-13leafpad: Package currently unpackaged files.Richard Purdie
This resolves the QA warning: WARNING: For recipe leafpad, the following files/directories were installed but not shipped in any package: WARNING: /usr/share/icons WARNING: /usr/share/icons/hicolor WARNING: /usr/share/icons/hicolor/16x16 WARNING: /usr/share/icons/hicolor/22x22 WARNING: /usr/share/icons/hicolor/scalable WARNING: /usr/share/icons/hicolor/32x32 WARNING: /usr/share/icons/hicolor/24x24 WARNING: /usr/share/icons/hicolor/16x16/apps WARNING: /usr/share/icons/hicolor/16x16/apps/leafpad.png WARNING: /usr/share/icons/hicolor/22x22/apps WARNING: /usr/share/icons/hicolor/22x22/apps/leafpad.png WARNING: /usr/share/icons/hicolor/scalable/apps WARNING: /usr/share/icons/hicolor/scalable/apps/leafpad.svg WARNING: /usr/share/icons/hicolor/32x32/apps WARNING: /usr/share/icons/hicolor/32x32/apps/leafpad.png WARNING: /usr/share/icons/hicolor/24x24/apps WARNING: /usr/share/icons/hicolor/24x24/apps/leafpad.png Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-12cmake.bbclass: add ${base_libdir} to CMAKE_LIBRARY_PATHNitin A Kamble
Some libraries like libcrypto.so are installed at base_libdir instead of libdir. So add the base_libdir to CMAKE_LIBRARY_PATH so that these libraries can be found correctly. This resolves an issues with libzypp, which was not finding the libcrypo library correctly in an x32 build. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-12xorg-xserver: Explictly disable dtrace, its not in DEPENDSRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-12mesa-dri-glsl-native: Avoid error when running configure a second timeRichard Purdie
This avoids the error: ln: creating symbolic link `/media/data1/build1/poky/build/tmp/work/x86_64-linux/mesa-dri-glsl-native-7.11-r0/Mesa-7.11/src/glsl//../../configs/current': File exists Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-12libx11-trim/diet: Ensure libx11-locale doesn't trigger multiple provider issuesRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-11package.bbclass: Drop python depends from rpmdepsRichard Purdie
This python depends is added by rpmdeps every time it finds a python script. This is not necessary since we handle this in otherways. It also breaks things like nativesdk since the dependency is not renamed. The easiest solution is just to ignore this dependency. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-09rpm 5.4.0: Add rpmdeps-oecore to replace rpmdeps for package.bbclassRichard Purdie
This is a performance enhancement by adding a binary allowing batch processing of individual file dependencies. The second patch in this series uses the binary this patch creates. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08package_ipk.bbclass: Ensure Source is set to something else packaging can failRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08adt-installer: Corrected wrong environment file names.Lianhao Lu
[YOCTO #2055] 1. Corrected the wrong environment file name for powerpc. 2. Removed unnecessary variables in adt_installer.conf. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08formfactor: use full path to fbsetPaul Eggleton
When using rootless X, /usr/sbin is not in PATH and thus running "fbset" will fail; so specify /usr/sbin/fbset instead. Fixes [YOCTO #1986] Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08prservice: Added sanity check for prservice connection.Lianhao Lu
Fixed bug [YOCTO #2052]. Added sanity check for variables of PRSERV_HOST and PRSERV_PORT, also for the connection availabity of prservice. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08bzip2: split into binary and library packagesAndreas Oberritter
* Create libbz2 (and -dev, -staticdev), which can be installed without the bzip2 executables. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08bitbake.conf: use empty SRC_URI by defaultAndreas Oberritter
* Otherwise, recipes that only append to SRC_URI instead of overwriting it will get the full path of the recipe written into the Source: field of the package. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08gtk+: Amend upstream status of configure-nm.patchJames Limbouris
Signed-off-by: James Limbouris <james@digitalmatter.com.au> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08gdk-pixbuf: Pick up ${NM} from the environment.James Limbouris
Signed-off-by: James Limbouris <james@digitalmatter.com.au> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08kernel.bbclass: Remove warnings for modutils and modprobe.dDarren Hart
Fixes [Yocto #2036] The source and build directories are unused, remove them. The modutils and modprobe.d directories may be used if modules are built that are either autoloaded or have modprobe.d entries. This isn't known at install time, so check after the package split if these directories are empty and remove them if they are. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08external-csl-toolchain: override PKGV, not PKGV_${PN}Christopher Larson
This is needed to ensure that the RDEPENDS_${PN}-dev, RDEPENDS_${PN}-staticdev, and RRECOMMENDS_${PN}-dbg are accurate with respect to the PKGV of the ${PN} package, and incidentally fixes an rpm packaging issue, as rpm dislikes the recipe PV as PKGV. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08xz: split out liblzma as seperate packagesKoen Kooi
As usual, this creates problems for upgrade paths, but splitting out the lib is worth the short term hassle Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08polkit: Fix Upstream-Status tagSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-08valgrind: Support compilation without X11Mike Crowe
Only depend on X libraries if the distribution has X support. Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>