diff options
author | Ross Burton <ross@openedhand.com> | 2007-03-05 10:00:39 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-03-05 10:00:39 +0000 |
commit | 3351a60de8d80b04da9ce5d7edaeeefb18f16c21 (patch) | |
tree | 50d2557d841f2d4772f857627ec20598d97d8fb8 | |
parent | af37d17d15931a85fe95436c3f7e417358812896 (diff) | |
download | openembedded-core-3351a60de8d80b04da9ce5d7edaeeefb18f16c21.tar.gz openembedded-core-3351a60de8d80b04da9ce5d7edaeeefb18f16c21.tar.bz2 openembedded-core-3351a60de8d80b04da9ce5d7edaeeefb18f16c21.zip |
Add virtual/kernel depends
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1326 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/hal/hal_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/hal/hal_git.bb b/meta/packages/hal/hal_git.bb index 2c737f92ff..7797ac3a9d 100644 --- a/meta/packages/hal/hal_git.bb +++ b/meta/packages/hal/hal_git.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://freedesktop.org/Software/hal" SECTION = "unknown" LICENSE = "GPL LGPL AFL" -DEPENDS = "dbus-glib udev intltool expat libusb" +DEPENDS = "virtual/kernel dbus-glib udev intltool expat libusb" RDEPENDS += "udev" #RDEPENDS_hal-device-manager = "python hal python-pygnome" RRECOMMENDS = "udev-utils" |