All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libatomic-ops:upgrade 7.6.8 -> 7.6.10
@ 2019-04-01  2:05 Zang Ruochen
  0 siblings, 0 replies; 3+ messages in thread
From: Zang Ruochen @ 2019-04-01  2:05 UTC (permalink / raw)
  To: openembedded-core

-Upgrade from libatomic-ops_7.6.8.bb to libatomic-ops_7.6.10.bb.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../{libatomic-ops_7.6.8.bb => libatomic-ops_7.6.10.bb}       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/libatomic-ops/{libatomic-ops_7.6.8.bb => libatomic-ops_7.6.10.bb} (82%)

diff --git a/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.8.bb b/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.10.bb
similarity index 82%
rename from meta/recipes-support/libatomic-ops/libatomic-ops_7.6.8.bb
rename to meta/recipes-support/libatomic-ops/libatomic-ops_7.6.10.bb
index 8292c3b312..7628eedb1b 100644
--- a/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.8.bb
+++ b/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.10.bb
@@ -10,8 +10,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
 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] = "99128f05e3e3f4e0cd39aa23f23bbe0c"
-SRC_URI[sha256sum] = "1d6a279edf81767e74d2ad2c9fce09459bc65f12c6525a40b0cb3e53c089f665"
+SRC_URI[md5sum] = "90a78a84d9c28ce11f331c25289bfbd0"
+SRC_URI[sha256sum] = "587edf60817f56daf1e1ab38a4b3c729b8e846ff67b4f62a6157183708f099af"
 
 S = "${WORKDIR}/libatomic_ops-${PV}"
 
-- 
2.20.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] libatomic-ops:upgrade 7.6.8 -> 7.6.10
  2019-04-01  1:44 Zang Ruochen
@ 2019-04-01  2:02 ` ChenQi
  0 siblings, 0 replies; 3+ messages in thread
From: ChenQi @ 2019-04-01  2:02 UTC (permalink / raw)
  To: Zang Ruochen, openembedded-core

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@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"




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] libatomic-ops:upgrade 7.6.8 -> 7.6.10
@ 2019-04-01  1:44 Zang Ruochen
  2019-04-01  2:02 ` ChenQi
  0 siblings, 1 reply; 3+ messages in thread
From: Zang Ruochen @ 2019-04-01  1:44 UTC (permalink / raw)
  To: openembedded-core

-Upgrade from libatomic-ops_7.6.8.bb to libatomic-ops_7.6.10.bb.

Signed-off-by: Zang Ruochen <zangrc.fnst@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"
-- 
2.20.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-04-01  2:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-01  2:05 [PATCH] libatomic-ops:upgrade 7.6.8 -> 7.6.10 Zang Ruochen
  -- strict thread matches above, loose matches on Subject: below --
2019-04-01  1:44 Zang Ruochen
2019-04-01  2:02 ` ChenQi

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.