fix up dvb dependencies
authorPhil Blundell <philb@gnu.org>
Sat, 11 Sep 2004 00:01:37 +0000 (00:01 +0000)
committerPhil Blundell <philb@gnu.org>
Sat, 11 Sep 2004 00:01:37 +0000 (00:01 +0000)
BKrev: 41424061igiA5lwB1Nc4kcK_nAqNqA

meta/dvb-image.oe
meta/task-dvb.oe

index e69de29..e21e673 100644 (file)
@@ -0,0 +1,8 @@
+export IMAGE_BASENAME = "dvb-image"
+
+DVB_PACKAGES = "task-bootstrap task-dvb"
+
+export IPKG_INSTALL = "${DVB_PACKAGES}"
+DEPENDS = "${DVB_PACKAGES}"
+
+inherit image_ipk
index 4f49075..0e9eb96 100644 (file)
@@ -5,4 +5,4 @@ ALLOW_EMPTY = 1
 PR = "r1"
 
 RDEPENDS = "dvbstream dvbtune xserver-kdrive-fbdev tda1004x-firmware gst-plugins mythtv"
-DEPENDS = "dvbstream dvbtune xserver-kdrive tda1004x-firmware mythtv"
+DEPENDS = "dvbstream dvbtune xserver-kdrive tda1004x-firmware mythtv gst-plugins"