[oe-commits] ghost : dreambox-bootlogo.bb: fix non working

GIT User account git at amethyst.openembedded.net
Tue Nov 11 01:06:16 UTC 2008


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

Author: ghost <andreas.monzner at multimedia-labs.de>
Date:   Tue Nov 11 01:35:33 2008 +0100

dreambox-bootlogo.bb: fix non working

---

 packages/dreambox/dreambox-bootlogo.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/dreambox/dreambox-bootlogo.bb b/packages/dreambox/dreambox-bootlogo.bb
index 4cb86b3..27e6239 100644
--- a/packages/dreambox/dreambox-bootlogo.bb
+++ b/packages/dreambox/dreambox-bootlogo.bb
@@ -60,11 +60,11 @@ pkg_postinst() {
 }
 
 pkg_prerm() {
-	pkg_preinst
+	[ -d /proc/stb ] && mount -o rw,remount /boot
 }
 
 pkg_postrm() {
-	pkg_postinst
+	[ -d /proc/stb ] && mount -o ro,remount /boot
 }
 
 PACKAGE_ARCH := "${MACHINE_ARCH}"





More information about the Openembedded-commits mailing list