Explorar el Código

hexedit: Define update alternatives

hexedit can also be provided by toybox

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj hace 3 años
padre
commit
97f52d0f6a
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      meta-oe/recipes-extended/hexedit/hexedit_1.4.2.bb

+ 5 - 1
meta-oe/recipes-extended/hexedit/hexedit_1.4.2.bb

@@ -13,4 +13,8 @@ SRCREV = "800e4b2e6280531a84fd23ee0b48e16baeb90878"
 
 
 S = "${WORKDIR}/git"
 S = "${WORKDIR}/git"
 
 
-inherit autotools-brokensep
+inherit autotools-brokensep update-alternatives
+
+ALTERNATIVE_${PN} = "hexedit"
+ALTERNATIVE_LINK_NAME[hexedit] = "${bindir}/hexedit"
+