summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb b/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb
index 07e2e29417..5b1d021e36 100644
--- a/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb
+++ b/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb
@@ -16,7 +16,10 @@ SRC_URI[sha256sum] = "f21accdadb1bb328ea3f8a13fc34d715baac6e2db66065898346322c72
16 16
17DEPENDS += "bison-native flex-native wget-native gawk-native" 17DEPENDS += "bison-native flex-native wget-native gawk-native"
18 18
19inherit autotools-brokensep 19inherit autotools-brokensep update-alternatives
20ALTERNATIVE_PRIORITY = "50"
21ALTERNATIVE:${PN}-yang = "ietf-interfaces "
22ALTERNATIVE_LINK_NAME[ietf-interfaces] = "${datadir}/yang/ietf-interfaces.yang"
20 23
21EXTRA_OECONF = "ac_cv_path_SH=/bin/sh" 24EXTRA_OECONF = "ac_cv_path_SH=/bin/sh"
22 25