diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-21 19:44:49 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-21 19:44:49 +0000 |
commit | 3a2ad0bcad0bd0ba95befa998bd93751260e1b17 (patch) | |
tree | 38c8403f864876f41577911e53ef7a12d15b8396 | |
parent | 19fab2aabdae7647675f1a9cd9e651a61413a0bc (diff) |
remove spurious RDEPENDS from lirc-modules
BKrev: 41a0f031exmhGobgsC-9fSUfPUG8Ow
-rw-r--r-- | lirc/lirc-modules_0.7.0.oe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lirc/lirc-modules_0.7.0.oe b/lirc/lirc-modules_0.7.0.oe index 98decf80b2..75b5edbb11 100644 --- a/lirc/lirc-modules_0.7.0.oe +++ b/lirc/lirc-modules_0.7.0.oe @@ -3,9 +3,8 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" -RDEPENDS = "linux-${KERNEL_VERSION}" DEPENDS = "virtual/kernel" -PR = "r1" +PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/lirc/lirc-${PV}.tar.gz \ file://lirc_sir-sa1100.patch;patch=1" |