aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoracid-burn <acidburn@opendreambox.org>2009-07-29 09:57:22 +0200
committeracid-burn <acidburn@opendreambox.org>2009-07-29 09:57:22 +0200
commitcc3a0a49224051e05480336b42005e305debe221 (patch)
tree71b47818521578eac7d43738d464107574e9a15f
parent177228f80c113c15d3cf437264bc56f712d9e92c (diff)
downloadopenembedded-cc3a0a49224051e05480336b42005e305debe221.tar.gz
add CrashlogAutoSubmit and push SRCDATE
-rwxr-xr-x[-rw-r--r--]packages/enigma2/enigma2-plugins.bb2
-rwxr-xr-xpackages/enigma2/enigma2.bb4
2 files changed, 4 insertions, 2 deletions
diff --git a/packages/enigma2/enigma2-plugins.bb b/packages/enigma2/enigma2-plugins.bb
index 52b847187e..46af087d6f 100644..100755
--- a/packages/enigma2/enigma2-plugins.bb
+++ b/packages/enigma2/enigma2-plugins.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Additional plugins for Enigma2"
MAINTAINER = "Felix Domke <tmbinc@elitedvb.net>"
-SRCDATE = "20090623"
+SRCDATE = "20090630"
PACKAGES_DYNAMIC = "enigma2-plugin-*"
diff --git a/packages/enigma2/enigma2.bb b/packages/enigma2/enigma2.bb
index c628994358..cb102cfcb1 100755
--- a/packages/enigma2/enigma2.bb
+++ b/packages/enigma2/enigma2.bb
@@ -43,13 +43,15 @@ RDEPENDS_enigma2-plugin-systemplugins-nfiflash = "twisted-web"
RDEPENDS_enigma2-plugin-systemplugins-softwaremanager = "twisted-web"
RCONFLICTS_enigma2-plugin-systemplugins-softwaremanager = "enigma2-plugin-systemplugins-configurationbackup enigma2-plugin-systemplugins-softwareupdate"
RREPLACES_enigma2-plugin-systemplugins-softwaremanager = "enigma2-plugin-systemplugins-configurationbackup enigma2-plugin-systemplugins-softwareupdate"
+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 = "20090623"
+SRCDATE = "20090630"
# if you want experimental, use:
REL_MAJOR="2"