efl_base.bbclass: presource task is no longer necessary
authorMichael Lauer <mickey@vanille-media.de>
Wed, 29 Aug 2007 14:49:03 +0000 (14:49 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Wed, 29 Aug 2007 14:49:03 +0000 (14:49 +0000)
classes/efl_base.bbclass

index 7f170d7..3865441 100644 (file)
@@ -1,10 +1,5 @@
 inherit autotools pkgconfig
 
-#do_prepsources () {
-#  make clean distclean || true
-#}
-#addtask prepsources after do_fetch before do_unpack
-
 SECTION = "e/libs"
 HOMEPAGE = "http://www.enlightenment.org"
 SRCNAME = "${@bb.data.getVar('PN', d, 1).replace('-native', '')}"
@@ -17,4 +12,3 @@ do_stage() {
 
 PACKAGES = "${PN}-dbg ${PN} ${PN}-themes ${PN}-dev"
 FILES_${PN}-dev += "${bindir}/${PN}-config ${libdir}/pkgconfig/* ${libdir}/lib*.?a ${libdir}/lib*.a"
-