[OE-core] [PATCH] libatomic-ops:upgrade 7.6.8 -> 7.6.10

ChenQi Qi.Chen at windriver.com
Mon Apr 1 02:02:47 UTC 2019


It seems that you didn't remove the old version.

Best Regards,
Chen Qi

On 04/01/2019 09:44 AM, Zang Ruochen wrote:
> -Upgrade from libatomic-ops_7.6.8.bb to libatomic-ops_7.6.10.bb.
>
> Signed-off-by: Zang Ruochen <zangrc.fnst at cn.fujitsu.com>
> ---
>   .../libatomic-ops/libatomic-ops_7.6.10.bb     | 22 +++++++++++++++++++
>   1 file changed, 22 insertions(+)
>   create mode 100644 meta/recipes-support/libatomic-ops/libatomic-ops_7.6.10.bb
>
> diff --git a/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.10.bb b/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.10.bb
> new file mode 100644
> index 0000000000..7628eedb1b
> --- /dev/null
> +++ b/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.10.bb
> @@ -0,0 +1,22 @@
> +SUMMARY = "A library for atomic integer operations"
> +HOMEPAGE = "https://github.com/ivmai/libatomic_ops/"
> +SECTION = "optional"
> +PROVIDES += "libatomics-ops"
> +LICENSE = "GPLv2 & MIT"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
> +                    file://doc/LICENSING.txt;md5=e00dd5c8ac03a14c5ae5225a4525fa2d \
> +                    "
> +
> +SRC_URI = "https://github.com/ivmai/libatomic_ops/releases/download/v${PV}/libatomic_ops-${PV}.tar.gz"
> +UPSTREAM_CHECK_URI = "https://github.com/ivmai/libatomic_ops/releases"
> +
> +SRC_URI[md5sum] = "90a78a84d9c28ce11f331c25289bfbd0"
> +SRC_URI[sha256sum] = "587edf60817f56daf1e1ab38a4b3c729b8e846ff67b4f62a6157183708f099af"
> +
> +S = "${WORKDIR}/libatomic_ops-${PV}"
> +
> +ALLOW_EMPTY_${PN} = "1"
> +
> +inherit autotools pkgconfig
> +
> +BBCLASSEXTEND = "native nativesdk"




More information about the Openembedded-core mailing list