diff options
author | Phil Blundell <philb@gnu.org> | 2004-09-11 00:01:37 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-09-11 00:01:37 +0000 |
commit | cc8edc6acc3ea820dfcab3c35d0b3a3d93572005 (patch) | |
tree | 5feff4dcc245c499191a4f2909af9ac3b8a99324 /meta/dvb-image.oe | |
parent | 305a0c42c816cfcc27d2f7aa0218f623f37bcaee (diff) |
fix up dvb dependencies
BKrev: 41424061igiA5lwB1Nc4kcK_nAqNqA
Diffstat (limited to 'meta/dvb-image.oe')
-rw-r--r-- | meta/dvb-image.oe | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/dvb-image.oe b/meta/dvb-image.oe index e69de29bb2..e21e673539 100644 --- a/meta/dvb-image.oe +++ b/meta/dvb-image.oe @@ -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 |