mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
hal-info: add a versioned release, and lower the preference of the git package
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2794 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -4,10 +4,10 @@ SECTION = "unknown"
|
||||
LICENSE = "GPL AFL"
|
||||
|
||||
PV = "${SRCDATE}+git"
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
|
||||
SRC_URI = "git://anongit.freedesktop.org/hal-info/;protocol=git"
|
||||
SRC_URI = "git://anongit.freedesktop.org/hal-info/;protocol=git;rev=HAL_INFO_20070831"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -18,3 +18,6 @@ EXTRA_OECONF = "--disable-recall --disable-video"
|
||||
|
||||
PACKAGE_ARCH = "all"
|
||||
FILES_${PN} += "/usr/share/hal/"
|
||||
|
||||
# By default, use the released hal-info
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
Reference in New Issue
Block a user