package/rpm: use 'none' for location path
The recognized keywords are: (location path: "external:internal:none") Signed-off-by: Romain Naour <romain.naour@openwide.fr> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
89fc70a5ca
commit
8eabd74ae5
@ -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++
|
||||
|
Loading…
Reference in New Issue
Block a user