[oe-commits] Tom Rini : ipkg-utils-native: Switch for real...

git version control git at git.openembedded.org
Thu Jul 8 20:47:51 UTC 2010


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

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Jul  8 13:47:39 2010 -0700

ipkg-utils-native: Switch for real...

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 .../ipkg-utils-native_1.6+cvs20050404.bb           |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb b/recipes/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb
index 2a72466..07ca3da 100644
--- a/recipes/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb
+++ b/recipes/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb
@@ -14,6 +14,6 @@ INSTALL += "arfile.py"
 
 do_install() {
         for i in ${INSTALL}; do
-                install -m 0755 $i ${STAGING_BINDIR}
+                install -m 0755 $i ${D}${bindir}
         done
 }





More information about the Openembedded-commits mailing list