All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/2] smbnetfs: update to version 0.6.1
@ 2018-01-24 10:08 Hains van den Bosch
  2018-01-24 10:08 ` [meta-oe][PATCH 2/2] libcdio: update to version 2.0.0 Hains van den Bosch
  2018-01-24 11:02 ` ✗ patchtest: failure for "[meta-oe] smbnetfs: update to ..." and 1 more Patchwork
  0 siblings, 2 replies; 5+ messages in thread
From: Hains van den Bosch @ 2018-01-24 10:08 UTC (permalink / raw)
  To: openembedded-core

---
 .../recipes-filesystems/smbnetfs/smbnetfs/configure.patch             | 2 +-
 meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb         | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs/configure.patch b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs/configure.patch
index 152507cf3..55275669b 100644
--- a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs/configure.patch
+++ b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs/configure.patch
@@ -3,7 +3,7 @@ Index: git/configure.in
 --- git.orig/configure.ac	2014-06-18 16:06:16.040721349 +0000
 +++ git/configure.ac	2014-07-18 07:49:17.085552256 +0000
 @@ -1,5 +1,5 @@
- AC_INIT([SMBNetFS],[0.6.0])
+ AC_INIT([SMBNetFS],[0.6.1])
 -AM_INIT_AUTOMAKE
 +AM_INIT_AUTOMAKE([foreign])
  AC_CONFIG_HEADERS([src/config.h])
diff --git a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
index 0fcfd6ae7..fefc04538 100644
--- a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
+++ b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
@@ -15,14 +15,14 @@ inherit autotools gitpkgv pkgconfig
 
 PKGV = "${GITPKGVTAG}"
 
-SRCREV = "21c63ed60202e5540613d4c822a57a0b81764499"
+SRCREV = "bc6b94b015fdaf7c4dab56ccb996eecea8bc4373"
 
 SRC_URI = "git://smbnetfs.git.sourceforge.net/gitroot/smbnetfs/smbnetfs;branch=master \
            file://configure.patch \
            file://Using-PKG_CHECK_MODULES-to-found-headers-and-libraries.patch"
 
 PACKAGECONFIG ??= ""
-PACKAGECONFIG[gnome-keyring] = "--with-gnome-keyring=yes,--with-gnome-keyring=no,libgnome-keyring"
+PACKAGECONFIG[libsecret] = "--with-libsecret=yes,--with-libsecret=no,libsecret"
 
 S = "${WORKDIR}/git"
 
-- 
2.15.1



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

* [meta-oe][PATCH 2/2] libcdio: update to version 2.0.0
  2018-01-24 10:08 [meta-oe][PATCH 1/2] smbnetfs: update to version 0.6.1 Hains van den Bosch
@ 2018-01-24 10:08 ` Hains van den Bosch
  2018-01-24 10:30   ` Burton, Ross
  2018-01-24 11:02 ` ✗ patchtest: failure for "[meta-oe] smbnetfs: update to ..." and 1 more Patchwork
  1 sibling, 1 reply; 5+ messages in thread
From: Hains van den Bosch @ 2018-01-24 10:08 UTC (permalink / raw)
  To: openembedded-core

---
 .../recipes-multimedia/libcdio/{libcdio_0.93.bb => libcdio_2.0.0.bb} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-multimedia/libcdio/{libcdio_0.93.bb => libcdio_2.0.0.bb} (86%)

diff --git a/meta-oe/recipes-multimedia/libcdio/libcdio_0.93.bb b/meta-oe/recipes-multimedia/libcdio/libcdio_2.0.0.bb
similarity index 86%
rename from meta-oe/recipes-multimedia/libcdio/libcdio_0.93.bb
rename to meta-oe/recipes-multimedia/libcdio/libcdio_2.0.0.bb
index 99e6a84bc..6bf64d663 100644
--- a/meta-oe/recipes-multimedia/libcdio/libcdio_0.93.bb
+++ b/meta-oe/recipes-multimedia/libcdio/libcdio_2.0.0.bb
@@ -5,8 +5,9 @@ LICENSE = "GPLv3+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
 SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz"
-SRC_URI[md5sum] = "d154476feaac5a7b5f180e83eaf3d689"
-SRC_URI[sha256sum] = "4972cd22fd8d0e8bff922d35c7a645be0db0ab0e7b3dfaecc9cd8272429d6975"
+
+SRC_URI[md5sum] = "0cb25905113b930e4539d2f4eb6574b0"
+SRC_URI[sha256sum] = "1b481b5da009bea31db875805665974e2fc568e2b2afa516f4036733657cf958"
 
 inherit autotools pkgconfig
 
-- 
2.15.1



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

* Re: [meta-oe][PATCH 2/2] libcdio: update to version 2.0.0
  2018-01-24 10:08 ` [meta-oe][PATCH 2/2] libcdio: update to version 2.0.0 Hains van den Bosch
@ 2018-01-24 10:30   ` Burton, Ross
  0 siblings, 0 replies; 5+ messages in thread
From: Burton, Ross @ 2018-01-24 10:30 UTC (permalink / raw)
  To: Hains van den Bosch; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 1561 bytes --]

Wrong list, meta-oe patches go to openembedded-devel@

On 24 January 2018 at 10:08, Hains van den Bosch <hainsvdbosch@ziggo.nl>
wrote:

> ---
>  .../recipes-multimedia/libcdio/{libcdio_0.93.bb => libcdio_2.0.0.bb} | 5
> +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>  rename meta-oe/recipes-multimedia/libcdio/{libcdio_0.93.bb =>
> libcdio_2.0.0.bb} (86%)
>
> diff --git a/meta-oe/recipes-multimedia/libcdio/libcdio_0.93.bb
> b/meta-oe/recipes-multimedia/libcdio/libcdio_2.0.0.bb
> similarity index 86%
> rename from meta-oe/recipes-multimedia/libcdio/libcdio_0.93.bb
> rename to meta-oe/recipes-multimedia/libcdio/libcdio_2.0.0.bb
> index 99e6a84bc..6bf64d663 100644
> --- a/meta-oe/recipes-multimedia/libcdio/libcdio_0.93.bb
> +++ b/meta-oe/recipes-multimedia/libcdio/libcdio_2.0.0.bb
> @@ -5,8 +5,9 @@ LICENSE = "GPLv3+"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
>
>  SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz"
> -SRC_URI[md5sum] = "d154476feaac5a7b5f180e83eaf3d689"
> -SRC_URI[sha256sum] = "4972cd22fd8d0e8bff922d35c7a645
> be0db0ab0e7b3dfaecc9cd8272429d6975"
> +
> +SRC_URI[md5sum] = "0cb25905113b930e4539d2f4eb6574b0"
> +SRC_URI[sha256sum] = "1b481b5da009bea31db87580566597
> 4e2fc568e2b2afa516f4036733657cf958"
>
>  inherit autotools pkgconfig
>
> --
> 2.15.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

[-- Attachment #2: Type: text/html, Size: 3044 bytes --]

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

* ✗ patchtest: failure for "[meta-oe] smbnetfs: update to ..." and 1 more
  2018-01-24 10:08 [meta-oe][PATCH 1/2] smbnetfs: update to version 0.6.1 Hains van den Bosch
  2018-01-24 10:08 ` [meta-oe][PATCH 2/2] libcdio: update to version 2.0.0 Hains van den Bosch
@ 2018-01-24 11:02 ` Patchwork
  1 sibling, 0 replies; 5+ messages in thread
From: Patchwork @ 2018-01-24 11:02 UTC (permalink / raw)
  To: Hains van den Bosch; +Cc: openembedded-core

== Series Details ==

Series: "[meta-oe] smbnetfs: update to ..." and 1 more
Revision: 1
URL   : https://patchwork.openembedded.org/series/10675/
State : failure

== Summary ==


Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:



* Patch            [meta-oe,1/2] smbnetfs: update to version 0.6.1
 Issue             Series sent to the wrong mailing list [test_target_mailing_list] 
  Suggested fix    Check the project's README (meta-oe,1/2) and send the patch to the indicated list

* Issue             Series does not apply on top of target branch [test_series_merge_on_head] 
  Suggested fix    Rebase your series on top of targeted branch
  Targeted branch  master (currently at 5e5569c962)

* Patch            [meta-oe,1/2] smbnetfs: update to version 0.6.1
 Issue             Patch is missing Signed-off-by [test_signed_off_by_presence] 
  Suggested fix    Sign off the patch (either manually or with "git commit --amend -s")



If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).

---
Guidelines:     https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe



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

* [meta-oe][PATCH 2/2] libcdio: update to version 2.0.0
  2018-01-24 10:42 [meta-oe][PATCH 1/2] smbnetfs: update to version 0.6.1 Hains van den Bosch
@ 2018-01-24 10:42 ` Hains van den Bosch
  0 siblings, 0 replies; 5+ messages in thread
From: Hains van den Bosch @ 2018-01-24 10:42 UTC (permalink / raw)
  To: openembedded-devel

---
 .../recipes-multimedia/libcdio/{libcdio_0.93.bb => libcdio_2.0.0.bb} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-multimedia/libcdio/{libcdio_0.93.bb => libcdio_2.0.0.bb} (86%)

diff --git a/meta-oe/recipes-multimedia/libcdio/libcdio_0.93.bb b/meta-oe/recipes-multimedia/libcdio/libcdio_2.0.0.bb
similarity index 86%
rename from meta-oe/recipes-multimedia/libcdio/libcdio_0.93.bb
rename to meta-oe/recipes-multimedia/libcdio/libcdio_2.0.0.bb
index 99e6a84bc..6bf64d663 100644
--- a/meta-oe/recipes-multimedia/libcdio/libcdio_0.93.bb
+++ b/meta-oe/recipes-multimedia/libcdio/libcdio_2.0.0.bb
@@ -5,8 +5,9 @@ LICENSE = "GPLv3+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
 SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz"
-SRC_URI[md5sum] = "d154476feaac5a7b5f180e83eaf3d689"
-SRC_URI[sha256sum] = "4972cd22fd8d0e8bff922d35c7a645be0db0ab0e7b3dfaecc9cd8272429d6975"
+
+SRC_URI[md5sum] = "0cb25905113b930e4539d2f4eb6574b0"
+SRC_URI[sha256sum] = "1b481b5da009bea31db875805665974e2fc568e2b2afa516f4036733657cf958"
 
 inherit autotools pkgconfig
 
-- 
2.15.1



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

end of thread, other threads:[~2018-01-24 11:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-24 10:08 [meta-oe][PATCH 1/2] smbnetfs: update to version 0.6.1 Hains van den Bosch
2018-01-24 10:08 ` [meta-oe][PATCH 2/2] libcdio: update to version 2.0.0 Hains van den Bosch
2018-01-24 10:30   ` Burton, Ross
2018-01-24 11:02 ` ✗ patchtest: failure for "[meta-oe] smbnetfs: update to ..." and 1 more Patchwork
2018-01-24 10:42 [meta-oe][PATCH 1/2] smbnetfs: update to version 0.6.1 Hains van den Bosch
2018-01-24 10:42 ` [meta-oe][PATCH 2/2] libcdio: update to version 2.0.0 Hains van den Bosch

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.