All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 1/1] consolekit_0.4.6.bb: Fix QA error when --enable-udev-acl
Date: Tue, 27 Aug 2013 08:16:45 -0700	[thread overview]
Message-ID: <521CC2DD.7020109@linux.intel.com> (raw)
In-Reply-To: <011401cea2f4$92481300$b6d83900$@cn.fujitsu.com>

On 08/27/2013 12:10 AM, leimaohui wrote:
> Add EXTRA_OECONF += "--enable-udev-acl" to
>
> consolekit_0.4.6.bb whill causea package_qa error.
>
> The error message looks like:
>
> |ERROR: QA Issue: non debug package contains .debug directory:
>
> | consolekit path consolekit/0.4.6-r0/packages-split/consolekit/lib/u
>
> | dev/.debug/udev-acl
>
> There is a need to add udev-acl file to package instead of “${base_libdir}”
>
> Signed-off-by: leimaohui <leimaohui@cn.fujitsu.com
> <mailto:leimaohui@cn.fujitsu.com>>
>
> ---
>
> diff --git a/meta/recipes-support/consolekit/consolekit_0.4.6.bb
>
> b/meta/recipes-support/consolekit/consolekit_0.4.6.bb
>
> index 63da028..4133f4d 100644
>
> --- a/meta/recipes-support/consolekit/consolekit_0.4.6.bb
>
> +++ b/meta/recipes-support/consolekit/consolekit_0.4.6.bb
>
> @@ -28,9 +28,10 @@ PACKAGECONFIG[policykit] = ",,polkit"
>
> PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=
>
> ${systemd_unitdir}/system/,--with-systemdsystemunitdir="
>
> FILES_${PN} += "${localstatedir}/log/ConsoleKit
> ${exec_prefix}/lib/ConsoleKit \
>
> -                ${libdir}/ConsoleKit  ${systemd_unitdir} ${base_libdir} \
>
> -                ${datadir}/dbus-1 ${datadir}/PolicyKit ${datadir}/polkit*"
>
> -FILES_${PN}-dbg += "${base_libdir}/security/.debug"
>
> +                ${libdir}/ConsoleKit  ${systemd_unitdir}
> ${base_libdir}/udev/rules.d \
>
> +               ${base_libdir}/udev/udev-acl ${datadir}/dbus-1
> ${datadir}/PolicyKit \
>
> +               ${datadir}/polkit*"
>
> +FILES_${PN}-dbg += "${base_libdir}/security/.debug /lib/udev/.debug"
>
Please use ${base_libdir} instead of /lib here.

Thanks
	Sau!

> PACKAGES =+ "pam-plugin-ck-connector"
>
> FILES_pam-plugin-ck-connector += "${base_libdir}/security/*.so"
>
> --
>
> 1.7.1
>
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>


  reply	other threads:[~2013-08-27 15:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-27  7:10 [PATCH 1/1] consolekit_0.4.6.bb: Fix QA error when --enable-udev-acl leimaohui
2013-08-27 15:16 ` Saul Wold [this message]
2013-08-27 15:26   ` Phil Blundell

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=521CC2DD.7020109@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@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.