[oe-commits] Klaus Kurzmann : opkg: fix postinst for SHR

git version control git at git.openembedded.org
Sun Aug 9 13:45:15 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: a2756e30cc9bba796e7646199e7d6d908d814a74
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a2756e30cc9bba796e7646199e7d6d908d814a74

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Sun Aug  9 15:45:07 2009 +0200

opkg: fix postinst for SHR

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/opkg/opkg_svn.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/opkg/opkg_svn.bb b/recipes/opkg/opkg_svn.bb
index af06633..ca7f13b 100644
--- a/recipes/opkg/opkg_svn.bb
+++ b/recipes/opkg/opkg_svn.bb
@@ -1,6 +1,6 @@
 require opkg.inc
 
-PR = "r3"
+PR = "r4"
 
 PACKAGES =+ "libopkg-dev libopkg"
 
@@ -34,7 +34,7 @@ pkg_postrm_${PN} () {
 update-alternatives --remove opkg ${bindir}/opkg-cl
 }
 
-pkg_postinst_${PN}_shr () {
+pkg_postinst_${PN}_append_shr () {
 #!/bin/sh
 sed -i "s/|.*//" /usr/lib/opkg/info/*.list
 }





More information about the Openembedded-commits mailing list