diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2011-09-07 16:58:13 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-07 22:54:17 +0100 |
commit | f0d490684b48cd40c7ea8a2b60fbb360c7cc89a7 (patch) | |
tree | 69b30ddffda1fc9b65bd1c7342270ca031e63ee0 /meta | |
parent | 9e48dd7411a0351398ccec9a5efd72b2989bd13a (diff) | |
download | poky-f0d490684b48cd40c7ea8a2b60fbb360c7cc89a7.tar.gz |
hal: Add virtual/kernel as hal's build dependency
hal may need some kernel headers, thus we need virtual/kernel as its
dependency.
(From OE-Core rev: b5db50e280e2547f5428440be5446c4ad267aeef)
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | 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 b00455b6ba..efd9e72210 100644 --- a/meta/recipes-support/hal/hal.inc +++ b/meta/recipes-support/hal/hal.inc | |||
@@ -6,7 +6,7 @@ SECTION = "unknown" | |||
6 | LICENSE = "GPLv2+ | AFL" | 6 | LICENSE = "GPLv2+ | AFL" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=5b5ffd59fbb7c2fff6de76c94177af31" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=5b5ffd59fbb7c2fff6de76c94177af31" |
8 | 8 | ||
9 | DEPENDS = "dbus-glib udev util-linux intltool intltool-native expat libusb gperf-native" | 9 | DEPENDS = "virtual/kernel dbus-glib udev util-linux intltool intltool-native expat libusb gperf-native" |
10 | RDEPENDS_${PN} += "udev hal-info" | 10 | RDEPENDS_${PN} += "udev hal-info" |
11 | 11 | ||
12 | SRC_URI = "http://hal.freedesktop.org/releases/hal-${PV}.tar.gz \ | 12 | SRC_URI = "http://hal.freedesktop.org/releases/hal-${PV}.tar.gz \ |