diff options
| -rw-r--r-- | meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb | 5 |
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 | ||
| 17 | DEPENDS += "bison-native flex-native wget-native gawk-native" | 17 | DEPENDS += "bison-native flex-native wget-native gawk-native" |
| 18 | 18 | ||
| 19 | inherit autotools-brokensep | 19 | inherit autotools-brokensep update-alternatives |
| 20 | ALTERNATIVE_PRIORITY = "50" | ||
| 21 | ALTERNATIVE:${PN}-yang = "ietf-interfaces " | ||
| 22 | ALTERNATIVE_LINK_NAME[ietf-interfaces] = "${datadir}/yang/ietf-interfaces.yang" | ||
| 20 | 23 | ||
| 21 | EXTRA_OECONF = "ac_cv_path_SH=/bin/sh" | 24 | EXTRA_OECONF = "ac_cv_path_SH=/bin/sh" |
| 22 | 25 | ||
