summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2009-08-19Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Stanislav Brabec7
into org.openembedded.dev
2009-08-19swfdec: Fixed dependencies and package splitting. Disabled static. Packaged ↵Stanislav Brabec5
stable 0.8.2.
2009-08-19base.bbclass: catch bb.MalformedUrl in do_fetch.Chris Larson1
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-08-19Let the distro control whether we include hostap or madwifi.Chris Larson7
- Add base_ifelse convenience function to base.bbclass. - Replace all conditionals in the recipes relating to hostap and madwifi to look for their name in COMBINED_FEATURES rather than looking for specific buses (pci, pcmcia). - Change the default COMBINED_FEATURES to enable: - madwifi, when: - distro has pci, wifi, and madwifi in its features - machine has pci in its features - hostap, when: - 'wifi' and 'hostap' are in distro features - either 'pci' or 'pcmcia' are in both distro and machine features Signed-off-by: Chris Larson <clarson@mvista.com>
2009-08-19linux-2.6.30: calamari/defconfig CONFIG_WIRELESS_EXT=y for madwifi.Leon Woestenberg1
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-08-19angstrom-2008.1.conf: Prefer util-linux-ng over util-linux.Stanislav Brabec1
2009-08-19util-linux-ng: Fixed empty packages. Provide util-linux.Stanislav Brabec1
2009-08-19openssl: Add linux-gnuspe-powerpc to openssl.inc target list.Leon Woestenberg1
2009-08-19angstrom-eglibc: TARGET_OS = linux-gnuspe for specific powerpc machines.Leon Woestenberg1
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-08-19openssh 5.2p1: remove DEFAULT_PREFERENCE = "-1"Michael Smith1
This version has been working well on x86. Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-08-19openssh.inc: cleanupMichael Smith3
Because of leading slashes in FILES_*, some files were being installed twice: e.g. /etc/ssh/moduli was in both openssh and openssh-sshd. Now openssh is an empty metapackage, which I think was the plan. Other cleanups: * switch to INC_PR * remove dangling slogin symlink to ssh to fix warning * remove FILES_openssh-dbg line, which had a syntax error and doesn't appear necessary to keep debug out of the openssh-misc package anymore. * rename package ssh-keygen to openssh-keygen for consistency * use ${PN} in variable names Tested with 5.2p1. Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-08-19gpsd: Disabled parallel build as it sometimes fail.Stanislav Brabec1
2009-08-19oe-checksums-sorter.py: speed up about 4X using a hashMichael Smith1
OK, this saves a grand total of one second a few times a week, but it was bugging me... Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-08-19source-checker: usability tweaksMichael Smith2
checksum sorter, source checker: * exit(1) on failure; * send errors to stderr; * make executable checksum sorter: * read from stdin if no arg; * accept --inplace option to read and write from the same file; * check that input file exists as ConfigParser.read() doesn't treat missing files as an error. Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-08-19base.bbclass: introduce OE source mirror network as last resort for do_fetchRolf Leggewie1
Updating recipes and checksums.ini for vanishing upstream hosts or simple restructuring can quickly become a chore for OE devs if taken seriously. The OE user experience suffers severely when at any given point in time 4 to 5 recipes on average fail do_fetch for a simple image. The solution is for OE to provide its own caching of upstream sources. mirrors.openembedded.org is a swarm of possibly incomplete source mirrors provided by the community and load-balanced via DNS round robin. They act as a first line of defense and lower bandwidth load on melo which hosts sources.openembedded.org. The melo mirror aims to have a complete copy of free-to-publish sources used by the current org.oe.dev branch. More information at http://wiki.openembedded.net/index.php/Sources_mirror Acked-by: Holger Freyther <zecke@selfish.org> Acked-by: Chris Larson <clarson@kergoth.com>
2009-08-19minimal.conf: build opie 1.2.4Rolf Leggewie1
2009-08-19atk: add 1.27.90Steve Sakoman2
2009-08-19gnome-desktop: fix path to python binary in the gnome-about scriptSteve Sakoman1
2009-08-19iozone3: fix GNU_HASH related build failureSteve Sakoman1
2009-08-18xcalibrate: Removed old recipe replaced by libxcalibrate.Stanislav Brabec4
2009-08-18xcalibrateext: Removed old recipe replaced by calibrateproto.Stanislav Brabec1
2009-08-18task-mamona.bb, xtscal.inc: DEPEND on libxcalibrate instead of xcalibrate.Stanislav Brabec2
2009-08-18calibrateproto: Added symlink to provide old package pkgconfig name.Stanislav Brabec1
2009-08-18calibrateproto: Use increment-able PV format as other git version recipes do.Stanislav Brabec1
2009-08-18libxcalibrate: Use increment-able PV format as other git version recipes do.Stanislav Brabec1
2009-08-18mtools: don't install-info; fixes build on non-Debian hostsMichael Smith1
The install-info installed into staging by dpkg-native looks for /var/backups/infodir.bak and /usr/share/base-files/info.dir on the build system. On Debian/Ubuntu this is benign, but on other distros these files don't exist and the install fails. The info file is still installed, we just don't try to rebuild the nonexistent directory. There are cleaner ways to solve this in the long run: http://dev.openbossa.org/trac/mamona/ticket/139 Signed-off-by: Michael Smith <msmith@cbnco.com> Signed-off-by: Holger Freyther <zecke@selfish.org>
2009-08-18nasm: fix COMPATIBLE_HOST to match any vendorMichael Smith1
On x86_64, it was looking for x86_64-linux, not x86_64-blah-linux; it broke the build for syslinux if a BUILD_VENDOR was set. Signed-off-by: Michael Smith <msmith@cbnco.com> Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
2009-08-18package_tar.bbclass: Do not set IMAGE_PKGTYPE to unbreak parsingHolger Hans Peter Freyther1
image.bbclass is trying to inherit package_${IMAGE_PKGTYPE} and this will fail because a rootfs_tar.bbclass doesn't exist. When planning to build images one needs to inherit package_ipk, package_rpm or package_deb in addition to INHERIT += "package_tar". Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org> Acked-by: Philip Balister <philip@balister.org>
2009-08-18glibc 2.7 and 2.9 (arm): Remove unnecessary asm/page.h includeJonathan Cameron2
Fix compile bug for arm with recent kernel headers ../ports/sysdeps/unix/sysv/linux/arm/ioperm.c:48:22: error: asm/page.h: No such file or directory Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
2009-08-18Merge branch 'org.openembedded.dev' of ↵Graeme Gregory9
git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
2009-08-18firefox_3.5.2.bb : add newest version of firefoxGraeme Gregory15
2009-08-18linux-davinci: update defconfigs for dm355, dm365, dm6446 and dm6467Denys Dmytriyenko4
2009-08-18da830-omapl137-evm: add DA830/OMAPL137 machineDenys Dmytriyenko2
Uses default linux-davinci kernel from Arago Project for now Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2009-08-18dm6467t-evm: add "new" 1GHz DaVinci DM6467 machineDenys Dmytriyenko3
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2009-08-17python-sip_4.8.2.bb: set DEFAULT_PREFERENCE = -1Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-17linux-omap* 2.6.29: add patch that should solve the memhole problemKoen Kooi6
2009-08-17gamin-0.1.8: Fix build issue with recent GCC/GLibC combos.John Willis2
Update gamin_0.1.8.bb to build with recent GCC and GLibC 2.8 > via addition of configure.in patch (use AC_USE_SYSTEM_EXTENSIONS instead of AC_ISC_POSIX). Signed-off-by: David-John Willis <John.Willis@Distant-earth.com> Signed-off-by: Holger Freyther <zecke@selfish.org>
2009-08-17site: Add ac value for mipsel-linux and mipsel-linux-uclibcHolger Hans Peter Freyther2
The results were found using google and applying common sense.
2009-08-17site/ix86-common: fix grave bug in ac_cv_sizeof_unsigned_charRoman I Khimov1
ac_cv_sizeof_unsigned_char definition accidentally redefines ac_cv_sizeof_unsigned_int to 1. Luckily, not many packages are using that but for example it completely breakes gnutls. Fix that. Acked-by: Holger Freyther <zecke@selfish.org>
2009-08-16angstrom: add preferred provider for qt4Koen Kooi1
* bitbake had the following to say: NOTE: multiple providers are available for qt4x11 (qt4-x11-free-gles, qt4-x11-free); NOTE: consider defining PREFERRED_PROVIDER_qt4x11 Which seems to give a fairly obvious way to fix it, so let's actually do so. * I wish OE had something like PROVIDER_PREFERENCE = "1" to do this sort of stuff globally, but OTOH it really is a distro decision
2009-08-16linux-omap-pm 2.6.29: update to latest git HEAD, sync patches and defconfig ↵Koen Kooi50
with regular linux-omap 2.6.29
2009-08-16eglibc: Use FILESPATHPKG, move SRCREV to svn recipeKhem Raj4
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-16jpeg_6b.bb: Use alternate SRC_URI current one does not have this versionKhem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-16checksums: add gcc4.3.4, fuse 2.7.4 and lightttp 1.4.23Dirk Opfer1
2009-08-15ffmpeg: but presets in their own packageKoen Kooi2
* people, adding subpackages is easy, doing rm in do_install* is pretty much always wrong
2009-08-15ffmpeg: remove libx264 presets filesHenning Heinold1
* bump PR
2009-08-15ffmpeg: fix --prefix for minimal(-uclibc) distributionHenning Heinold1
* bump PR
2009-08-15libgsm: fix install, don't use hardcoded include pathHenning Heinold1
* bump PR
2009-08-15transmission_1.73.bb : fix a couple of typos to do with localstatedir andGraeme Gregory1
make /etc/default/transmission-daemon a conffile
2009-08-15transmission_1.73.bb : makes this LSB compliant and stop messing with /homeGraeme Gregory3
added a /etc/default/transmission-daemon to contain paths and values used by the daemon. Moved the homedir and config to /var/lib/transmission-daemon