mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
Remove unneeded S variables
This commit is contained in:
@@ -80,6 +80,8 @@ export oldincludedir = "${STAGING_DIR_NATIVE}${layout_includedir}"
|
||||
do_stage () {
|
||||
if [ "${INHIBIT_NATIVE_STAGE_INSTALL}" != "1" ]
|
||||
then
|
||||
# If autotools is active, use the autotools staging function, else
|
||||
# use our "make install" equivalent
|
||||
if [ "${AUTOTOOLS_NATIVE_STAGE_INSTALL}" != "1" ]
|
||||
then
|
||||
oe_runmake install
|
||||
|
||||
Reference in New Issue
Block a user