Commit 2be1fba9 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

moved disabled tasks to the recipe

parent f3a5f3d5
......@@ -9,9 +9,6 @@ do_unpack(){
fi
}
do_configure[noexec] = "1"
do_compile[noexec] = "1"
do_install_append() {
oe_runmake 'DESTDIR=${D}' install
}
\ No newline at end of file
......@@ -10,4 +10,7 @@ VPATH = "${TOPDIR}/../../rootfs-elphel/elphel-udev-rules"
inherit elphel-dev
do_configure[noexec] = "1"
do_compile[noexec] = "1"
FILES_${PN} += " /lib/udev/devices/* /etc/udev/rules.d/*"
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