aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hal
AgeCommit message (Collapse)Author
2010-08-03500+ recipes: remove do_stageFrans Meulenbroeks
This patch removes all occurrences of do_stage() { autotools_stage_all } including all kind of variants w.r.t whitespace Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
2010-07-05hal_0.5.14+git.bb: Make default pick for hal.Khem Raj
* Distributions other than angstrom default to 0.5.11 which is old and has dependencies on libvolume_id which is no longer provided with newer versions of udev Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa
* there is probably very few cases when it's needed without _${PN}, if you find one in attached patch, please enlighten me * usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc * there is a check for this in recipe-sanity.bclass * there is maybe few possible fixes also in bbclasses cpan-base.bbclass:RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}" distutils-base.bbclass:RDEPENDS += "python-core" gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme" image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}" module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" ?opie_i18n.bbclass: rdepends = bb.data.getVar("RDEPENDS", d, 1) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS', rdepends, d) rubyextension.bbclass:RDEPENDS += "ruby" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-09consolekit 0.4.1: sync packaging with 0.3.xKoen Kooi
2010-03-08consolekit: pam-plugin-ck-connector rdepends on consolekitOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2010-03-08consolekit: add pam-plugin-ck-connector packageOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2010-03-05hal: convert to new style stagingKoen Kooi
2010-02-26hal: add missing dep in consolekitKoen Kooi
2010-02-17consolekit 0.4.1: fix PAM and make it a distro featureKoen Kooi
2010-02-17consolekit: add 0.4.1Koen Kooi
2010-01-28hal: if necessary, create $CACHEDIR before starting the daemon. Closes: #3740.Rolf Leggewie
2010-01-25hal 0.5.14+git: teach linux devices.c about 'input.touchscreen'Koen Kooi
2010-01-24hal: add 0.5.14+gitKoen Kooi
* This is usefull when using 'evdev' for touchscreens since earlier version of hal labeled them 'touchpads' which enables all kind of weird behaviour like relative movement
2009-09-20hal-cups-utils: use STAGING_INCDIR not /usr/includeSteve Sakoman
2009-07-21hal: update to 0.5.13Koen Kooi
2009-07-21hal 0.5.12: fix libblkid versioningKoen Kooi
2009-06-26many files: Introduction of virtual/libusb0 provided by libusb or libusb-compat:Stanislav Brabec
* for more see http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-June/012217.html
2009-05-22consolekit: fixes suggested by RPKoen Kooi
2009-05-20hal-cups-utils: addOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-05-18hal-info: update to 20090414Koen Kooi
2009-05-18hal: add (disabled) hal 0.5.12Koen Kooi
2009-04-30hal/hal.inc : change hardcoded etc to ${sysconfdir} and remove bogus directoryGraeme Gregory
hal/hal_0.5.11.bb : bump PR for above change
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>