* [Buildroot] [PATCH 1/1] package/libupnp: add LIBUPNP_CPE_ID_VENDOR
@ 2021-01-05 17:18 Fabrice Fontaine
2021-01-07 21:58 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2021-01-05 17:18 UTC (permalink / raw)
To: buildroot
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/libupnp/libupnp.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/libupnp/libupnp.mk b/package/libupnp/libupnp.mk
index 8831885ba4..cb7b9668f7 100644
--- a/package/libupnp/libupnp.mk
+++ b/package/libupnp/libupnp.mk
@@ -11,5 +11,6 @@ LIBUPNP_CONF_ENV = ac_cv_lib_compat_ftime=no
LIBUPNP_INSTALL_STAGING = YES
LIBUPNP_LICENSE = BSD-3-Clause
LIBUPNP_LICENSE_FILES = LICENSE
+LIBUPNP_CPE_ID_VENDOR = libupnp_project
$(eval $(autotools-package))
--
2.29.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] package/libupnp: add LIBUPNP_CPE_ID_VENDOR
2021-01-05 17:18 [Buildroot] [PATCH 1/1] package/libupnp: add LIBUPNP_CPE_ID_VENDOR Fabrice Fontaine
@ 2021-01-07 21:58 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2021-01-07 21:58 UTC (permalink / raw)
To: buildroot
On Tue, 5 Jan 2021 18:18:54 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/libupnp/libupnp.mk | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/libupnp/libupnp.mk b/package/libupnp/libupnp.mk
> index 8831885ba4..cb7b9668f7 100644
> --- a/package/libupnp/libupnp.mk
> +++ b/package/libupnp/libupnp.mk
> @@ -11,5 +11,6 @@ LIBUPNP_CONF_ENV = ac_cv_lib_compat_ftime=no
> LIBUPNP_INSTALL_STAGING = YES
> LIBUPNP_LICENSE = BSD-3-Clause
> LIBUPNP_LICENSE_FILES = LICENSE
> +LIBUPNP_CPE_ID_VENDOR = libupnp_project
Setting CPE_ID_VENDOR to <rawname>_project is already what the
generic-package infrastructure does by default.
So I think here we should just do:
LIBUPNP_CPE_ID_VALID = YES
Could you check if it works for you, and if it does, submit this as a
patch ?
Thanks a lot, great to see this CPE stuff being picked up and used!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-01-07 21:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-05 17:18 [Buildroot] [PATCH 1/1] package/libupnp: add LIBUPNP_CPE_ID_VENDOR Fabrice Fontaine
2021-01-07 21:58 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox