summaryrefslogtreecommitdiffstats
path: root/recipes/ipkg-utils
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-07-08 17:45:09 -0700
committerTom Rini <tom_rini@mentor.com>2010-07-08 17:45:09 -0700
commit2a6e03c72e41c1b7d1725e0df657551038df51b7 (patch)
tree76da147fb316fef7f31b02a35db7fdff76beb22e /recipes/ipkg-utils
parent4efe2e328afbb818e985fe43fa8bba315a7f6410 (diff)
downloadopenembedded-2a6e03c72e41c1b7d1725e0df657551038df51b7.tar.gz
ipkg-utils-native: Ensure ${D}${bindir} exists
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/ipkg-utils')
-rw-r--r--recipes/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb3
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 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