소스 검색

hexedit: Define update alternatives

hexedit can also be provided by toybox

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 3 년 전
부모
커밋
97f52d0f6a
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  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"
 
-inherit autotools-brokensep
+inherit autotools-brokensep update-alternatives
+
+ALTERNATIVE_${PN} = "hexedit"
+ALTERNATIVE_LINK_NAME[hexedit] = "${bindir}/hexedit"
+