diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-21 22:54:23 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-21 22:54:23 +0000 |
commit | ca6e4675d6b68560b754c208fb1737a5662d6a84 (patch) | |
tree | 19c9b340cf0234b6cd74d0967c092cad88a0271f | |
parent | efc5e03fe6c307daa84e802fc2d602a19de9d21a (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into stealth.nexus.co.uk:/home/pb/oe/oe-packages
2004/11/21 22:54:07+00:00 nexus.co.uk!pb
remove spurious RDEPENDS from lirc packages
BKrev: 41a11c9f3Lxu5KH2oJNtv6mCvXWi5g
-rw-r--r-- | lirc/lirc_0.6.6.oe | 3 | ||||
-rw-r--r-- | lirc/lirc_0.7.0.oe | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/lirc/lirc_0.6.6.oe b/lirc/lirc_0.6.6.oe index ac4833d86f..2000f14465 100644 --- a/lirc/lirc_0.6.6.oe +++ b/lirc/lirc_0.6.6.oe @@ -3,9 +3,8 @@ SECTION = "console/network" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" -RDEPENDS = "kernel lirc-modules-${PV}" DEPENDS = "virtual/kernel" -PR = "r4" +PR = "r5" SRC_URI = "${SOURCEFORGE_MIRROR}/lirc/lirc-${PV}.tar.gz" S = "${WORKDIR}/lirc-${PV}" diff --git a/lirc/lirc_0.7.0.oe b/lirc/lirc_0.7.0.oe index d7ce92680c..523f6d9625 100644 --- a/lirc/lirc_0.7.0.oe +++ b/lirc/lirc_0.7.0.oe @@ -3,7 +3,6 @@ SECTION = "console/network" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" -RDEPENDS = "kernel lirc-modules-${PV}" DEPENDS = "virtual/kernel" PR = "r3" |