summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/musl/musl-utils.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/musl/musl-utils.bb')
-rw-r--r--meta/recipes-core/musl/musl-utils.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-core/musl/musl-utils.bb b/meta/recipes-core/musl/musl-utils.bb
index dd0ce33061..8280333daf 100644
--- a/meta/recipes-core/musl/musl-utils.bb
+++ b/meta/recipes-core/musl/musl-utils.bb
@@ -1,9 +1,9 @@
1# Copyright (C) 2018 Khem Raj <raj.khem@gmail.com> 1# Copyright (C) 2018 Khem Raj <raj.khem@gmail.com>
2# Released under the MIT license (see COPYING.MIT for the terms) 2# Released under the MIT license (see COPYING.MIT for the terms)
3 3
4DESCRIPTION = "getconf, getent and iconv implementations for musl" 4SUMMARY = "getconf, getent and iconv implementations for musl"
5HOMEPAGE = "https://git.alpinelinux.org/cgit/aports/tree/main/musl" 5HOMEPAGE = "https://git.alpinelinux.org/cgit/aports/tree/main/musl"
6LICENSE = "BSD-2-Clause & GPL-2.0+" 6LICENSE = "BSD-2-Clause & GPL-2.0-or-later"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=9d08215e611db87b357e8674b4b42564" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=9d08215e611db87b357e8674b4b42564"
8SECTION = "utils" 8SECTION = "utils"
9 9
@@ -11,7 +11,7 @@ SECTION = "utils"
11PV = "20170421" 11PV = "20170421"
12 12
13SRCREV = "fb5630138ccabbbc14a19d372096a04e42573c7d" 13SRCREV = "fb5630138ccabbbc14a19d372096a04e42573c7d"
14SRC_URI = "git://github.com/boltlinux/musl-utils" 14SRC_URI = "git://github.com/boltlinux/musl-utils;branch=master;protocol=https"
15 15
16UPSTREAM_CHECK_COMMITS = "1" 16UPSTREAM_CHECK_COMMITS = "1"
17 17
@@ -21,7 +21,7 @@ S = "${WORKDIR}/git"
21 21
22PACKAGES =+ "${PN}-iconv" 22PACKAGES =+ "${PN}-iconv"
23 23
24FILES_${PN}-iconv = "${bindir}/iconv" 24FILES:${PN}-iconv = "${bindir}/iconv"
25 25
26COMPATIBLE_HOST = ".*-musl.*" 26COMPATIBLE_HOST = ".*-musl.*"
27 27