git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4efe2e3
)
ipkg-utils-native: Ensure ${D}${bindir} exists
author
Tom Rini
<tom_rini@mentor.com>
Fri, 9 Jul 2010 00:45:09 +0000
(17:45 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Fri, 9 Jul 2010 00:45:09 +0000
(17:45 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb
patch
|
blob
|
history
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
(file)
--- 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 = "r2
3
"
+PR = "r2
4
"
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