mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
from 0.5.13
changes:
- udev rules dir has been changing to /lib/udev/rules.d in udev
upstream, add an override to stay in /etc/rules.d for compatibility
- consolidate hal.inc and hal_git.bb, hal_git.bb is used as a
reference thus should have a negative preference
- change preferred version of hal to 0.5.14
- remove hal_0.5.11+0.5.12rc1
- remove RRECOMMENDS on udev-utils, the package is to be removed
Signed-off-by: Qing He <qing.he@intel.com>
15 lines
392 B
BlitzBasic
15 lines
392 B
BlitzBasic
require hal.inc
|
|
|
|
PR = "r0"
|
|
|
|
EXTRA_OECONF += "--with-linux-input-header=${STAGING_INCDIR}/linux/input.h"
|
|
EXTRA_OEMAKE += "-e 'udevrulesdir=$(sysconfdir)/udev/rules.d'"
|
|
|
|
PACKAGES =+ "libhal libhal-storage"
|
|
|
|
FILES_libhal = "${libdir}/libhal.so.*"
|
|
FILES_libhal-storage = "${libdir}/libhal-storage.so.*"
|
|
|
|
FILES_${PN} =+ "${bindir}/hal-disable-polling \
|
|
${bindir}/hal-setup-keymap"
|