From 9c5c260b7f56a7214c45f7457d9bdb91d0b5d45a Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 21 Aug 2009 15:00:58 +0200 Subject: add missing MimeWriter to python-mime bump PR --- packages/python/python-2.5.1-manifest.inc | 108 +++++++++++++++--------------- packages/python/python_2.5.1.bb | 2 +- 2 files changed, 55 insertions(+), 55 deletions(-) mode change 100644 => 100755 packages/python/python-2.5.1-manifest.inc mode change 100644 => 100755 packages/python/python_2.5.1.bb diff --git a/packages/python/python-2.5.1-manifest.inc b/packages/python/python-2.5.1-manifest.inc old mode 100644 new mode 100755 index 08c8008d00..0cb505881c --- a/packages/python/python-2.5.1-manifest.inc +++ b/packages/python/python-2.5.1-manifest.inc @@ -13,261 +13,261 @@ PROVIDES+="python-threading python-distutils python-textutils python-codecs pyth PACKAGES="python-threading python-distutils python-textutils python-codecs python-pickle python-datetime python-core python-io python-compiler python-compression python-re python-xmlrpc python-terminal python-email python-image python-resource python-devel python-math python-hotshot python-unixadmin python-tkinter python-gdbm python-fcntl python-netclient python-pprint python-netserver python-curses python-syslog python-html python-readline python-pydoc python-logging python-mailbox python-xml python-mime python-tests python-unittest python-stringold python-lib-old-and-deprecated python-compile python-shell python-bsddb python-mmap python-zlib python-db python-crypt python-idle python-lang python-audio python-extensions python-ctypes python-sqlite3 " DESCRIPTION_python-threading="Python Threading & Synchronization Support" -PR_python-threading="ml3" +PR_python-threading="ml4" RDEPENDS_python-threading="python-core python-lang" FILES_python-threading="${pydir}/_threading_local.* ${pydir}/bisect.* ${pydyndir}/_bisect.so ${pydir}/dummy_thread.* ${pydir}/dummy_threading.* ${pydir}/mutex.* ${pydir}/threading.* ${pydir}/Queue.* " DESCRIPTION_python-distutils="Python Distribution Utilities" -PR_python-distutils="ml3" +PR_python-distutils="ml4" RDEPENDS_python-distutils="python-core" FILES_python-distutils="${pydir}/config ${pydir}/distutils " DESCRIPTION_python-textutils="Python Option Parsing, Text Wrapping and Comma-Separated-Value Support" -PR_python-textutils="ml3" +PR_python-textutils="ml4" RDEPENDS_python-textutils="python-core python-io python-re python-stringold" FILES_python-textutils="${pydyndir}/_csv.so ${pydir}/csv.* ${pydir}/optparse.* ${pydir}/textwrap.* " DESCRIPTION_python-codecs="Python Codecs, Encodings & i18n Support" -PR_python-codecs="ml3" +PR_python-codecs="ml4" RDEPENDS_python-codecs="python-core" FILES_python-codecs="${pydir}/codecs.* ${pydir}/encodings ${pydir}/gettext.* ${pydir}/locale.* ${pydyndir}/_locale.so ${pydyndir}/unicodedata.so ${pydir}/stringprep.* ${pydir}/xdrlib.* " DESCRIPTION_python-pickle="Python Persistence Support" -PR_python-pickle="ml3" +PR_python-pickle="ml4" RDEPENDS_python-pickle="python-core python-codecs python-re" FILES_python-pickle="${pydir}/pickle.* ${pydir}/shelve.* ${pydyndir}/cPickle.so " DESCRIPTION_python-datetime="Python Calendar and Time support" -PR_python-datetime="ml3" +PR_python-datetime="ml4" RDEPENDS_python-datetime="python-core python-codecs" FILES_python-datetime="${pydir}/_strptime.* ${pydir}/calendar.* ${pydyndir}/datetime.so " DESCRIPTION_python-core="Python Interpreter and core modules (needed!)" -PR_python-core="ml3" +PR_python-core="ml4" RDEPENDS_python-core="" FILES_python-core="${pydir}/__future__.* ${pydir}/copy.* ${pydir}/copy_reg.* ${pydir}/ConfigParser.py ${pydir}/getopt.* ${pydir}/heapq.* ${pydyndir}/_heapq.so ${pydir}/linecache.* ${pydir}/new.* ${pydir}/os.* ${pydir}/posixpath.* ${pydir}/warnings.* ${pydir}/site.* ${pydir}/stat.* ${pydir}/UserDict.* ${pydyndir}/binascii.so ${pydyndir}/_struct.so ${pydir}/struct.* ${pydyndir}/time.so ${pydyndir}/xreadlines.so ${pydyndir}/dl.so ${pydir}/types.* ${pydir}/pkgutil.* /usr/bin/python ${pydir}/platform.* " DESCRIPTION_python-io="Python Low-Level I/O" -PR_python-io="ml3" +PR_python-io="ml4" RDEPENDS_python-io="python-core python-math" FILES_python-io="${pydyndir}/_socket.so ${pydyndir}/_ssl.so ${pydyndir}/select.so ${pydyndir}/termios.so ${pydyndir}/cStringIO.so ${pydir}/pipes.* ${pydir}/socket.* ${pydir}/tempfile.* ${pydir}/StringIO.* " DESCRIPTION_python-compiler="Python Compiler Support" -PR_python-compiler="ml3" +PR_python-compiler="ml4" RDEPENDS_python-compiler="python-core" FILES_python-compiler="${pydir}/compiler " DESCRIPTION_python-compression="Python High Level Compression Support" -PR_python-compression="ml3" +PR_python-compression="ml4" RDEPENDS_python-compression="python-core python-zlib" FILES_python-compression="${pydir}/gzip.* ${pydir}/zipfile.* " DESCRIPTION_python-re="Python Regular Expression APIs" -PR_python-re="ml3" +PR_python-re="ml4" RDEPENDS_python-re="python-core" FILES_python-re="${pydir}/re.* ${pydir}/sre.* ${pydir}/sre_compile.* ${pydir}/sre_constants* ${pydir}/sre_parse.* " DESCRIPTION_python-xmlrpc="Python XMLRPC Support" -PR_python-xmlrpc="ml3" +PR_python-xmlrpc="ml4" RDEPENDS_python-xmlrpc="python-core python-xml python-netserver python-lang" FILES_python-xmlrpc="${pydir}/xmlrpclib.* ${pydir}/SimpleXMLRPCServer.* " DESCRIPTION_python-terminal="Python Terminal Controlling Support" -PR_python-terminal="ml3" +PR_python-terminal="ml4" RDEPENDS_python-terminal="python-core python-io" FILES_python-terminal="${pydir}/pty.* ${pydir}/tty.* " DESCRIPTION_python-email="Python Email Support" -PR_python-email="ml3" +PR_python-email="ml4" RDEPENDS_python-email="python-core python-io python-re" FILES_python-email="${pydir}/email " DESCRIPTION_python-image="Python Graphical Image Handling" -PR_python-image="ml3" +PR_python-image="ml4" RDEPENDS_python-image="python-core" FILES_python-image="${pydir}/colorsys.* ${pydir}/imghdr.* ${pydyndir}/imageop.so ${pydyndir}/rgbimg.so " DESCRIPTION_python-resource="Python Resource Control Interface" -PR_python-resource="ml3" +PR_python-resource="ml4" RDEPENDS_python-resource="python-core" FILES_python-resource="${pydyndir}/resource.so " DESCRIPTION_python-devel="Python Development Package" -PR_python-devel="ml3" +PR_python-devel="ml4" RDEPENDS_python-devel="python-core" FILES_python-devel="/usr/include ${pydir}/config " DESCRIPTION_python-math="Python Math Support" -PR_python-math="ml3" +PR_python-math="ml4" RDEPENDS_python-math="python-core" FILES_python-math="${pydyndir}/cmath.so ${pydyndir}/math.so ${pydyndir}/_random.so ${pydir}/random.* ${pydir}/sets.* " DESCRIPTION_python-hotshot="Python Hotshot Profiler" -PR_python-hotshot="ml3" +PR_python-hotshot="ml4" RDEPENDS_python-hotshot="python-core" FILES_python-hotshot="${pydir}/hotshot ${pydyndir}/_hotshot.so ${pydyndir}/_lsprof.so ${pydir}/cProfile.py ${pydir}/profile.py ${pydir}/pstats.py " DESCRIPTION_python-unixadmin="Python Unix Administration Support" -PR_python-unixadmin="ml3" +PR_python-unixadmin="ml4" RDEPENDS_python-unixadmin="python-core" FILES_python-unixadmin="${pydyndir}/nis.so ${pydyndir}/grp.so ${pydyndir}/spwd.so ${pydir}/getpass.* " DESCRIPTION_python-tkinter="Python Tcl/Tk Bindings" -PR_python-tkinter="ml3" +PR_python-tkinter="ml4" RDEPENDS_python-tkinter="python-core" FILES_python-tkinter="${pydyndir}/_tkinter.so ${pydir}/lib-tk " DESCRIPTION_python-gdbm="Python GNU Database Support" -PR_python-gdbm="ml3" +PR_python-gdbm="ml4" RDEPENDS_python-gdbm="python-core libgdbm3" FILES_python-gdbm="${pydyndir}/gdbm.so " DESCRIPTION_python-fcntl="Python's fcntl Interface" -PR_python-fcntl="ml3" +PR_python-fcntl="ml4" RDEPENDS_python-fcntl="python-core" FILES_python-fcntl="${pydyndir}/fcntl.so " DESCRIPTION_python-netclient="Python Internet Protocol Clients" -PR_python-netclient="ml3" +PR_python-netclient="ml4" RDEPENDS_python-netclient="python-core python-datetime python-io python-lang python-logging python-mime" FILES_python-netclient="${pydir}/_LWPCookieJar.* ${pydir}/_MozillaCookieJar.* ${pydir}/base64.* ${pydir}/cookielib.* ${pydir}/ftplib.* ${pydir}/gopherlib.* ${pydir}/hmac.* ${pydir}/httplib.* ${pydir}/mimetypes.* ${pydir}/nntplib.* ${pydir}/poplib.* ${pydir}/smtplib.* ${pydir}/telnetlib.* ${pydir}/urllib.* ${pydir}/urllib2.* ${pydir}/urlparse.* " DESCRIPTION_python-pprint="Python Pretty-Print Support" -PR_python-pprint="ml3" +PR_python-pprint="ml4" RDEPENDS_python-pprint="python-core" FILES_python-pprint="${pydir}/pprint.* " DESCRIPTION_python-netserver="Python Internet Protocol Servers" -PR_python-netserver="ml3" +PR_python-netserver="ml4" RDEPENDS_python-netserver="python-core python-netclient" FILES_python-netserver="${pydir}/cgi.* ${pydir}/BaseHTTPServer.* ${pydir}/SimpleHTTPServer.* ${pydir}/SocketServer.* " DESCRIPTION_python-curses="Python Curses Support" -PR_python-curses="ml3" +PR_python-curses="ml4" RDEPENDS_python-curses="python-core libncurses5" FILES_python-curses="${pydir}/curses ${pydyndir}/_curses.so ${pydyndir}/_curses_panel.so " DESCRIPTION_python-syslog="Python's syslog Interface" -PR_python-syslog="ml3" +PR_python-syslog="ml4" RDEPENDS_python-syslog="python-core" FILES_python-syslog="${pydyndir}/syslog.so " DESCRIPTION_python-html="Python HTML Processing" -PR_python-html="ml3" +PR_python-html="ml4" RDEPENDS_python-html="python-core" FILES_python-html="${pydir}/formatter.* ${pydir}/htmlentitydefs.* ${pydir}/htmllib.* ${pydir}/markupbase.* ${pydir}/sgmllib.* " DESCRIPTION_python-readline="Python Readline Support" -PR_python-readline="ml3" +PR_python-readline="ml4" RDEPENDS_python-readline="python-core libreadline4" FILES_python-readline="${pydyndir}/readline.so ${pydir}/rlcompleter.* " DESCRIPTION_python-pydoc="Python Interactive Help Support" -PR_python-pydoc="ml3" +PR_python-pydoc="ml4" RDEPENDS_python-pydoc="python-core python-lang python-stringold python-re" FILES_python-pydoc="/usr/bin/pydoc ${pydir}/pydoc.* " DESCRIPTION_python-logging="Python Logging Support" -PR_python-logging="ml3" +PR_python-logging="ml4" RDEPENDS_python-logging="python-core" FILES_python-logging="${pydir}/logging " DESCRIPTION_python-mailbox="Python Mailbox Format Support" -PR_python-mailbox="ml3" +PR_python-mailbox="ml4" RDEPENDS_python-mailbox="python-core python-mime" FILES_python-mailbox="${pydir}/mailbox.* " DESCRIPTION_python-xml="Python basic XML support." -PR_python-xml="ml3" +PR_python-xml="ml4" RDEPENDS_python-xml="python-core python-re" FILES_python-xml="${pydyndir}/_elementtree.so ${pydyndir}/pyexpat.so ${pydir}/xml ${pydir}/xmllib.* " DESCRIPTION_python-mime="Python MIME Handling APIs" -PR_python-mime="ml3" +PR_python-mime="ml4" RDEPENDS_python-mime="python-core python-io" -FILES_python-mime="${pydir}/mimetools.* ${pydir}/quopri.* ${pydir}/rfc822.* " +FILES_python-mime="${pydir}/mimetools.* ${pydir}/MimeWriter.* ${pydir}/quopri.* ${pydir}/rfc822.* " DESCRIPTION_python-tests="Python Tests" -PR_python-tests="ml3" +PR_python-tests="ml4" RDEPENDS_python-tests="python-core" FILES_python-tests="${pydir}/test " DESCRIPTION_python-unittest="Python Unit Testing Framework" -PR_python-unittest="ml3" +PR_python-unittest="ml4" RDEPENDS_python-unittest="python-core python-stringold python-lang" FILES_python-unittest="${pydir}/unittest.* " DESCRIPTION_python-stringold="Python Deprecated String APIs" -PR_python-stringold="ml3" +PR_python-stringold="ml4" RDEPENDS_python-stringold="python-core python-re" FILES_python-stringold="${pydyndir}/strop.so ${pydir}/string.* " DESCRIPTION_python-lib-old-and-deprecated="Python Deprecated Libraries" -PR_python-lib-old-and-deprecated="ml3" +PR_python-lib-old-and-deprecated="ml4" RDEPENDS_python-lib-old-and-deprecated="python-core" FILES_python-lib-old-and-deprecated="${pydir}/lib-old " DESCRIPTION_python-compile="Python Bytecode Compilation Support" -PR_python-compile="ml3" +PR_python-compile="ml4" RDEPENDS_python-compile="python-core" FILES_python-compile="${pydir}/py_compile.* ${pydir}/compileall.* " DESCRIPTION_python-shell="Python Shell-Like Functionality" -PR_python-shell="ml3" +PR_python-shell="ml4" RDEPENDS_python-shell="python-core python-re" FILES_python-shell="${pydir}/commands.* ${pydir}/dircache.* ${pydir}/fnmatch.* ${pydir}/glob.* ${pydir}/popen2.* ${pydir}/shutil.* " DESCRIPTION_python-bsddb="Python Berkeley Database Bindings" -PR_python-bsddb="ml3" +PR_python-bsddb="ml4" RDEPENDS_python-bsddb="python-core" FILES_python-bsddb="${pydir}/bsddb " DESCRIPTION_python-mmap="Python Memory-Mapped-File Support" -PR_python-mmap="ml3" +PR_python-mmap="ml4" RDEPENDS_python-mmap="python-core python-io" FILES_python-mmap="${pydyndir}/mmap.so " DESCRIPTION_python-zlib="Python zlib Support." -PR_python-zlib="ml3" -RDEPENDS_python-zlib="python-core libz1" +PR_python-zlib="ml4" +RDEPENDS_python-zlib="python-core" FILES_python-zlib="${pydyndir}/zlib.so " DESCRIPTION_python-db="Python File-Based Database Support" -PR_python-db="ml3" +PR_python-db="ml4" RDEPENDS_python-db="python-core" FILES_python-db="${pydir}/anydbm.* ${pydir}/dumbdbm.* ${pydir}/whichdb.* " DESCRIPTION_python-crypt="Python Basic Cryptographic and Hashing Support" -PR_python-crypt="ml3" +PR_python-crypt="ml4" RDEPENDS_python-crypt="python-core" FILES_python-crypt="${pydyndir}/crypt.so ${pydyndir}/_hashlib.so ${pydyndir}/_md5.so ${pydyndir}/_sha.so ${pydyndir}/_sha256.so ${pydyndir}/_sha512.so ${pydir}/md5.* ${pydir}/sha.* ${pydir}/hashlib.* " DESCRIPTION_python-idle="Python Integrated Development Environment" -PR_python-idle="ml3" +PR_python-idle="ml4" RDEPENDS_python-idle="python-core python-tkinter" FILES_python-idle="/usr/bin/idle ${pydir}/idlelib " DESCRIPTION_python-lang="Python Low-Level Language Support" -PR_python-lang="ml3" +PR_python-lang="ml4" RDEPENDS_python-lang="python-core" FILES_python-lang="${pydyndir}/array.so ${pydyndir}/parser.so ${pydyndir}/operator.so ${pydyndir}/_weakref.so ${pydyndir}/itertools.so ${pydyndir}/collections.so ${pydir}/atexit.* ${pydir}/code.* ${pydir}/codeop.* ${pydir}/dis.* ${pydir}/inspect.* ${pydir}/keyword.* ${pydir}/opcode.* ${pydir}/repr.* ${pydir}/token.* ${pydir}/tokenize.* ${pydir}/traceback.* ${pydir}/linecache.* ${pydir}/weakref.* " DESCRIPTION_python-audio="Python Audio Handling" -PR_python-audio="ml3" +PR_python-audio="ml4" RDEPENDS_python-audio="python-core" FILES_python-audio="${pydir}/wave.* ${pydir}/chunk.* ${pydyndir}/ossaudiodev.so ${pydyndir}/audioop.so ${pydyndir}/linuxaudiodev.so " DESCRIPTION_python-extensions="Python 2.5 Extensions" -PR_python-extensions="ml3" +PR_python-extensions="ml4" RDEPENDS_python-extensions="python-core" FILES_python-extensions="${pydir}/contextlib.* ${pydir}/functools.* ${pydyndir}/_functools.so ${pydir}/runpy.* " DESCRIPTION_python-ctypes="Python 2.5 ctypes/dlls/sharedlib Extensions" -PR_python-ctypes="ml3" +PR_python-ctypes="ml4" RDEPENDS_python-ctypes="python-core" FILES_python-ctypes="${pydir}/ctypes ${pydyndir}/_ctypes.so " DESCRIPTION_python-sqlite3="Python 2.5 Sqlite Database Lib" -PR_python-sqlite3="ml3" +PR_python-sqlite3="ml4" RDEPENDS_python-sqlite3="python-core" FILES_python-sqlite3="${pydir}/sqlite3 ${pydyndir}/_sqlite3.so " diff --git a/packages/python/python_2.5.1.bb b/packages/python/python_2.5.1.bb old mode 100644 new mode 100755 index 73168dc2d3..3f76aaba51 --- a/packages/python/python_2.5.1.bb +++ b/packages/python/python_2.5.1.bb @@ -5,7 +5,7 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " DEPENDS = "python-native readline zlib gdbm openssl" -PR = "ml3" +PR = "ml4" PYTHON_MAJMIN = "2.5" -- cgit 1.2.3-korg From 40af8fec4a3f2209b95448e0ed8b3c13f3ce6a08 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 21 Aug 2009 15:04:09 +0200 Subject: add CrashlogAutoSubmit and push SRCDATE --- packages/enigma2/enigma2-plugins.bb | 2 +- packages/enigma2/enigma2.bb | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) mode change 100644 => 100755 packages/enigma2/enigma2-plugins.bb diff --git a/packages/enigma2/enigma2-plugins.bb b/packages/enigma2/enigma2-plugins.bb old mode 100644 new mode 100755 index 6fbfe7d16c..66072c0499 --- a/packages/enigma2/enigma2-plugins.bb +++ b/packages/enigma2/enigma2-plugins.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Additional plugins for Enigma2" MAINTAINER = "Felix Domke " -SRCDATE = "20090806" +SRCDATE = "20090822" PACKAGES_DYNAMIC = "enigma2-plugin-*" diff --git a/packages/enigma2/enigma2.bb b/packages/enigma2/enigma2.bb index c1aaca57d9..4d70131f02 100644 --- a/packages/enigma2/enigma2.bb +++ b/packages/enigma2/enigma2.bb @@ -39,13 +39,14 @@ DESCRIPTION_append_enigma2-plugin-systemplugins-skinselector = "shows a menu wit DESCRIPTION_append_enigma2-plugin-systemplugins-videomode = "selects advanced video modes" RDEPENDS_enigma2-plugin-extensions-dvdplayer = "libdreamdvd0" RDEPENDS_enigma2-plugin-systemplugins-nfiflash = "twisted-web" - +DESCRIPTION_append_enigma2-plugin-systemplugins-crashlogautosubmit = "automatically send crashlogs to Dream Multimedia" +RDEPENDS_enigma2-plugin-systemplugins-crashlogautosubmit = "twisted-mail twisted-names python-compression python-mime" DESCRIPTION_append_enigma2-plugin-extenstions-modem = "opens a menu to connect to internet via builtin modem." RDEPENDS_enigma2-plugin-extensions-modem = "dreambox-modem-ppp-scripts" PN = "enigma2" PR = "r0" -SRCDATE = "20090806" +SRCDATE = "20090822" # if you want experimental, use: #REL_MAJOR="2" -- cgit 1.2.3-korg From 8b30bac714a2a95be425bad4b19fae15fd18b013 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 21 Aug 2009 15:05:36 +0200 Subject: add CrashlogAutoSubmitter to dreambox-image --- packages/images/dreambox-image.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/images/dreambox-image.bb b/packages/images/dreambox-image.bb index 34426d3255..6955aee708 100644 --- a/packages/images/dreambox-image.bb +++ b/packages/images/dreambox-image.bb @@ -19,6 +19,7 @@ OPENDREAMBOX_COMMON_R = "util-linux-sfdisk util-linux-fdisk e2fsprogs-mke2fs \ OPENDREAMBOX_EXPERIMENTAL = "enigma2 tuxbox-tuxtxt-32bpp twisted twisted-web2 aio-grab" OPENDREAMBOX_EXPERIMENTAL_R = "enigma2-plugin-systemplugins-frontprocessorupgrade \ enigma2-plugin-systemplugins-softwareupdate \ + enigma2-plugin-systemplugins-crashlogautosubmit \ enigma2-plugin-systemplugins-positionersetup \ enigma2-plugin-extensions-cutlisteditor \ enigma2-plugin-systemplugins-configurationbackup \ -- cgit 1.2.3-korg From 6d4fba802d8efda657ec368e7f7bdc0f5818d1ad Mon Sep 17 00:00:00 2001 From: ghost Date: Sat, 22 Aug 2009 10:02:12 +0200 Subject: enigma2-skins.bb: add PACKAGES_DYNAMIC --- packages/enigma2/enigma2-skins.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/enigma2/enigma2-skins.bb b/packages/enigma2/enigma2-skins.bb index 72e108d1a2..add1451a28 100644 --- a/packages/enigma2/enigma2-skins.bb +++ b/packages/enigma2/enigma2-skins.bb @@ -3,6 +3,8 @@ MAINTAINER = "Felix Domke " SRCDATE = "20090729" +PACKAGES_DYNAMIC = "enigma2-skin-*" + # if you want experimental, use: #REL_MAJOR="2" #REL_MINOR="6" -- cgit 1.2.3-korg From 4d2395c810c3bac7e5354d42d50053f5d321f449 Mon Sep 17 00:00:00 2001 From: ghost Date: Sat, 22 Aug 2009 10:03:07 +0200 Subject: dreambox-image.bb: add enigma2-skins to DEPENDS and enigma2-skin-nemesis.glassline to RDEPENDS --- packages/images/dreambox-image.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/images/dreambox-image.bb b/packages/images/dreambox-image.bb index 6955aee708..b28add256d 100644 --- a/packages/images/dreambox-image.bb +++ b/packages/images/dreambox-image.bb @@ -16,7 +16,7 @@ OPENDREAMBOX_COMMON_R = "util-linux-sfdisk util-linux-fdisk e2fsprogs-mke2fs \ base-files-doc sambaserver avahi-daemon" # experimental packages -OPENDREAMBOX_EXPERIMENTAL = "enigma2 tuxbox-tuxtxt-32bpp twisted twisted-web2 aio-grab" +OPENDREAMBOX_EXPERIMENTAL = "enigma2 tuxbox-tuxtxt-32bpp twisted twisted-web2 aio-grab enigma2-skins" OPENDREAMBOX_EXPERIMENTAL_R = "enigma2-plugin-systemplugins-frontprocessorupgrade \ enigma2-plugin-systemplugins-softwareupdate \ enigma2-plugin-systemplugins-crashlogautosubmit \ @@ -33,6 +33,7 @@ OPENDREAMBOX_EXPERIMENTAL_R = "enigma2-plugin-systemplugins-frontprocessorupgrad enigma2-plugin-extensions-mediaplayer \ enigma2-plugin-systemplugins-hotplug \ enigma2-plugin-systemplugins-networkwizard \ + enigma2-skin-nemesis.glassline \ enigma2-streamproxy ethtool \ enigma2-defaultservices \ twisted-web2 twisted python-crypt python-crypto \ -- cgit 1.2.3-korg