[oe-commits] : dreambox-image: add cdplayer support for dm8000

OE GIT Trial gittrial at amethyst.openembedded.net
Mon Oct 6 13:32:26 UTC 2008


Module: org.openembedded.dev.git
Branch: org.openembedded.dreambox
Commit: 13194e3f320fcce1aee78ce53ae5f902df1b634f
URL:    http://gitweb.openembedded.net/?p=org.openembedded.dev.git&a=commit;h=13194e3f320fcce1aee78ce53ae5f902df1b634f

Author:  <tmbinc at openembedded.org>
Date:   Mon Oct  6 13:15:43 2008 +0000

dreambox-image: add cdplayer support for dm8000

---

 packages/images/dreambox-image.bb |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/packages/images/dreambox-image.bb b/packages/images/dreambox-image.bb
index acd69c5..0c9f49a 100644
--- a/packages/images/dreambox-image.bb
+++ b/packages/images/dreambox-image.bb
@@ -102,6 +102,8 @@ DVDPLAYER_SUPPORT_R = "enigma2-plugin-extensions-dvdplayer"
 
 DVDBURN_SUPPORT_R = "enigma2-plugin-extensions-dvdburn dvd+rw-tools dvdauthor mjpegtools cdrkit python-imaging projectx"
 
+CDPLAYER_SUPPORT_R = "kernel-module-cdfs libcddb libcdio enigma2-plugin-extensions-cdinfo"
+
 # now machine specific:
 OPENDREAMBOX_COMMON_MACHINE_dm600pvr += "${OPENDREAMBOX_V2_ONLY} ${OPENDREAMBOX_TUXBOX} ${MODEM_SUPPORT}"
 OPENDREAMBOX_COMMON_MACHINE_R_dm600pvr += "${OPENDREAMBOX_TUXBOX_R} ${MODEM_SUPPORT_R} dreambox-blindscan-utils"
@@ -124,7 +126,10 @@ OPENDREAMBOX_COMMON_MACHINE_R_dm800 += "${OPENDREAMBOX_EXPERIMENTAL_R} ${WLAN_SU
 OPENDREAMBOX_COMMON_MACHINE_D_dm800 += ""
 
 OPENDREAMBOX_COMMON_MACHINE_dm8000 += "${OPENDREAMBOX_V3_ONLY} ${OPENDREAMBOX_EXPERIMENTAL} ${WLAN_SUPPORT} ${WLAN_MADWIFI}"
-OPENDREAMBOX_COMMON_MACHINE_R_dm8000 += "${OPENDREAMBOX_EXPERIMENTAL_R} ${WLAN_SUPPORT_R} ${WLAN_MADWIFI_R} ${DVDPLAYER_SUPPORT_R} ${DVDBURN_SUPPORT_R}  enigma2-plugin-systemplugins-videomode"
+OPENDREAMBOX_COMMON_MACHINE_R_dm8000 += "${OPENDREAMBOX_EXPERIMENTAL_R} \
+	${WLAN_SUPPORT_R} ${WLAN_MADWIFI_R} ${DVDPLAYER_SUPPORT_R} \
+	${DVDBURN_SUPPORT_R}  enigma2-plugin-systemplugins-videomode \
+	${CDPLAYER_SUPPORT_R}"
 OPENDREAMBOX_COMMON_MACHINE_D_dm8000 += ""
 
 # collect the stuff into OPENDREAMBOX_COMMON





More information about the Openembedded-commits mailing list