mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 08:40:51 +00: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:
parent
affbcf3202
commit
b90e55697d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user