Commit 8eabd74a authored by Romain Naour's avatar Romain Naour Committed by Thomas Petazzoni
Browse files

package/rpm: use 'none' for location path



The recognized keywords are:
(location path: "external:internal:none")

Signed-off-by: default avatarRomain Naour <romain.naour@openwide.fr>
Reviewed-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 89fc70a5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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++