mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
classes: Various staging improvement fixups
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -170,14 +170,13 @@ autotools_stage_includes() {
|
||||
}
|
||||
|
||||
autotools_stage_dir() {
|
||||
sysroot_stage_dir $1 ${STAGE_TEMP_PREFIX}$2
|
||||
sysroot_stage_dir $1 ${STAGE_TEMP_PREFIX}$2
|
||||
}
|
||||
|
||||
autotools_stage_libdir() {
|
||||
sysroot_stage_libdir $1 ${STAGE_TEMP_PREFIX}$2
|
||||
}
|
||||
|
||||
|
||||
autotools_stage_all() {
|
||||
if [ "${INHIBIT_AUTO_STAGE}" = "1" ]
|
||||
then
|
||||
@@ -186,8 +185,11 @@ autotools_stage_all() {
|
||||
rm -rf ${STAGE_TEMP}
|
||||
mkdir -p ${STAGE_TEMP}
|
||||
oe_runmake DESTDIR="${STAGE_TEMP}" install
|
||||
|
||||
rm -rf ${STAGE_TEMP}/${mandir} || true
|
||||
rm -rf ${STAGE_TEMP}/${infodir} || true
|
||||
sysroot_stage_dirs ${STAGE_TEMP} ${STAGE_TEMP_PREFIX}
|
||||
rm -rf ${STAGE_TEMP}
|
||||
}
|
||||
|
||||
EXPORT_FUNCTIONS do_configure do_install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user