From: Michael Lauer Date: Mon, 17 Apr 2006 21:19:55 +0000 (+0000) Subject: e.bbclass: don't duplicate E_CVS and E_URI X-Git-Tag: Release-2010-05/1~9453^2~1898^2~8^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bd952c9d8988ee03ef480239c592a228213b2be;p=openembedded.git e.bbclass: don't duplicate E_CVS and E_URI --- diff --git a/classes/e.bbclass b/classes/e.bbclass index 4485d1d847..afd9b6d2b3 100644 --- a/classes/e.bbclass +++ b/classes/e.bbclass @@ -32,9 +32,6 @@ do_compile_prepend() { find ${S} -name Makefile | xargs sed -i 's:/usr/X11R6/include:${STAGING_INCDIR}:' } -E_CVS = "cvs://anonymous@anoncvs.enlightenment.org:/var/cvs/e" -E_URI = "http://enlightenment.freedesktop.org/files" - PACKAGES = "${PN} ${PN}-themes" FILES_${PN} = "${libdir}/lib*.so*" FILES_${PN}-themes = "${datadir}/${PN}/themes ${datadir}/${PN}/data ${datadir}/${PN}/fonts ${datadir}/${PN}/pointers ${datadir}/${PN}/images ${datadir}/${PN}/users ${datadir}/${PN}/images ${datadir}/${PN}/styles"