[OE-core] [PATCH 1/1] hal: Add virtual/kernel as hal's build dependency

Dongxiao Xu dongxiao.xu at intel.com
Wed Sep 7 08:58:13 UTC 2011


hal may need some kernel headers, thus we need virtual/kernel as its
dependency.

Signed-off-by: Dongxiao Xu <dongxiao.xu at intel.com>
---
 meta/recipes-support/hal/hal.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-support/hal/hal.inc b/meta/recipes-support/hal/hal.inc
index b00455b..efd9e72 100644
--- a/meta/recipes-support/hal/hal.inc
+++ b/meta/recipes-support/hal/hal.inc
@@ -6,7 +6,7 @@ SECTION = "unknown"
 LICENSE = "GPLv2+ | AFL"
 LIC_FILES_CHKSUM = "file://COPYING;md5=5b5ffd59fbb7c2fff6de76c94177af31"
 
-DEPENDS = "dbus-glib udev util-linux intltool intltool-native expat libusb gperf-native"
+DEPENDS = "virtual/kernel dbus-glib udev util-linux intltool intltool-native expat libusb gperf-native"
 RDEPENDS_${PN} += "udev hal-info"
 
 SRC_URI = "http://hal.freedesktop.org/releases/hal-${PV}.tar.gz \
-- 
1.7.1





More information about the Openembedded-core mailing list