All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] sdbus-c++-tools: add nativesdk
@ 2020-04-22 18:21 Matt Campbell
  2020-04-22 19:14 ` [oe] " Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Matt Campbell @ 2020-04-22 18:21 UTC (permalink / raw)
  To: Openembedded-devel

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

Signed-off-by: Matthew Campbell <mcampbell@izotope.com>
---
 ...bus-c++-tools-native_0.8.1.bb => sdbus-c++-tools_0.8.1.bb} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
 rename meta-oe/recipes-core/sdbus-c++/{sdbus-c++-tools-native_0.8.1.bb =>
sdbus-c++-tools_0.8.1.bb} (89%)

diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools-native_0.8.1.bb
b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.1.bb
similarity index 89%
rename from meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools-native_0.8.1.bb
rename to meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.1.bb
index e18b9903d..9eaec0f2a 100644
--- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools-native_0.8.1.bb
+++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.1.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "Native interface code generator for
development with sdbus-c++"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM =
"file://${S}/COPYING;md5=1803fa9c2c3ce8cb06b4861d75310742"

-inherit cmake native
+inherit cmake

 DEPENDS += "expat"

@@ -12,3 +12,5 @@ SRCREV = "3a4f343fb924650e7639660efa5f143961162044"
 SRC_URI = "git://
github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;subpath=tools
"

 S = "${WORKDIR}/tools"
+
+BBCLASSEXTEND = "native nativesdk"
--
2.20.1

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

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

* Re: [oe] [meta-oe][PATCH] sdbus-c++-tools: add nativesdk
  2020-04-22 18:21 [meta-oe][PATCH] sdbus-c++-tools: add nativesdk Matt Campbell
@ 2020-04-22 19:14 ` Khem Raj
  2020-04-22 20:00   ` Matt Campbell
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2020-04-22 19:14 UTC (permalink / raw)
  To: Matt Campbell, Openembedded-devel

This seems to be badly formatted patch. Neither patchwork nor my email 
reader can download a proper mbox for it. Please use git format-patch
to generate it and resend.

On 4/22/20 11:21 AM, Matt Campbell wrote:
> 
> Signed-off-by: Matthew Campbell <mcampbell@izotope.com 
> <mailto:mcampbell@izotope.com>>
> ---
>   ...bus-c++-tools-native_0.8.1.bb <http://tools-native_0.8.1.bb> => 
> sdbus-c++-tools_0.8.1.bb <http://tools_0.8.1.bb>} | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
>   rename meta-oe/recipes-core/sdbus-c++/{sdbus-c++-tools-native_0.8.1.bb 
> <http://tools-native_0.8.1.bb> => sdbus-c++-tools_0.8.1.bb 
> <http://tools_0.8.1.bb>} (89%)
> 
> diff --git 
> a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools-native_0.8.1.bb 
> <http://tools-native_0.8.1.bb> 
> b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.1.bb 
> <http://tools_0.8.1.bb>
> similarity index 89%
> rename from 
> meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools-native_0.8.1.bb 
> <http://tools-native_0.8.1.bb>
> rename to meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.1.bb 
> <http://tools_0.8.1.bb>
> index e18b9903d..9eaec0f2a 100644
> --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools-native_0.8.1.bb 
> <http://tools-native_0.8.1.bb>
> +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.1.bb 
> <http://tools_0.8.1.bb>
> @@ -4,7 +4,7 @@ DESCRIPTION = "Native interface code generator for 
> development with sdbus-c++"
>   LICENSE = "LGPLv2.1"
>   LIC_FILES_CHKSUM = 
> "file://${S}/COPYING;md5=1803fa9c2c3ce8cb06b4861d75310742"
> 
> -inherit cmake native
> +inherit cmake
> 
>   DEPENDS += "expat"
> 
> @@ -12,3 +12,5 @@ SRCREV = "3a4f343fb924650e7639660efa5f143961162044"
>   SRC_URI = 
> "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;subpath=tools 
> <http://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;subpath=tools>"
> 
>   S = "${WORKDIR}/tools"
> +
> +BBCLASSEXTEND = "native nativesdk"
> --
> 2.20.1
> 
> 
> 
> 

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

* Re: [oe] [meta-oe][PATCH] sdbus-c++-tools: add nativesdk
  2020-04-22 19:14 ` [oe] " Khem Raj
@ 2020-04-22 20:00   ` Matt Campbell
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Campbell @ 2020-04-22 20:00 UTC (permalink / raw)
  To: Khem Raj; +Cc: Openembedded-devel

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

Sorry, this was my first time submitting a patch, looks like the gmail
webclient is messing things up. I'll re-submit as a v2.

On Wed, Apr 22, 2020 at 3:14 PM Khem Raj <raj.khem@gmail.com> wrote:

> This seems to be badly formatted patch. Neither patchwork nor my email
> reader can download a proper mbox for it. Please use git format-patch
> to generate it and resend.
>
> On 4/22/20 11:21 AM, Matt Campbell wrote:
> >
> > Signed-off-by: Matthew Campbell <mcampbell@izotope.com
> > <mailto:mcampbell@izotope.com>>
> > ---
> >   ...bus-c++-tools-native_0.8.1.bb <http://tools-native_0.8.1.bb> =>
> > sdbus-c++-tools_0.8.1.bb <http://tools_0.8.1.bb>} | 4 +++-
> >   1 file changed, 3 insertions(+), 1 deletion(-)
> >   rename meta-oe/recipes-core/sdbus-c++/{sdbus-c++-tools-native_0.8.1.bb
> > <http://tools-native_0.8.1.bb> => sdbus-c++-tools_0.8.1.bb
> > <http://tools_0.8.1.bb>} (89%)
> >
> > diff --git
> > a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools-native_0.8.1.bb
> > <http://tools-native_0.8.1.bb>
> > b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.1.bb
> > <http://tools_0.8.1.bb>
> > similarity index 89%
> > rename from
> > meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools-native_0.8.1.bb
> > <http://tools-native_0.8.1.bb>
> > rename to meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.1.bb
> > <http://tools_0.8.1.bb>
> > index e18b9903d..9eaec0f2a 100644
> > --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools-native_0.8.1.bb
> > <http://tools-native_0.8.1.bb>
> > +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.1.bb
> > <http://tools_0.8.1.bb>
> > @@ -4,7 +4,7 @@ DESCRIPTION = "Native interface code generator for
> > development with sdbus-c++"
> >   LICENSE = "LGPLv2.1"
> >   LIC_FILES_CHKSUM =
> > "file://${S}/COPYING;md5=1803fa9c2c3ce8cb06b4861d75310742"
> >
> > -inherit cmake native
> > +inherit cmake
> >
> >   DEPENDS += "expat"
> >
> > @@ -12,3 +12,5 @@ SRCREV = "3a4f343fb924650e7639660efa5f143961162044"
> >   SRC_URI =
> > "git://
> github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;subpath=tools
> > <
> http://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;subpath=tools
> >"
> >
> >   S = "${WORKDIR}/tools"
> > +
> > +BBCLASSEXTEND = "native nativesdk"
> > --
> > 2.20.1
> >
> >
> > 
> >
>


-- 
Matthew Campbell
Senior Embedded Systems Engineer
mcampbell@izotope.com

iZotope, Inc.
www.izotope.com

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

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

end of thread, other threads:[~2020-04-22 20:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-22 18:21 [meta-oe][PATCH] sdbus-c++-tools: add nativesdk Matt Campbell
2020-04-22 19:14 ` [oe] " Khem Raj
2020-04-22 20:00   ` Matt Campbell

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.