[poky] [PATCH 2/3] lsbsetup: add commands install_initd and remove_initd

Saul Wold saul.wold at intel.com
Wed Apr 27 10:04:22 PDT 2011


On 04/27/2011 02:30 AM, Kang Kai wrote:
> From: Kang Kai<kai.kang at 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 at 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"




More information about the poky mailing list