[oe] [PATCH 1/3] Porting dash from openembedded and upgrade to 0.5.8

Martin Jansa martin.jansa at gmail.com
Fri Nov 14 12:00:13 UTC 2014


On Fri, Nov 14, 2014 at 05:20:02PM +0800, Bian Naimeng wrote:
> Signed-off-by: Bian Naimeng <biannm at cn.fujitsu.com>
> ---
>  meta-oe/recipes-extended/dash/dash_0.5.8.bb | 27 +++++++++++++++++++++++++++
>  1 file changed, 27 insertions(+)
>  create mode 100644 meta-oe/recipes-extended/dash/dash_0.5.8.bb
> 
> diff --git a/meta-oe/recipes-extended/dash/dash_0.5.8.bb b/meta-oe/recipes-extended/dash/dash_0.5.8.bb
> new file mode 100644
> index 0000000..3b9ea16
> --- /dev/null
> +++ b/meta-oe/recipes-extended/dash/dash_0.5.8.bb
> @@ -0,0 +1,27 @@
> +DESCRIPTION = "Small and fast POSIX-compliant shell"

This should be SUMMARY
This time I'll change it when cherry-picking.

> +HOMEPAGE = "http://gondor.apana.org.au/~herbert/dash/"
> +SECTION = "System Environment/Shells"
> +LICENSE = "BSD GPLv2+"
> +
> +inherit autotools update-alternatives
> +
> +SRC_URI = "http://gondor.apana.org.au/~herbert/dash/files/${PN}-${PV}.tar.gz"
> +
> +SRC_URI[md5sum] = "5c152209680dab3c319e8923f6c51378"
> +SRC_URI[sha256sum] = "c6db3a237747b02d20382a761397563d813b306c020ae28ce25a1c3915fac60f"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=b5262b4a1a1bff72b48e935531976d2e"
> +
> +EXTRA_OECONF += "--bindir=${base_bindir}"
> +
> +ALTERNATIVE_${PN} = "sh"
> +ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh"
> +ALTERNATIVE_TARGET[sh] = "${base_bindir}/dash"
> +ALTERNATIVE_PRIORITY = "10"
> +
> +pkg_postinst_${PN} () {
> +	grep -q "^${base_bindir}/dash$" $D${sysconfdir}/shells || echo ${base_bindir}/dash >> $D${sysconfdir}/shells
> +}
> +
> +pkg_postrm_${PN} () {
> +	printf "$(grep -v "^${base_bindir}/dash$" $D${sysconfdir}/shells)\n" > $D${sysconfdir}/shells
> +}
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20141114/530108a2/attachment-0002.sig>


More information about the Openembedded-devel mailing list