From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Thu, 7 Jan 2021 22:58:18 +0100 Subject: [Buildroot] [PATCH 1/1] package/libupnp: add LIBUPNP_CPE_ID_VENDOR In-Reply-To: <20210105171854.4114-1-fontaine.fabrice@gmail.com> References: <20210105171854.4114-1-fontaine.fabrice@gmail.com> Message-ID: <20210107225818.60663d0c@windsurf.home> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Tue, 5 Jan 2021 18:18:54 +0100 Fabrice Fontaine wrote: > Signed-off-by: Fabrice Fontaine > --- > 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 _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