Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/8] package/rpm: add optional bzip2 dependency
@ 2019-03-28 20:28 Fabrice Fontaine
  2019-03-28 20:28 ` [Buildroot] [PATCH 2/8] package/rpm: add optional xz dependency Fabrice Fontaine
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Fabrice Fontaine @ 2019-03-28 20:28 UTC (permalink / raw)
  To: buildroot

There is no --{disable,enable}-bzip2 option

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/rpm/rpm.mk | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/package/rpm/rpm.mk b/package/rpm/rpm.mk
index 87c2059e71..d5a808aaed 100644
--- a/package/rpm/rpm.mk
+++ b/package/rpm/rpm.mk
@@ -8,7 +8,13 @@ RPM_VERSION_MAJOR = 4.13
 RPM_VERSION = $(RPM_VERSION_MAJOR).0.1
 RPM_SOURCE = rpm-$(RPM_VERSION).tar.bz2
 RPM_SITE = http://ftp.rpm.org/releases/rpm-$(RPM_VERSION_MAJOR).x
-RPM_DEPENDENCIES = host-pkgconf berkeleydb file popt zlib \
+RPM_DEPENDENCIES = \
+	host-pkgconf \
+	berkeleydb \
+	$(if $(BR2_PACKAGE_BZIP2),bzip2) \
+	file \
+	popt \
+	zlib \
 	$(TARGET_NLS_DEPENDENCIES)
 RPM_LICENSE = GPL-2.0 or LGPL-2.0 (library only)
 RPM_LICENSE_FILES = COPYING
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-03-29  7:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-28 20:28 [Buildroot] [PATCH 1/8] package/rpm: add optional bzip2 dependency Fabrice Fontaine
2019-03-28 20:28 ` [Buildroot] [PATCH 2/8] package/rpm: add optional xz dependency Fabrice Fontaine
2019-03-28 20:28 ` [Buildroot] [PATCH 3/8] package/rpm: add optional libcap dependency Fabrice Fontaine
2019-03-28 20:28 ` [Buildroot] [PATCH 4/8] package/rpm: add optional dbus dependency Fabrice Fontaine
2019-03-28 20:28 ` [Buildroot] [PATCH 5/8] package/rpm: fix threads comment Fabrice Fontaine
2019-03-28 20:28 ` [Buildroot] [PATCH 6/8] package/rpm: security bump to 4.14.2.1 Fabrice Fontaine
2019-03-29  7:34   ` Thomas Petazzoni
2019-03-29  7:40     ` Fabrice Fontaine
2019-03-28 20:28 ` [Buildroot] [PATCH 7/8] package/rpm: add optional openssl dependency Fabrice Fontaine
2019-03-28 20:28 ` [Buildroot] [PATCH 8/8] package/rpm: add optional zstd dependency Fabrice Fontaine

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox