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:
Richard Purdie
2009-11-19 13:31:52 +00:00
parent affbcf3202
commit b90e55697d
2 changed files with 1 additions and 9 deletions

View File

@@ -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}

View File

@@ -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