aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dreambox/dreambox-secondstage.bb
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.ne>2006-01-27 23:05:36 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-27 23:05:36 +0000
commit74167559a505729c47ab91ef601385771c9a3055 (patch)
tree968ce8dddb80dac0cd43dfd9a7d3f76f2c2d4d32 /packages/dreambox/dreambox-secondstage.bb
parentb25849daf604f6fed885f2faa7061fedd3f6bacc (diff)
downloadopenembedded-74167559a505729c47ab91ef601385771c9a3055.tar.gz
dreambox-secondstage/dm7025: upgrade to 42 to fix bug reported by BoxMan
Diffstat (limited to 'packages/dreambox/dreambox-secondstage.bb')
-rw-r--r--packages/dreambox/dreambox-secondstage.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/dreambox/dreambox-secondstage.bb b/packages/dreambox/dreambox-secondstage.bb
index af2fa83de6..18850e5702 100644
--- a/packages/dreambox/dreambox-secondstage.bb
+++ b/packages/dreambox/dreambox-secondstage.bb
@@ -3,7 +3,7 @@ SECTION = "base"
PRIORITY = "required"
MAINTAINER = "Felix Domke <tmbinc@elitedvb.net>"
PV_dm7020 = "35"
-PV_dm7025 = "41"
+PV_dm7025 = "42"
PR = "r0"
SRC_URI = "http://sources.dreamboxupdate.com/download/7020/secondstage-${MACHINE}-${PV}.bin"
@@ -14,4 +14,3 @@ do_stage() {
install -d ${STAGING_LIBDIR}/dreambox-secondstage
gzip -c ${S}/secondstage-${MACHINE}-${PV}.bin > ${STAGING_LIBDIR}/dreambox-secondstage/main.bin.gz
}
-