mirror of
https://git.yoctoproject.org/poky
synced 2026-02-24 02:19:39 +01: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>
13 lines
213 B
BlitzBasic
13 lines
213 B
BlitzBasic
require hal.inc
|
|
|
|
PV = "0.5.9.1+git${SRCDATE}"
|
|
PR = "r5"
|
|
|
|
SRC_URI = "git://anongit.freedesktop.org/hal/;protocol=git \
|
|
file://20hal \
|
|
file://99_hal"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEFAULT_PREFERENCE = "-1"
|