autotools.bbclass: Really fix autostaging function to correctly handle cases where...
authorRichard Purdie <richard@openedhand.com>
Fri, 18 Jan 2008 13:40:50 +0000 (13:40 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 18 Jan 2008 13:40:50 +0000 (13:40 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3538 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/autotools.bbclass

index 98fa0dd..9f02425 100644 (file)
@@ -170,7 +170,7 @@ autotools_stage_all() {
        mkdir -p ${STAGE_TEMP}
        oe_runmake DESTDIR="${STAGE_TEMP}" install
        if [ -d ${STAGE_TEMP}/${includedir} ]; then
-               cp -fpPR ${STAGE_TEMP}/${includedir}/ ${STAGING_INCDIR}
+               cp -fpPR -t ${STAGING_INCDIR} ${STAGE_TEMP}/${includedir}/*
        fi
        if [ -d ${STAGE_TEMP}/${libdir} ]
        then