blob: 6f4e9b7f7edd470a0e5806acb6b2550046c445fd (
plain)
1
2
3
4
5
6
7
|
# This package builds the devio program for the build architecture
include devio_${PV}.bb
# Set the installation dir back to the default
sbindir = "${exec_prefix}/sbin"
inherit native
|