From: Phil Blundell Date: Sun, 21 Nov 2004 22:54:23 +0000 (+0000) Subject: Merge bk://openembedded@openembedded.bkbits.net/packages-devel X-Git-Tag: Release-2010-05/1~16015 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca6e4675d6b68560b754c208fb1737a5662d6a84;p=openembedded.git 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 --- 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 " 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 " LICENSE = "GPL" -RDEPENDS = "kernel lirc-modules-${PV}" DEPENDS = "virtual/kernel" PR = "r3"