diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-25 17:11:35 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-25 17:11:35 +0000 |
commit | 5fe31349cf4b3db61d428344d0f93f8c1f97b3a5 (patch) | |
tree | d6e07d457b6cabfafe7fb845a6006e4b8aded0a5 /lirc | |
parent | 538828af6deb41bd9f7a9e0ca5015f2df22435b1 (diff) |
Merge bk://oe-devel@oe-devel.bkbits.net/packages
into stealth.nexus.co.uk:/home/pb/oe/oe-packages
2004/11/25 17:11:03+00:00 nexus.co.uk!pb
add missing dependency on fakeroot-native to lirc-modules
BKrev: 41a61247KxwW8UteOhn2pM8aKs30zw
Diffstat (limited to 'lirc')
-rw-r--r-- | lirc/lirc-modules_0.7.0.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lirc/lirc-modules_0.7.0.oe b/lirc/lirc-modules_0.7.0.oe index 75b5edbb11..237ddfdabe 100644 --- a/lirc/lirc-modules_0.7.0.oe +++ b/lirc/lirc-modules_0.7.0.oe @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" -DEPENDS = "virtual/kernel" +DEPENDS = "virtual/kernel fakeroot-native" PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/lirc/lirc-${PV}.tar.gz \ |