From 6cf33c5a7e270f8df619611dd1f0f2ab8d5f595b Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 21 Jul 2007 23:23:57 +0000 Subject: EFL: move from building snapshots to cvs again. Reasons: 1.) EFL gained a lot of momentum leading to constant changes 2.) Snapshots were just random cvs dates again. Might as well use SRCDATE to pin them down 3.) --- classes/efl_library.bbclass | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 classes/efl_library.bbclass (limited to 'classes/efl_library.bbclass') diff --git a/classes/efl_library.bbclass b/classes/efl_library.bbclass new file mode 100644 index 0000000000..57b16d93f1 --- /dev/null +++ b/classes/efl_library.bbclass @@ -0,0 +1,9 @@ +inherit efl_base + +SRC_URI = "${E_CVS};module=e17/libs/${SRCNAME}" +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} = "${libdir}/*.so*" -- cgit v1.2.3 From 2ddbcbe98cba115b92dc18e52d1a6f871aa2a7e4 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 22 Jul 2007 14:14:48 +0000 Subject: classes: remove outdated efl1.bbclass, package *.a/*.la in common EFL plugin directories to PN-dev --- classes/efl_library.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/efl_library.bbclass') 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*" -- cgit v1.2.3