Commit b1424f60 authored by Florent Revest's avatar Florent Revest

mcedevel: install manually in order not to need doxygen

parent c717f978
...@@ -9,6 +9,13 @@ PR = "r1" ...@@ -9,6 +9,13 @@ PR = "r1"
PV = "+git${SRCREV}" PV = "+git${SRCREV}"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
do_compile() {
}
do_install() { do_install() {
oe_runmake install DESTDIR=${D} install -d ${D}/usr/include/mce/
cp include/mce/* ${D}/usr/include/mce/
install -d ${D}/usr/lib/pkgconfig/
cp mce.pc ${D}/usr/lib/pkgconfig/
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment