git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc958f0
)
efl_base.bbclass: presource task is no longer necessary
author
Michael Lauer
<mickey@vanille-media.de>
Wed, 29 Aug 2007 14:49:03 +0000
(14:49 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Wed, 29 Aug 2007 14:49:03 +0000
(14:49 +0000)
classes/efl_base.bbclass
patch
|
blob
|
history
diff --git
a/classes/efl_base.bbclass
b/classes/efl_base.bbclass
index
7f170d7
..
3865441
100644
(file)
--- a/
classes/efl_base.bbclass
+++ b/
classes/efl_base.bbclass
@@
-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"
-