summaryrefslogtreecommitdiff
path: root/packages/hal
AgeCommit message (Collapse)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko24
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>
2009-02-27gnome-device-manager: add 0.2Koen Kooi1
2009-02-02hal: apply gentoo patch to fix phy80211 problems with 2.6.27+ ↵Koen Kooi2
(https://bugs.gentoo.org/show_bug.cgi?id=246026)
2009-01-29hal, fix packaging:Koen Kooi2
NOTE: the following files were installed but not shipped in any package: NOTE: /usr/bin/hal-disable-polling NOTE: /usr/bin/hal-setup-keymap
2009-01-13hal: depend on udev-utils not on udevMarcin Juszkiewicz5
HAL uses 'udevinfo' command which is part of udev-utils. In previous commit I made 'udevinfo' command working without installing main 'udev' package (which is not needed on systems where mdev is used as hotplug manager).
2008-12-10console-kit: add 0.3.0Koen Kooi1
2008-11-16packages: Fix PV naming of svn/git based recipes to have +gitr/+svnr in the PVHolger Hans Peter Freyther1
According to the policy add an 'r' if we build a certain SCM revision. Bump the PE to be sure that the package is bigger, may alphanumeric math is too bad... # my failure of shell knowledge... git grep "^PV" packages/ | grep SRCREV | grep "\(git\\$\)\|\(svn\\$\)"
2008-11-14hal: Find and use the right linux/input.h to work with external toolchainDenys Dmytriyenko1
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2008-10-29hal 0.5.11: add fix from hal git to fix libtool issues in configureKoen Kooi2
2008-10-28hal_0.5.11: Move back to the hal directory and make it default for OpenmokoHolger Hans Peter Freyther1
hal 0.5.11 is fixing many, many, many memory leaks and is required if someone wants to have the device powered on for more than two days. I heavily encourage other distributions to switch as well. I can not see the autoreconf errors mentioned in koen's move a765a58dfd410eef8147e2e6ad1d0e4cef922c58 he is free to send them to me. I'm using tmp/staging/i686-linux/usr/bin/autoreconf --version autoreconf (GNU Autoconf) 2.61
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther4
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-16Revert "hal_0.5.11.bb : add new version from OM branch"Graeme Gregory1
This was already cherry picked then moved to non-working This reverts commit 2172627af94c9b3bfd6278e64b90b0ab664512f6.
2008-10-16hal_0.5.11.bb : add new version from OM branchGraeme Gregory1
2008-10-16hal 0.5.11: move to nonworking:Koen Kooi1
* autoreconf fails * after fixing that it doesn't build
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther4
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15[hal] Add latest hal and hal-infoHolger Hans Peter Freyther4
hal-0.5.11 should fix many many leaks compared to hal-0.5.9 and upgrade hal-info on the way as well
2008-10-15[hal] Create hal-info.inc and share it with the releasesHolger Hans Peter Freyther3
2008-10-15[hal] Move almost everything into the hal.inc fileHolger Hans Peter Freyther2
hal_0.5.9.bb is the only user of hal.inc and we can safely move everything into the common include file.
2008-10-15[hal] Remove commented out things we have a SCM to recover itHolger Hans Peter Freyther1
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe4
2008-08-31ohm: sync with pokyKoen Kooi3
2008-07-02hal: create volatiles *after* creating the haldaemon userJeremy Laine3
2008-06-20libusb: add libusb1, a rewrite of libusb 0.1.xKoen Kooi3
libusb-compat: add a compat layer for libusb 0.1.x apps hal: use libusb-compat, not libusb lcd4linux: use libusb-compat, not libusb This will give increased powersavings because of this new feature: * libusb-0.1 wakes up the CPU every millisecond when waiting for bulk/interrupt data. The replacement of libusb-1.0 combined with libusb-compat-0.1 sleeps efficiently, only waking up when data has arrived.
2008-06-02hal: revert PIDFILE hunkKoen Kooi4
2008-06-02hal: sync with pokyKoen Kooi9
2008-05-09hal-info_20080313.bb : new version from OM mtnGraeme Gregory1
2008-04-30hal 0.5.9 fix wrong PID file blocking /etc/init.d/dbus restartMichael Lauer2
2008-01-08hal_0.5.9: improve staging.Junqian Gordon Xu1
2008-01-06hal_0.5.9: add LEAD_SONAME (QA)Junqian Gordon Xu1
2007-12-19hal_0.5.9: fix bugzilla #3398 - missing explicit intltool-native dependencyRobert Schuster1
2007-10-08ohm_git.bb: Touch gtk-doc.make and disable xauth to let it build again.Stefan Schmidt1
(--without-xauth should be fine on single user systems)
2007-10-06hal: enable pci when availableKoen Kooi1
2007-09-23hal-info: add snapshot since the git one requires an unreleased hal :(Koen Kooi2
2007-08-13ohm: fix depends and packagingKoen Kooi1
* x11 dependants are in ohm-plugin-x11, leaving a small and contained ohm and libohm package
2007-08-13ohm: add from pokyKoen Kooi1
2007-08-04Hal: merge improvements from poky, remove stale versionsKoen Kooi8
2007-05-23hal: unifyRolf Leggewie7
2007-04-05hal: install /var/cache/haldKoen Kooi2
2007-04-03hal-info: this isn't architecture specificKoen Kooi1
2007-04-03hal: add 0.5.9 and hal-info_git from pokyKoen Kooi2
* has a hack to work around autofoo >2.59 dep * requires linux-libc-headers >= 2.6.18
2007-02-12divers: fix minor spacing errors, sanitizeRolf Leggewie1
2007-01-20hal: add udev to DEPENDS as well to get libvolume_id in stagingKoen Kooi1
2007-01-20hal: add intltoon to DEPENDSKoen Kooi1
2007-01-20hal: merge in HAL bits from PokyKoen Kooi2
2006-11-28hal 0.5.8.1: surpress dependencie on hal-infoKoen Kooi1
2006-11-28hal: add 0.5.8.1Koen Kooi1
2006-11-28hal 0.5.7: disable hal-device-manager till someone adds python-pygnomeKoen Kooi1
2006-11-09hal_0.5.7.bb : fix for dbus 1.0 API changesGraeme Gregory3
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi4
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-08-09lots of files: fix my mailaddressKoen Kooi1