ipkg-utils-native: Switch for real...
authorTom Rini <tom_rini@mentor.com>
Thu, 8 Jul 2010 20:47:39 +0000 (13:47 -0700)
committerGrazvydas Ignotas <notasas@gmail.com>
Mon, 6 Jul 2015 20:34:57 +0000 (23:34 +0300)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb

index 2a72466..07ca3da 100644 (file)
@@ -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
 }