[oe-commits] Florian Boor : prelink: Change postrm script to prerm. Calling 'prelink' after removing the binary is likely to fail.

git version control git at git.openembedded.org
Mon Oct 26 15:44:54 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7ef1593130cd0b56533f89b5fcf4c9909df5dcc4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7ef1593130cd0b56533f89b5fcf4c9909df5dcc4

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Mon Oct 26 16:35:34 2009 +0100

prelink: Change postrm script to prerm. Calling 'prelink' after removing the binary is likely to fail.

---

 recipes/prelink/prelink_20061027.bb |    2 +-
 recipes/prelink/prelink_20071009.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/prelink/prelink_20061027.bb b/recipes/prelink/prelink_20061027.bb
index e93f1f2..b650c2c 100644
--- a/recipes/prelink/prelink_20061027.bb
+++ b/recipes/prelink/prelink_20061027.bb
@@ -38,7 +38,7 @@ fi
 prelink -a
 }
 
-pkg_postrm_prelink() {
+pkg_prerm_prelink() {
 #!/bin/sh
 
 prelink -au
diff --git a/recipes/prelink/prelink_20071009.bb b/recipes/prelink/prelink_20071009.bb
index e93f1f2..b650c2c 100644
--- a/recipes/prelink/prelink_20071009.bb
+++ b/recipes/prelink/prelink_20071009.bb
@@ -38,7 +38,7 @@ fi
 prelink -a
 }
 
-pkg_postrm_prelink() {
+pkg_prerm_prelink() {
 #!/bin/sh
 
 prelink -au





More information about the Openembedded-commits mailing list