diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-01-25 23:15:25 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-01-26 10:24:25 -0800 |
commit | cd10cbd00d2aa7dc9b5b4bd71a9a5ad1e9fbc6a3 (patch) | |
tree | f8ba073ebbdf3e392cf454489d15928ac727c5fd | |
parent | f7c4193e691ed17ede338c075591ea775c36fece (diff) | |
download | meta-openembedded-cd10cbd00d2aa7dc9b5b4bd71a9a5ad1e9fbc6a3.tar.gz |
msktutil: Upgrade to 1.2.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/msktutil/msktutil/0001-configure.ac-Remove-native-include-path.patch | 31 | ||||
-rw-r--r-- | meta-oe/recipes-support/msktutil/msktutil_1.2.1.bb (renamed from meta-oe/recipes-support/msktutil/msktutil_1.2.bb) | 5 |
2 files changed, 34 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/msktutil/msktutil/0001-configure.ac-Remove-native-include-path.patch b/meta-oe/recipes-support/msktutil/msktutil/0001-configure.ac-Remove-native-include-path.patch new file mode 100644 index 0000000000..1643c08566 --- /dev/null +++ b/meta-oe/recipes-support/msktutil/msktutil/0001-configure.ac-Remove-native-include-path.patch | |||
@@ -0,0 +1,31 @@ | |||
1 | From bf9795ffbda7bb241b708ff261976016efb943b1 Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Wed, 25 Jan 2023 23:12:19 -0800 | ||
4 | Subject: [PATCH] configure.ac: Remove native include path | ||
5 | |||
6 | On OE com_err.h is found in /usr/include too, therefore adding new path | ||
7 | to include search path is not needed. Moreover it fixed QA checks where | ||
8 | it warns about using build system paths. | ||
9 | |||
10 | Upstream-Status: Inappropriate [Cross-compile specific] | ||
11 | |||
12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
13 | --- | ||
14 | configure.ac | 1 - | ||
15 | 1 file changed, 1 deletion(-) | ||
16 | |||
17 | diff --git a/configure.ac b/configure.ac | ||
18 | index eaac16f..d23d0b0 100644 | ||
19 | --- a/configure.ac | ||
20 | +++ b/configure.ac | ||
21 | @@ -134,7 +134,6 @@ fi | ||
22 | # Fedora, RHEL, Centos has com_err.h in /usr/include/et | ||
23 | AC_CHECK_HEADERS([et/com_err.h]) | ||
24 | if test "$ac_cv_header_et_com_err_h" = "yes"; then | ||
25 | - CPPFLAGS="-I/usr/include/et $CPPFLAGS" | ||
26 | AC_DEFINE(HAVE_COM_ERR_H, 1) | ||
27 | fi | ||
28 | |||
29 | -- | ||
30 | 2.39.1 | ||
31 | |||
diff --git a/meta-oe/recipes-support/msktutil/msktutil_1.2.bb b/meta-oe/recipes-support/msktutil/msktutil_1.2.1.bb index 1b9a04ef29..b4f4651e37 100644 --- a/meta-oe/recipes-support/msktutil/msktutil_1.2.bb +++ b/meta-oe/recipes-support/msktutil/msktutil_1.2.1.bb | |||
@@ -7,8 +7,9 @@ DESCRIPTION = "Msktutil creates user or computer accounts in Active Directory, \ | |||
7 | LICENSE = "GPL-2.0-only" | 7 | LICENSE = "GPL-2.0-only" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a" |
9 | 9 | ||
10 | SRC_URI = "https://github.com/msktutil/msktutil/releases/download/v${PV}/msktutil-${PV}.tar.bz2" | 10 | SRC_URI = "https://github.com/msktutil/msktutil/releases/download/${PV}/${BP}.tar.bz2 \ |
11 | SRC_URI[sha256sum] = "27dc078cbac3186540d8ea845fc0ced6b1d9f844e586ccd9eaa2d9f4650c2ce6" | 11 | file://0001-configure.ac-Remove-native-include-path.patch" |
12 | SRC_URI[sha256sum] = "f9686237c4e24414802415f4c8627c7343da365c5a3bcdef7a853fa3cd27b45d" | ||
12 | 13 | ||
13 | DEPENDS += "krb5 cyrus-sasl openldap" | 14 | DEPENDS += "krb5 cyrus-sasl openldap" |
14 | 15 | ||