From: Tom Rini Date: Fri, 9 Jul 2010 00:45:09 +0000 (-0700) Subject: ipkg-utils-native: Ensure ${D}${bindir} exists X-Git-Tag: sz_173~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01dd497ecc2832265b68ad5f429c376c136e25be;p=openembedded.git ipkg-utils-native: Ensure ${D}${bindir} exists Signed-off-by: Tom Rini --- 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 07ca3da507..19eb6f87ce 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