diff options
Diffstat (limited to 'classes/gnome.oeclass')
-rw-r--r-- | classes/gnome.oeclass | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/classes/gnome.oeclass b/classes/gnome.oeclass index ce20e7c19b..e09d5b0f51 100644 --- a/classes/gnome.oeclass +++ b/classes/gnome.oeclass @@ -10,12 +10,6 @@ FILES_${PN} += "${datadir}/application-registry ${datadir}/mime-info" inherit autotools pkgconfig -STAGE_TEMP="${WORKDIR}/temp-staging" - gnome_stage_includes() { - rm -rf ${STAGE_TEMP} - mkdir -p ${STAGE_TEMP} - make DESTDIR="${STAGE_TEMP}" install - cp -a ${STAGE_TEMP}/${includedir}/* ${STAGING_INCDIR} - rm -rf ${STAGE_TEMP} + autotools_stage_includes } |