hal-info: DEPENDS on hal (for configure checks)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2800 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-09-26 10:36:27 +00:00
parent 4a33e3df4e
commit 2a2b229f7e
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ DESCRIPTION = "Hardware Abstraction Layer device information"
HOMEPAGE = "http://freedesktop.org/Software/hal"
SECTION = "unknown"
LICENSE = "GPL AFL"
DEPENDS = "hal"
SRC_URI = "git://anongit.freedesktop.org/hal-info/;protocol=git;tag=HAL_INFO_${PV}"

View File

@@ -2,6 +2,7 @@ DESCRIPTION = "Hardware Abstraction Layer device information"
HOMEPAGE = "http://freedesktop.org/Software/hal"
SECTION = "unknown"
LICENSE = "GPL AFL"
DEPENDS = "hal"
PV = "${SRCDATE}+git"
PR = "r2"