[OE-core] [PATCH 1/3 V2] lsbinitscripts: Add initscripts to enhance init functions in an lsb image

Flanagan, Elizabeth elizabeth.flanagan at intel.com
Sun Jun 3 18:11:55 UTC 2012


On Fri, Jun 1, 2012 at 2:13 AM,  <xiaofeng.yan at windriver.com> wrote:
> From: Xiaofeng Yan <xiaofeng.yan at windriver.com>
>
> The version of initscripts has more functions than the simple.
> There could be some errors for current initscripts when running
> some programe because of absent some functions provided by initscripts.
>

Just an FYI, this was missing a DEPENDS on popt. I've fixed that in
my consolidated pull.

-b

> [YOCTO #2133]
>
> Signed-off-by: Xiaofeng Yan <xiaofeng.yan at windriver.com>
> ---
>  meta/recipes-extended/lsb/lsbinitscripts_9.03.bb |   26 ++++++++++++++++++++++
>  1 files changed, 26 insertions(+), 0 deletions(-)
>  create mode 100644 meta/recipes-extended/lsb/lsbinitscripts_9.03.bb
>
> diff --git a/meta/recipes-extended/lsb/lsbinitscripts_9.03.bb b/meta/recipes-extended/lsb/lsbinitscripts_9.03.bb
> new file mode 100644
> index 0000000..8ee8636
> --- /dev/null
> +++ b/meta/recipes-extended/lsb/lsbinitscripts_9.03.bb
> @@ -0,0 +1,26 @@
> +DESCRIPTION = "SysV init scripts which only is used in an LSB image"
> +SECTION = "base"
> +LICENSE = "GPLv2"
> +PR = "r0"
> +
> +LIC_FILES_CHKSUM = "file://COPYING;md5=ebf4e8b49780ab187d51bd26aaa022c6"
> +
> +S="${WORKDIR}/initscripts-${PV}"
> +SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/initscripts/initscripts-${PV}.tar.bz2/668fa2762b57ef75436303857847bba3/initscripts-${PV}.tar.bz2 \
> +           file://functions.patch \
> +          "
> +
> +SRC_URI[md5sum] = "668fa2762b57ef75436303857847bba3"
> +SRC_URI[sha256sum] = "d56547a68ce223a7413b2676650b042125f047c8d6d139c5b970e118b3dc958a"
> +inherit update-alternatives
> +
> +ALTERNATIVE_PRIORITY = "10"
> +ALTERNATIVE_${PN} = "functions"
> +ALTERNATIVE_LINK_NAME[functions] = "${sysconfdir}/init.d/functions"
> +
> +do_configure[noexec] = "1"
> +
> +do_install(){
> +       install -d ${D}/etc/init.d/
> +       install -m 0755 ${S}/rc.d/init.d/functions ${D}/etc/init.d/functions
> +}
> --
> 1.7.0.4
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



-- 
Elizabeth Flanagan
Yocto Project
Build and Release




More information about the Openembedded-core mailing list