mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 19:32:30 +00:00
native.bbclass: fix do_stage (s/"]/" ]/) - taken from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4096 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
dd89caeb6d
commit
849af9b2a4
@ -76,7 +76,7 @@ export oldincludedir = "${STAGING_DIR_NATIVE}${layout_includedir}"
|
||||
do_stage () {
|
||||
if [ "${INHIBIT_NATIVE_STAGE_INSTALL}" != "1" ]
|
||||
then
|
||||
if [ "${AUTOTOOLS_NATIVE_STAGE_INSTALL}" != "1"]
|
||||
if [ "${AUTOTOOLS_NATIVE_STAGE_INSTALL}" != "1" ]
|
||||
then
|
||||
oe_runmake install
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user