summaryrefslogtreecommitdiff
path: root/classes/efl_library.bbclass
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-07-21 23:23:57 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-07-21 23:23:57 +0000
commit6cf33c5a7e270f8df619611dd1f0f2ab8d5f595b (patch)
treea634860b9ddbcd8922bc1c1aa62b12c713f8b853 /classes/efl_library.bbclass
parentf2a42448067579648da7512bf759649bed7cb797 (diff)
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.) <censored by NDA>
Diffstat (limited to 'classes/efl_library.bbclass')
-rw-r--r--classes/efl_library.bbclass9
1 files changed, 9 insertions, 0 deletions
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*"