summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/bash/bash.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/bash/bash.inc')
-rw-r--r--meta/recipes-extended/bash/bash.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc
index 876be1e42d..ff9b0ce999 100644
--- a/meta/recipes-extended/bash/bash.inc
+++ b/meta/recipes-extended/bash/bash.inc
@@ -17,9 +17,9 @@ sbindir = "/sbin"
17EXTRA_OECONF = "--enable-job-control" 17EXTRA_OECONF = "--enable-job-control"
18export CC_FOR_BUILD = "${BUILD_CC}" 18export CC_FOR_BUILD = "${BUILD_CC}"
19 19
20ALTERNATIVE_NAME = "sh" 20ALTERNATIVE_${PN} = "sh"
21ALTERNATIVE_PATH = "${base_bindir}/bash" 21ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh"
22ALTERNATIVE_LINK = "${base_bindir}/sh" 22ALTERNATIVE_TARGET[sh] = "${base_bindir}/bash"
23ALTERNATIVE_PRIORITY = "100" 23ALTERNATIVE_PRIORITY = "100"
24 24
25export AUTOHEADER = "true" 25export AUTOHEADER = "true"