summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-07-22 14:14:48 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-07-22 14:14:48 +0000
commit2ddbcbe98cba115b92dc18e52d1a6f871aa2a7e4 (patch)
tree4cd736a69c5a0c8c693e14614c6fd20a7a4f78f4
parent3f2c162e65a9e023ca18081cab114da6c3ad08dd (diff)
classes: remove outdated efl1.bbclass, package *.a/*.la in common EFL plugin directories to PN-dev
-rw-r--r--classes/efl1.bbclass36
-rw-r--r--classes/efl_library.bbclass2
2 files changed, 1 insertions, 37 deletions
diff --git a/classes/efl1.bbclass b/classes/efl1.bbclass
deleted file mode 100644
index 2c8470e5e0..0000000000
--- a/classes/efl1.bbclass
+++ /dev/null
@@ -1,36 +0,0 @@
-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', '')}"
-SRC_URI = "http://download.enlightenment.org/snapshots/2007-07-10/${SRCNAME}-${PV}.tar.gz"
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-libdirectory = "src/lib"
-libraries = "lib${SRCNAME}"
-headers = "${@bb.data.getVar('SRCNAME',d,1).capitalize()}.h"
-
-def efl_is_native(d):
- import bb
- return ["","-native"][bb.data.inherits_class('native', d)]
-
-do_stage() {
- autotools_stage_all
-}
-
-efl_stage_bin() {
- rm -rf ${STAGE_TEMP}
- mkdir -p ${STAGE_TEMP}
- make DESTDIR="${STAGE_TEMP}" install
- cp -pPR ${STAGE_TEMP}/${bindir}/* ${STAGING_BINDIR_CROSS}
- rm -rf ${STAGE_TEMP}
-}
-
-PACKAGES = "${PN}-dbg ${PN} ${PN}-themes ${PN}-dev ${PN}-examples"
-FILES_${PN}-dev += "${bindir}/${PN}-config ${libdir}/pkgconfig/* ${libdir}/lib*.?a ${libdir}/lib*.a"
-FILES_${PN}-examples = "${bindir} ${datadir}"
diff --git a/classes/efl_library.bbclass b/classes/efl_library.bbclass
index 57b16d93f1..c2b6938e47 100644
--- a/classes/efl_library.bbclass
+++ b/classes/efl_library.bbclass
@@ -5,5 +5,5 @@ S = "${WORKDIR}/${SRCNAME}"
PACKAGES =+ "${PN}-tests"
FILES_${PN}-tests = "${bindir}/${PN} ${bindir}/*_* ${datadir}"
-FILES_${PN}-dev += "${bindir}/*-config ${libdir}/${PN}/*.a ${libdir}/${PN}/*.la"
+FILES_${PN}-dev += "${bindir}/*-config ${libdir}/${PN}/*.a ${libdir}/${PN}/*.la ${libdir}/${PN}/*/*.a ${libdir}/${PN}/*/*.la"
FILES_${PN} = "${libdir}/*.so*"