- this release moves the devio installation in OE to the /bin directory
from /sbin
# Set the installation dir back to the default
sbindir = "${exec_prefix}/sbin"
+bindir = "${exec_prefix}/bin"
inherit native
--- /dev/null
+# This package builds the devio program for the build architecture
+include devio.inc
+include devio-native.inc
# Set the install dir to /sbin, not /usr/sbin, because devio is used
# during bootstrap (we want it to be posible to mount /usr separately)
-sbindir = "/sbin"
+sbindir = "${base_sbindir}"
+
+# From 1.2 devio installs to bindir, not sbindir, so set that to /bin
+# for the same reason
+bindir = "${base_bindir}"
inherit autotools
--- /dev/null
+include devio.inc