summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/which/which_2.21.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/which/which_2.21.bb')
-rw-r--r--meta/recipes-extended/which/which_2.21.bb9
1 files changed, 4 insertions, 5 deletions
diff --git a/meta/recipes-extended/which/which_2.21.bb b/meta/recipes-extended/which/which_2.21.bb
index 1da69c548e..77861370e5 100644
--- a/meta/recipes-extended/which/which_2.21.bb
+++ b/meta/recipes-extended/which/which_2.21.bb
@@ -6,14 +6,13 @@ It does this by using the exact same algorithm as bash."
6SECTION = "libs" 6SECTION = "libs"
7HOMEPAGE = "https://carlowood.github.io/which/" 7HOMEPAGE = "https://carlowood.github.io/which/"
8 8
9LICENSE = "GPLv3+" 9LICENSE = "GPL-3.0-or-later"
10LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\ 10LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\
11 file://which.c;beginline=1;endline=17;md5=a9963693af2272e7a8df6f231164e7a2" 11 file://which.c;beginline=1;endline=17;md5=a9963693af2272e7a8df6f231164e7a2"
12DEPENDS = "cwautomacros-native" 12DEPENDS = "cwautomacros-native"
13 13
14inherit autotools texinfo update-alternatives 14inherit autotools texinfo update-alternatives
15 15
16PR = "r3"
17 16
18EXTRA_OECONF = "--disable-iberty" 17EXTRA_OECONF = "--disable-iberty"
19 18
@@ -24,14 +23,14 @@ SRC_URI = "${GNU_MIRROR}/which/which-${PV}.tar.gz \
24SRC_URI[md5sum] = "097ff1a324ae02e0a3b0369f07a7544a" 23SRC_URI[md5sum] = "097ff1a324ae02e0a3b0369f07a7544a"
25SRC_URI[sha256sum] = "f4a245b94124b377d8b49646bf421f9155d36aa7614b6ebf83705d3ffc76eaad" 24SRC_URI[sha256sum] = "f4a245b94124b377d8b49646bf421f9155d36aa7614b6ebf83705d3ffc76eaad"
26 25
27do_configure_prepend() { 26do_configure:prepend() {
28 sed -i -e 's%@ACLOCAL_CWFLAGS@%-I ${STAGING_DIR_NATIVE}/usr/share/cwautomacros/m4%g' ${S}/Makefile.am ${S}/tilde/Makefile.am 27 sed -i -e 's%@ACLOCAL_CWFLAGS@%-I ${STAGING_DIR_NATIVE}/usr/share/cwautomacros/m4%g' ${S}/Makefile.am ${S}/tilde/Makefile.am
29} 28}
30 29
31ALTERNATIVE_${PN} = "which" 30ALTERNATIVE:${PN} = "which"
32ALTERNATIVE_PRIORITY = "100" 31ALTERNATIVE_PRIORITY = "100"
33 32
34ALTERNATIVE_${PN}-doc = "which.1" 33ALTERNATIVE:${PN}-doc = "which.1"
35ALTERNATIVE_LINK_NAME[which.1] = "${mandir}/man1/which.1" 34ALTERNATIVE_LINK_NAME[which.1] = "${mandir}/man1/which.1"
36 35
37BBCLASSEXTEND = "nativesdk" 36BBCLASSEXTEND = "nativesdk"