All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <saul.wold@intel.com>
To: Kang Kai <kai.kang@windriver.com>
Cc: poky@yoctoproject.org
Subject: Re: [PATCH 2/3] lsbsetup: add commands install_initd and	remove_initd
Date: Wed, 27 Apr 2011 10:04:22 -0700	[thread overview]
Message-ID: <4DB84C96.8010806@intel.com> (raw)
In-Reply-To: <059207ed64e1bbe7ab25f0aee8225e3f9a9ed937.1303895739.git.kai.kang@windriver.com>

On 04/27/2011 02:30 AM, Kang Kai wrote:
> From: Kang Kai<kai.kang@windriver.com>
>
> Add commands install_initd and remove_initd link to chkconfig, which
> can handler LSB format init.d scripts. Needed by LSB commands check.
> Bump PR to r2
> Part fixes [Yocto 520]
>
> Signed-off-by: Kang Kai<kai.kang@windriver.com>
> ---
>   meta/recipes-extended/lsb/lsbsetup_0.9.bb |    7 ++++++-
>   1 files changed, 6 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-extended/lsb/lsbsetup_0.9.bb b/meta/recipes-extended/lsb/lsbsetup_0.9.bb
> index 5fd0584..73720ea 100644
> --- a/meta/recipes-extended/lsb/lsbsetup_0.9.bb
> +++ b/meta/recipes-extended/lsb/lsbsetup_0.9.bb
> @@ -2,7 +2,7 @@ DESCRIPTION = "auto-setup environment for lsb test"
>   SECTION = "console/utils"
>   PRIORITY = "required"
>   LICENSE = "GPLv2"
> -PR = "r1"
> +PR = "r2"
>
>   LIC_FILES_CHKSUM = "file://LSB_Setup.sh;beginline=3;endline=16;md5=97451c7c0786ce5bbe9ac58042945583"
>
> @@ -14,4 +14,9 @@ do_install() {
>           # Only install file if it has a contents
>           install -d ${D}/usr/bin
>           install -m 0755 ${S}/LSB_Setup.sh ${D}/usr/bin
> +        mkdir -p ${D}/usr/lib/lsb
I think this should be an install -d not a mkdir

> +        ln -sf ${base_sbindir}/chkconfig ${D}/${libdir}/lsb/install_initd
> +        ln -sf ${base_sbindir}/chkconfig ${D}/${libdir}/lsb/remove_initd
>   }
> +
> +FILES_${PN} += "${libdir}/lsb"



  reply	other threads:[~2011-04-27 17:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-27  9:30 [PATCH 0/3] Fixes for LSB command check Kang Kai
2011-04-27  9:30 ` [PATCH 1/3] groff: update to 1.20.1 Kang Kai
2011-04-27 22:47   ` Saul Wold
2011-04-27  9:30 ` [PATCH 2/3] lsbsetup: add commands install_initd and remove_initd Kang Kai
2011-04-27 17:04   ` Saul Wold [this message]
2011-04-27  9:30 ` [PATCH 3/3] task-core-lsb: add xdg-utils into lsb image Kang Kai
  -- strict thread matches above, loose matches on Subject: below --
2011-04-28  3:15 [PATCH 0/3] Fixes for LSB command check Kang Kai
2011-04-28  3:16 ` [PATCH 2/3] lsbsetup: add commands install_initd and remove_initd Kang Kai

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=4DB84C96.8010806@intel.com \
    --to=saul.wold@intel.com \
    --cc=kai.kang@windriver.com \
    --cc=poky@yoctoproject.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.