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>
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++