aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm/rpm_4.14.0.bb
diff options
context:
space:
mode:
authorMike Crowe <mac@mcrowe.com>2018-01-15 17:15:11 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-18 12:49:22 +0000
commitf0f92d3d0f42a4a7e521b58dac53e14f9e2572a1 (patch)
treeedb55cd5f4962045f2c249e264751af25d3386da /meta/recipes-devtools/rpm/rpm_4.14.0.bb
parent287446f5c0f3108efc0429bf84be45413970b7a8 (diff)
downloadopenembedded-core-contrib-f0f92d3d0f42a4a7e521b58dac53e14f9e2572a1.tar.gz
rpm: backport configure fix for multiple users/groups with ID 0
Backport upstream configure fix for hosts that have multiple users with UID 0 or groups with GID 0. Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm_4.14.0.bb')
-rw-r--r--meta/recipes-devtools/rpm/rpm_4.14.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_4.14.0.bb b/meta/recipes-devtools/rpm/rpm_4.14.0.bb
index e4e9c3e634..aa2579e3bf 100644
--- a/meta/recipes-devtools/rpm/rpm_4.14.0.bb
+++ b/meta/recipes-devtools/rpm/rpm_4.14.0.bb
@@ -40,6 +40,7 @@ SRC_URI = "git://github.com/rpm-software-management/rpm;branch=rpm-4.14.x \
file://0003-rpmstrpool.c-make-operations-over-string-pools-threa.patch \
file://0004-build-pack.c-remove-static-local-variables-from-buil.patch \
file://0001-perl-disable-auto-reqs.patch \
+ file://0001-Make-configure-cope-with-multiple-users-groups-with-.patch \
"
PE = "1"