From 96d747209c5640ec57863a85a621264ab2145b0e Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Jan 29 2020 11:35:43 +0000 Subject: Remove openstack-macros from buildroot by default It's added explicitely as BR for packages that needs it and some of the macros there are a problem for some non-OpenStack dependencies. --- diff --git a/scripts/sigs/cloud/openstack/config.sh b/scripts/sigs/cloud/openstack/config.sh index 7d95da2..f9dcabc 100644 --- a/scripts/sigs/cloud/openstack/config.sh +++ b/scripts/sigs/cloud/openstack/config.sh @@ -1,2 +1,2 @@ - BUILDROOT_DEFAULT="openstack-macros bash bzip2 coreutils cpio diffutils redhat-release findutils gawk gcc gcc-c++ grep gzip info make patch redhat-rpm-config rpm-build sed unzip util-linux-ng git which buildsys-tools xz" + BUILDROOT_DEFAULT="bash bzip2 coreutils cpio diffutils redhat-release findutils gawk gcc gcc-c++ grep gzip info make patch redhat-rpm-config rpm-build sed unzip util-linux-ng git which buildsys-tools xz" COMMON_INHERITANCE=false