[oe-commits] Tom Rini : ipkg-utils-native: Ensure ${D}${bindir} exists

git version control git at git.openembedded.org
Fri Jul 9 00:45:34 UTC 2010


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

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Jul  8 17:45:09 2010 -0700

ipkg-utils-native: Ensure ${D}${bindir} exists
Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 .../ipkg-utils-native_1.6+cvs20050404.bb           |    3 ++-
 1 files changed, 2 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 07ca3da..19eb6f8 100644
--- a/recipes/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb
+++ b/recipes/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb
@@ -1,7 +1,7 @@
 require ipkg-utils_${PV}.bb
 
 RDEPENDS_${PN} = ""
-PR = "r23"
+PR = "r24"
 
 inherit native
 
@@ -13,6 +13,7 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/ipkg-utils"
 INSTALL += "arfile.py"
 
 do_install() {
+	install -d ${D}${bindir}
         for i in ${INSTALL}; do
                 install -m 0755 $i ${D}${bindir}
         done





More information about the Openembedded-commits mailing list