From: Frans Meulenbroeks Date: Fri, 12 Feb 2010 18:35:15 +0000 (+0100) Subject: wt: removed do_stage X-Git-Tag: Release-2010-05/1~491^2~310 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6cbed9c4bbadf484d0251026029e16a499a7d2f;p=openembedded.git wt: removed do_stage Signed-off-by: Frans Meulenbroeks --- diff --git a/recipes/wt/wt_2.2.3.bb b/recipes/wt/wt_2.2.3.bb index 49fad6de91..573cce5f6a 100644 --- a/recipes/wt/wt_2.2.3.bb +++ b/recipes/wt/wt_2.2.3.bb @@ -4,7 +4,7 @@ SECTION = "devel" LICENSE = "GPL" HOMEPAGE = "http://www.webtoolkit.eu/wt" DEPENDS = "boost zlib openssl" -PR = "r1" +PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/witty/wt-${PV}.tar.gz \ file://cmakelist.patch;patch=1" @@ -21,14 +21,3 @@ STAGE_TEMP = "${WORKDIR}/temp-staging" do_configure_append() { ${BUILD_CXX} ${BUILD_CXXFLAGS} -o src/filetostring src/web/skeleton/FileToString.C } - -do_stage() { - rm -rf ${STAGE_TEMP} - mkdir -p ${STAGE_TEMP} - oe_runmake DESTDIR="${STAGE_TEMP}" install - cp -pPR ${STAGE_TEMP}/${includedir}/* ${STAGING_INCDIR} - cp -pPR ${STAGE_TEMP}/${libdir}/* ${STAGING_LIBDIR} - cp -pPR ${STAGE_TEMP}/${datadir}/cmake-2.* ${STAGING_DATADIR} - rm -rf ${STAGE_TEMP} -} -