All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembeded-devel <openembedded-devel@lists.openembedded.org>
Subject: Re: [meta-networking] [PATCH] unbound: this patch adds unbound to meta-networking
Date: Thu, 6 Apr 2017 12:09:39 -0700	[thread overview]
Message-ID: <CAMKF1soKO0BSG96Lf41m4kXXptGBHj6dvOX77_MgxYg=_B=YGw@mail.gmail.com> (raw)
In-Reply-To: <20170406141730.GB17864@graute-opti>

On Thu, Apr 6, 2017 at 7:17 AM, Oliver Graute <oliver.graute@gmail.com> wrote:
> On 05/04/17, Khem Raj wrote:
>> On Wed, Apr 5, 2017 at 6:40 AM, Oliver Graute <oliver.graute@gmail.com> wrote:
>> > +HOMEPAGE = "https://www.unbound.net/"
>> > +SECTION = "net"
>> > +LICENSE = "BSD"
>>
>> Can you see which clause it is ? it will make it more clear
>
> is this BSD-4-Clause?
> https://unbound.nlnetlabs.nl/svn/trunk/LICENSE

looks like 2-Clause

>
>> > +do_install () {
>> > +        install -d ${D}${bindir}
>> > +        install -d ${D}${libdir}
>> > +        install -d ${D}${sysconfdir}
>> > +        install -m 644 -D ${S}/libunbound/unbound.h ${D}${includedir}/unbound.h
>> > +        install -m 644 -D ${S}/doc/example.conf.in ${D}${sysconfdir}/unbound/unbound.conf
>> > +        install -m 644 -D ${S}/contrib/unbound.service.in ${D}${libdir}/systemd/unbound.service
>> > +        install -m 755 unbound ${D}${bindir}
>> > +        install -m 755 unbound-anchor ${D}${bindir}
>> > +        install -m 755 unbound-checkconf ${D}${bindir}
>> > +        install -m 755 unbound ${D}${bindir}
>> > +        install -m 755 unbound-control-setup ${D}${bindir}
>> > +        install -m 755 unbound-host ${D}${bindir}
>> > +        install -m 755 ${WORKDIR}/build/.libs/libunbound.so* ${D}${libdir}
>> > +}
>>
>> do this in a do_install_append()
>
> this breaks my packaging. /usr/local/share and /usr/local/lib are not my
> desired dirs. I prefer /usr/share and /usr/lib. I also don't need the
> man pages. How do I put them into extra packacke?
> Some clue to fix this the righty way?
>
> ERROR: QA Issue: unbound: Files/directories were installed but not shipped in any package:
>   /usr/local
>   /usr/local/share
>   /usr/local/lib
>   /usr/local/include
>   /usr/local/share/man
>   /usr/local/share/man/man8
>   /usr/local/share/man/man3
>   /usr/local/share/man/man5
>   /usr/local/share/man/man1
>   /usr/local/share/man/man8/unbound-control-setup.8
>   /usr/local/share/man/man8/unbound-checkconf.8
>   /usr/local/share/man/man8/unbound-control.8
>   /usr/local/share/man/man8/unbound-anchor.8
>   /usr/local/share/man/man8/unbound.8
>   /usr/local/share/man/man3/ub_strerror.3
>   /usr/local/share/man/man3/ub_ctx_set_fwd.3
>   /usr/local/share/man/man3/ub_wait.3
>   /usr/local/share/man/man3/ub_result.3
>   /usr/local/share/man/man3/ub_resolve.3
>   /usr/local/share/man/man3/ub_ctx_create.3
>   /usr/local/share/man/man3/ub_ctx_hosts.3
>   /usr/local/share/man/man3/ub_ctx_data_add.3
>   /usr/local/share/man/man3/ub_ctx_add_ta.3
>   /usr/local/share/man/man3/ub_poll.3
>   /usr/local/share/man/man3/ub_ctx_async.3
>   /usr/local/share/man/man3/ub_ctx_debugout.3
>   /usr/local/share/man/man3/ub_ctx.3
>   /usr/local/share/man/man3/ub_resolve_free.3
>   /usr/local/share/man/man3/ub_ctx_set_option.3
>   /usr/local/share/man/man3/libunbound.3
>   /usr/local/share/man/man3/ub_ctx_add_ta_file.3
>   /usr/local/share/man/man3/ub_ctx_get_option.3
>   /usr/local/share/man/man3/ub_resolve_async.3
>   /usr/local/share/man/man3/ub_ctx_zone_remove.3
>   /usr/local/share/man/man3/ub_ctx_print_local_zones.3
>   /usr/local/share/man/man3/ub_ctx_zone_add.3
>   /usr/local/share/man/man3/ub_ctx_resolvconf.3
>   /usr/local/share/man/man3/ub_ctx_config.3
>   /usr/local/share/man/man3/ub_cancel.3
>   /usr/local/share/man/man3/ub_ctx_delete.3
>   /usr/local/share/man/man3/ub_ctx_debuglevel.3
>   /usr/local/share/man/man3/ub_ctx_data_remove.3
>   /usr/local/share/man/man3/ub_fd.3
>   /usr/local/share/man/man3/ub_ctx_trustedkeys.3
>   /usr/local/share/man/man3/ub_process.3
>   /usr/local/share/man/man5/unbound.conf.5
>   /usr/local/share/man/man1/unbound-host.1
>   /usr/local/lib/libunbound.la
>   /usr/local/lib/libunbound.a
>   /usr/local/lib/libunbound.so
>   /usr/local/lib/libunbound.so.2
>   /usr/local/lib/libunbound.so.2.4.4
>   /usr/local/lib/.debug
>   /usr/local/lib/.debug/libunbound.so.2.4.4
>   /usr/local/include/unbound.h
> Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
> unbound: 55 installed and not shipped files. [installed-vs-shipped]
>
>
> Best regards,
>
> Oliver
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


      reply	other threads:[~2017-04-06 19:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-05 13:40 [meta-networking] [PATCH] unbound: this patch adds unbound to meta-networking Oliver Graute
2017-04-05 17:27 ` Khem Raj
2017-04-06 14:17   ` Oliver Graute
2017-04-06 19:09     ` Khem Raj [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAMKF1soKO0BSG96Lf41m4kXXptGBHj6dvOX77_MgxYg=_B=YGw@mail.gmail.com' \
    --to=raj.khem@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.