[Buildroot] [PATCH 1/2] package/sconeserver: needs host-pkgconf

Peter Korsgaard peter at korsgaard.com
Sun Aug 28 22:05:11 UTC 2016


>>>>> "Yann" == Yann E MORIN <yann.morin.1998 at free.fr> writes:

 > sconeserver uses pkg-config macros, so it needs host-pkgconf.
 > Reported-by: Matthew Weber <matt at thewebers.ws>
 > Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
 > ---
 >  package/sconeserver/sconeserver.mk | 2 +-
 >  1 file changed, 1 insertion(+), 1 deletion(-)

 > diff --git a/package/sconeserver/sconeserver.mk b/package/sconeserver/sconeserver.mk
 > index e02c1a6..42901c6 100644
 > --- a/package/sconeserver/sconeserver.mk
 > +++ b/package/sconeserver/sconeserver.mk
 > @@ -10,7 +10,7 @@ SCONESERVER_LICENSE = GPLv2+
 >  SCONESERVER_LICENSE_FILES = COPYING
 >  # fetching from Git, we need to generate the configure script
 >  SCONESERVER_AUTORECONF = YES
 > -SCONESERVER_DEPENDENCIES += pcre
 > +SCONESERVER_DEPENDENCIES = host-pkgconf pcre

It already pulled in host-pkgconf for the image and location suboption,
so I've dropped those, updated the commit message and committed, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list