All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] python3-dbus: Add native and native-sdk support
@ 2019-07-24  7:06 Chan, Aaron Chun Yew
  2019-07-24  7:31 ` ✗ patchtest: failure for " Patchwork
  2019-08-11 16:19 ` [PATCH] " Khem Raj
  0 siblings, 2 replies; 4+ messages in thread
From: Chan, Aaron Chun Yew @ 2019-07-24  7:06 UTC (permalink / raw)
  To: openembedded-core, Khem Raj

From: Chan, Aaron Chun Yew 
Sent: Wednesday, July 24, 2019 3:02 PM
To: openembedded-core@lists.openembedded.org
Cc: Chan, Aaron Chun Yew <aaron.chun.yew.chan@intel.com>
Subject: [meta-oe][PATCH] python3-dbus: Add native and native-sdk support

From: Aaron Chan <aaron.chun.yew.chan@intel.com>

Signed-off-by: Aaron Chan <aaron.chun.yew.chan@intel.com>
---
 meta/recipes-devtools/python/python3-dbus_1.2.8.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/python/python3-dbus_1.2.8.bb b/meta/recipes-devtools/python/python3-dbus_1.2.8.bb
index 923da3c..2fb1eae 100644
--- a/meta/recipes-devtools/python/python3-dbus_1.2.8.bb
+++ b/meta/recipes-devtools/python/python3-dbus_1.2.8.bb
@@ -22,3 +22,5 @@ EXTRA_OECONF += "--disable-documentation"
 RDEPENDS_${PN} = "python3-io python3-logging python3-stringold python3-threading python3-xml"
 
 FILES_${PN}-dev += "${libdir}/pkgconfig"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.7.4



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

* ✗ patchtest: failure for python3-dbus: Add native and native-sdk support
  2019-07-24  7:06 [PATCH] python3-dbus: Add native and native-sdk support Chan, Aaron Chun Yew
@ 2019-07-24  7:31 ` Patchwork
  2019-08-11 16:19 ` [PATCH] " Khem Raj
  1 sibling, 0 replies; 4+ messages in thread
From: Patchwork @ 2019-07-24  7:31 UTC (permalink / raw)
  To: aaron.chun.yew.chan; +Cc: openembedded-core

== Series Details ==

Series: python3-dbus: Add native and native-sdk support
Revision: 1
URL   : https://patchwork.openembedded.org/series/18854/
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:



* 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 e0c3436241)



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] 4+ messages in thread

* Re: [PATCH] python3-dbus: Add native and native-sdk support
  2019-07-24  7:06 [PATCH] python3-dbus: Add native and native-sdk support Chan, Aaron Chun Yew
  2019-07-24  7:31 ` ✗ patchtest: failure for " Patchwork
@ 2019-08-11 16:19 ` Khem Raj
  2019-08-13  5:02   ` Chan, Aaron Chun Yew
  1 sibling, 1 reply; 4+ messages in thread
From: Khem Raj @ 2019-08-11 16:19 UTC (permalink / raw)
  To: Chan, Aaron Chun Yew, Richard Purdie; +Cc: openembedded-core

Hi Richard

Can this patch be applied ? there are recipes in meta-oe which are
waiting for this fix.

On Wed, Jul 24, 2019 at 12:06 AM Chan, Aaron Chun Yew
<aaron.chun.yew.chan@intel.com> wrote:
>
> From: Chan, Aaron Chun Yew
> Sent: Wednesday, July 24, 2019 3:02 PM
> To: openembedded-core@lists.openembedded.org
> Cc: Chan, Aaron Chun Yew <aaron.chun.yew.chan@intel.com>
> Subject: [meta-oe][PATCH] python3-dbus: Add native and native-sdk support
>
> From: Aaron Chan <aaron.chun.yew.chan@intel.com>
>
> Signed-off-by: Aaron Chan <aaron.chun.yew.chan@intel.com>
> ---
>  meta/recipes-devtools/python/python3-dbus_1.2.8.bb | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta/recipes-devtools/python/python3-dbus_1.2.8.bb b/meta/recipes-devtools/python/python3-dbus_1.2.8.bb
> index 923da3c..2fb1eae 100644
> --- a/meta/recipes-devtools/python/python3-dbus_1.2.8.bb
> +++ b/meta/recipes-devtools/python/python3-dbus_1.2.8.bb
> @@ -22,3 +22,5 @@ EXTRA_OECONF += "--disable-documentation"
>  RDEPENDS_${PN} = "python3-io python3-logging python3-stringold python3-threading python3-xml"
>
>  FILES_${PN}-dev += "${libdir}/pkgconfig"
> +
> +BBCLASSEXTEND = "native nativesdk"
> --
> 2.7.4
>


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

* Re: [PATCH] python3-dbus: Add native and native-sdk support
  2019-08-11 16:19 ` [PATCH] " Khem Raj
@ 2019-08-13  5:02   ` Chan, Aaron Chun Yew
  0 siblings, 0 replies; 4+ messages in thread
From: Chan, Aaron Chun Yew @ 2019-08-13  5:02 UTC (permalink / raw)
  To: Khem Raj, Richard Purdie; +Cc: openembedded-core

Hi Khem,

I've also send the same patch into OE-core 

http://lists.openembedded.org/pipermail/openembedded-core/2019-July/284971.html

Thanks
Aaron

-----Original Message-----
From: Khem Raj [mailto:raj.khem@gmail.com] 
Sent: Monday, August 12, 2019 12:20 AM
To: Chan, Aaron Chun Yew <aaron.chun.yew.chan@intel.com>; Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core][PATCH] python3-dbus: Add native and native-sdk support

Hi Richard

Can this patch be applied ? there are recipes in meta-oe which are waiting for this fix.

On Wed, Jul 24, 2019 at 12:06 AM Chan, Aaron Chun Yew <aaron.chun.yew.chan@intel.com> wrote:
>
> From: Chan, Aaron Chun Yew
> Sent: Wednesday, July 24, 2019 3:02 PM
> To: openembedded-core@lists.openembedded.org
> Cc: Chan, Aaron Chun Yew <aaron.chun.yew.chan@intel.com>
> Subject: [meta-oe][PATCH] python3-dbus: Add native and native-sdk 
> support
>
> From: Aaron Chan <aaron.chun.yew.chan@intel.com>
>
> Signed-off-by: Aaron Chan <aaron.chun.yew.chan@intel.com>
> ---
>  meta/recipes-devtools/python/python3-dbus_1.2.8.bb | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta/recipes-devtools/python/python3-dbus_1.2.8.bb 
> b/meta/recipes-devtools/python/python3-dbus_1.2.8.bb
> index 923da3c..2fb1eae 100644
> --- a/meta/recipes-devtools/python/python3-dbus_1.2.8.bb
> +++ b/meta/recipes-devtools/python/python3-dbus_1.2.8.bb
> @@ -22,3 +22,5 @@ EXTRA_OECONF += "--disable-documentation"
>  RDEPENDS_${PN} = "python3-io python3-logging python3-stringold python3-threading python3-xml"
>
>  FILES_${PN}-dev += "${libdir}/pkgconfig"
> +
> +BBCLASSEXTEND = "native nativesdk"
> --
> 2.7.4
>

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

end of thread, other threads:[~2019-08-13  5:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-24  7:06 [PATCH] python3-dbus: Add native and native-sdk support Chan, Aaron Chun Yew
2019-07-24  7:31 ` ✗ patchtest: failure for " Patchwork
2019-08-11 16:19 ` [PATCH] " Khem Raj
2019-08-13  5:02   ` Chan, Aaron Chun Yew

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.