From: Romain Naour Date: Sun, 18 Jan 2015 19:53:10 +0000 (+0100) Subject: package/rpm: use 'none' for location path X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8eabd74ae510ffc282cbe4ae05676460daa64db9;p=buildroot.git package/rpm: use 'none' for location path The recognized keywords are: (location path: "external:internal:none") Signed-off-by: Romain Naour Reviewed-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- diff --git a/package/rpm/rpm.mk b/package/rpm/rpm.mk index fda10f2248..42a3b64671 100644 --- a/package/rpm/rpm.mk +++ b/package/rpm/rpm.mk @@ -34,14 +34,14 @@ ifeq ($(BR2_PACKAGE_PCRE),y) RPM_DEPENDENCIES += pcre RPM_CONF_OPTS += --with-pcre=external else -RPM_CONF_OPTS += --with-pcre=no +RPM_CONF_OPTS += --with-pcre=none endif ifeq ($(BR2_PACKAGE_FILE),y) RPM_DEPENDENCIES += file RPM_CONF_OPTS += --with-file=external else -RPM_CONF_OPTS += --with-file=no +RPM_CONF_OPTS += --with-file=none endif # xz payload support needs a toolchain w/ C++