mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
cross-linkage/staging-linkage: Convert to mangle staging in do_install step
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -17,10 +17,6 @@ do_compile () {
|
||||
}
|
||||
|
||||
do_install() {
|
||||
:
|
||||
}
|
||||
|
||||
do_stage () {
|
||||
install -d ${CROSS_DIR}/${TARGET_SYS}/
|
||||
if [ -e ${CROSS_DIR}/${TARGET_SYS}/include ]; then
|
||||
cp -pPRr ${CROSS_DIR}/${TARGET_SYS}/include/* ${STAGING_INCDIR}
|
||||
|
||||
@@ -16,11 +16,7 @@ do_compile () {
|
||||
:
|
||||
}
|
||||
|
||||
do_install() {
|
||||
:
|
||||
}
|
||||
|
||||
do_stage () {
|
||||
do_install () {
|
||||
if [ -e ${STAGING_DIR_HOST}${base_libdir} ]; then
|
||||
cp -pPRr ${STAGING_DIR_HOST}${base_libdir}/* ${STAGING_LIBDIR}
|
||||
mv ${STAGING_DIR_HOST}${base_libdir}/ ${STAGING_DIR_HOST}${libdir}-oldbackup
|
||||
|
||||
Reference in New Issue
Block a user