All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH v2 1/3] sigrok-cli: Update to 0.7.1
@ 2019-12-08  6:30 Khem Raj
  2019-12-08  6:30 ` [meta-python][PATCH v2 2/3] python-pywbem: Update to 0.15.0 Khem Raj
  2019-12-08  6:30 ` [meta-oe][PATCH v2 3/3] udisks2: Update to 2.8.4 Khem Raj
  0 siblings, 2 replies; 3+ messages in thread
From: Khem Raj @ 2019-12-08  6:30 UTC (permalink / raw)
  To: openembedded-devel

Package /usr/share/icons/hicolor/scalable/apps/sigrok-cli.svg

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
v2: Package missing svg file

 .../sigrok/{sigrok-cli_0.7.0.bb => sigrok-cli_0.7.1.bb}      | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-extended/sigrok/{sigrok-cli_0.7.0.bb => sigrok-cli_0.7.1.bb} (71%)

diff --git a/meta-oe/recipes-extended/sigrok/sigrok-cli_0.7.0.bb b/meta-oe/recipes-extended/sigrok/sigrok-cli_0.7.1.bb
similarity index 71%
rename from meta-oe/recipes-extended/sigrok/sigrok-cli_0.7.0.bb
rename to meta-oe/recipes-extended/sigrok/sigrok-cli_0.7.1.bb
index d31bcd282f..2293f142b3 100644
--- a/meta-oe/recipes-extended/sigrok/sigrok-cli_0.7.0.bb
+++ b/meta-oe/recipes-extended/sigrok/sigrok-cli_0.7.1.bb
@@ -13,6 +13,7 @@ PACKAGECONFIG ??= "decode"
 inherit autotools pkgconfig
 
 SRC_URI = "http://sigrok.org/download/source/sigrok-cli/sigrok-cli-${PV}.tar.gz"
+SRC_URI[md5sum] = "3f45ce664bad529d8b3f78a61b017d75"
+SRC_URI[sha256sum] = "f52413429f47d457c333db0fd068416ab7a3f9e35ca76de8624dc5ac6fb07797"
 
-SRC_URI[md5sum] = "77cb745e2fa239c7bd1ea81e2d67ede9"
-SRC_URI[sha256sum] = "5669d968c2de3dfc6adfda76e83789b6ba76368407c832438cef5e7099a65e1c"
+FILES_${PN} += "${datadir}/icons/hicolor"
-- 
2.24.0



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

* [meta-python][PATCH v2 2/3] python-pywbem: Update to 0.15.0
  2019-12-08  6:30 [meta-oe][PATCH v2 1/3] sigrok-cli: Update to 0.7.1 Khem Raj
@ 2019-12-08  6:30 ` Khem Raj
  2019-12-08  6:30 ` [meta-oe][PATCH v2 3/3] udisks2: Update to 2.8.4 Khem Raj
  1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2019-12-08  6:30 UTC (permalink / raw)
  To: openembedded-devel

* LICENSE.txt move to toplevel
* Use github for SRC_UTI, pypi source does not build

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
v2: Change SRC_URI to github and license pointer

 meta-python/recipes-extended/pywbem/python-pywbem.inc    | 9 ++++++---
 .../{python-pywbem_0.11.0.bb => python-pywbem_0.15.0.bb} | 0
 ...python3-pywbem_0.11.0.bb => python3-pywbem_0.15.0.bb} | 0
 3 files changed, 6 insertions(+), 3 deletions(-)
 rename meta-python/recipes-extended/pywbem/{python-pywbem_0.11.0.bb => python-pywbem_0.15.0.bb} (100%)
 rename meta-python/recipes-extended/pywbem/{python3-pywbem_0.11.0.bb => python3-pywbem_0.15.0.bb} (100%)

diff --git a/meta-python/recipes-extended/pywbem/python-pywbem.inc b/meta-python/recipes-extended/pywbem/python-pywbem.inc
index 5151c33ea9..98508b0c30 100644
--- a/meta-python/recipes-extended/pywbem/python-pywbem.inc
+++ b/meta-python/recipes-extended/pywbem/python-pywbem.inc
@@ -14,12 +14,15 @@ It also provides a Python provider interface, and is the fastest and easiest \
 way to write providers on the planet."
 HOMEPAGE = "http://pywbem.github.io"
 LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://pywbem/LICENSE.txt;md5=fbc093901857fcd118f065f900982c24"
-SRC_URI[md5sum] = "1465dfa92e4cbe558c773838b9b00711"
-SRC_URI[sha256sum] = "2a05f2c1a6ab4b08560a6da55fdaabd0f52f4d1e6df6e288b9ed927bf5c289ed"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24"
 
 inherit pypi 
 
+SRCREV = "b3386b3bee8876d15f0745147c0b08937d8ab18e"
+PYPI_SRC_URI = "git://github.com/pywbem/pywbem;protocol=https;branch=stable_0.15"
+
+S = "${WORKDIR}/git"
+
 DEPENDS += " \
     ${PYTHON_PN}-ply-native \
     ${PYTHON_PN}-pyyaml-native \
diff --git a/meta-python/recipes-extended/pywbem/python-pywbem_0.11.0.bb b/meta-python/recipes-extended/pywbem/python-pywbem_0.15.0.bb
similarity index 100%
rename from meta-python/recipes-extended/pywbem/python-pywbem_0.11.0.bb
rename to meta-python/recipes-extended/pywbem/python-pywbem_0.15.0.bb
diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_0.11.0.bb b/meta-python/recipes-extended/pywbem/python3-pywbem_0.15.0.bb
similarity index 100%
rename from meta-python/recipes-extended/pywbem/python3-pywbem_0.11.0.bb
rename to meta-python/recipes-extended/pywbem/python3-pywbem_0.15.0.bb
-- 
2.24.0



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

* [meta-oe][PATCH v2 3/3] udisks2: Update to 2.8.4
  2019-12-08  6:30 [meta-oe][PATCH v2 1/3] sigrok-cli: Update to 0.7.1 Khem Raj
  2019-12-08  6:30 ` [meta-python][PATCH v2 2/3] python-pywbem: Update to 0.15.0 Khem Raj
@ 2019-12-08  6:30 ` Khem Raj
  1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2019-12-08  6:30 UTC (permalink / raw)
  To: openembedded-devel

package tmpfiles.d/udisk2.conf, generated with systemd enabled

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
v2: Package tmpfiles.d

 meta-oe/recipes-support/udisks/udisks2_git.bb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/udisks/udisks2_git.bb b/meta-oe/recipes-support/udisks/udisks2_git.bb
index f0aad95384..21851666ee 100644
--- a/meta-oe/recipes-support/udisks/udisks2_git.bb
+++ b/meta-oe/recipes-support/udisks/udisks2_git.bb
@@ -20,8 +20,8 @@ SRC_URI = " \
     git://github.com/storaged-project/udisks.git;branch=master \
     file://non-gnu-libc.patch \
 "
-PV = "2.8.2"
-SRCREV = "7a787aa3b340fc7f1ca72d748635d6c5445edc58"
+PV = "2.8.4"
+SRCREV = "f333e13de8d32f2b82237ccd180c3458d71e78b8"
 S = "${WORKDIR}/git"
 
 CVE_PRODUCT = "udisks"
@@ -50,6 +50,7 @@ FILES_${PN} += " \
 
 PACKAGES =+ "${PN}-libs"
 FILES_${PN}-libs = "${libdir}/lib*${SOLIBS}"
+FILES_${PN} += "${nonarch_libdir}/tmpfiles.d"
 
 SYSTEMD_SERVICE_${PN} = "${BPN}.service"
 SYSTEMD_AUTO_ENABLE = "disable"
-- 
2.24.0



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

end of thread, other threads:[~2019-12-08  6:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-08  6:30 [meta-oe][PATCH v2 1/3] sigrok-cli: Update to 0.7.1 Khem Raj
2019-12-08  6:30 ` [meta-python][PATCH v2 2/3] python-pywbem: Update to 0.15.0 Khem Raj
2019-12-08  6:30 ` [meta-oe][PATCH v2 3/3] udisks2: Update to 2.8.4 Khem Raj

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.