[OE-core] [PATCH] Install list-records with resolvconf package

Jate S jatedev at gmail.com
Mon Aug 11 00:39:02 UTC 2014


I am following up on this patch.

On Mon, Jun 23, 2014 at 11:07 AM, Jate S <jatedev at gmail.com> wrote:
> From: Jate Sujjavanich <jatedev at gmail.com>
> Date: Mon, Jun 23, 2014 at 10:16 AM
> Subject: [PATCH] Install list-records with resolvconf package
> To: openembedded-devel at lists.openembedded.org, sgw at linux.intel.com
> Cc: Jate Sujjavanich <jatedev at gmail.com>
>
>
> The resolvconf script uses /lib/resolvconf/list-records, but the recipe
> does not install it. This causes an error when /etc/resolvconf/update.d
> runs.
>
> Signed-off-by: Jate Sujjavanich <jatedev at gmail.com>
> ---
>  .../resolvconf/resolvconf_1.75.bb                  |    6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.75.bb
> b/meta/recipes-connectivity/resolvconf/resolvconf_1.75.bb
> index 7310c83..77eac7a 100644
> --- a/meta/recipes-connectivity/resolvconf/resolvconf_1.75.bb
> +++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.75.bb
> @@ -40,8 +40,14 @@ do_install () {
>         install -m 0755 bin/resolvconf ${D}${base_sbindir}/
>         install -m 0644 README ${D}${docdir}/${P}/
>         install -m 0644 man/resolvconf.8 ${D}${mandir}/man8/
> +
> +       # resolvconf requires /lib/resolvconf/list-records
> +       install -d ${D}${base_libdir}/${BPN}
> +       install -m 0755 ${S}/bin/list-records ${D}${base_libdir}/${BPN}
>  }
>
> +FILES_${PN} += "/lib/resolvconf/"
> +
>  pkg_postinst_${PN} () {
>         if [ -z "$D" ]; then
>                 if command -v systemd-tmpfiles >/dev/null; then
> --
> 1.7.9.5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20140810/cbfc155b/attachment-0002.html>


More information about the Openembedded-core mailing list