blob: 60946a181f4296004705d52452bda04a0994ce6f (
plain)
1
2
3
4
5
6
7
8
9
10
|
require vim.inc
PROVIDES = "xxd"
PACKAGECONFIG_class-native = ""
BBCLASSEXTEND = "native"
ALTERNATIVE_${PN}_append = " xxd"
ALTERNATIVE_TARGET[xxd] = "${bindir}/xxd"
ALTERNATIVE_LINK_NAME[xxd] = "${bindir}/xxd"
|