Re: [oe] [PATCH 2/3] python3-pyudev: Update 0.21.0 -> 0.22.0

2020-05-22 Thread Domarys
of course, I see.

On Fri, May 22, 2020 at 5:43 PM Khem Raj  wrote:

> They don't apply cleanly on top of master-next, can you see whats going on?
>
> On Fri, May 22, 2020 at 1:37 PM Khem Raj  wrote:
> >
> > I don't think so. Just rebase would be good
> >
> > On Fri, May 22, 2020 at 12:17 PM Domarys da Silva Corrêa <
> domarys.cor...@ossystems.com.br> wrote:
> >>
> >> Hello,
> >>
> >> I did the rebase, and tested it again successfully. Is there a specific
> point that I should review?
> >>
> >> att,
> >>
> >> On Fri, May 22, 2020 at 12:59 PM Khem Raj  wrote:
> >>>
> >>> Please rebase on top of master or master-next,
> >>>
> >>> Thanks
> >>> Khem
> >>>
> >>> On Fri, May 22, 2020 at 5:13 AM Domarys Correa
> >>>  wrote:
> >>> >
> >>> > Signed-off-by: Domarys Correa 
> >>> > ---
> >>> >  ...hon3-pyudev_0.21.0.bb => python3-pyudev_0.22.0.bb} | 11
> +++
> >>> >  1 file changed, 7 insertions(+), 4 deletions(-)
> >>> >  rename meta-python/recipes-devtools/python/{
> python3-pyudev_0.21.0.bb => python3-pyudev_0.22.0.bb} (70%)
> >>> >
> >>> > diff --git a/meta-python/recipes-devtools/python/
> python3-pyudev_0.21.0.bb b/meta-python/recipes-devtools/python/
> python3-pyudev_0.22.0.bb
> >>> > similarity index 70%
> >>> > rename from meta-python/recipes-devtools/python/
> python3-pyudev_0.21.0.bb
> >>> > rename to meta-python/recipes-devtools/python/
> python3-pyudev_0.22.0.bb
> >>> > index f39847ffa..d5bf058ed 100644
> >>> > --- a/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb
> >>> > +++ b/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb
> >>> > @@ -1,9 +1,9 @@
> >>> >  SUMMARY = "A libudev binding"
> >>> > +
> >>> >  LICENSE = "LGPLv2.1+"
> >>> >  LIC_FILES_CHKSUM =
> "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
> >>> >
> >>> > -SRC_URI[md5sum] = "cf4d9db7d772622144ca1be6b5d9353b"
> >>> > -SRC_URI[sha256sum] =
> "094b7a100150114748aaa3b70663485dd360457a709bfaaafe5a977371033f2b"
> >>> > +SRC_URI[sha256sum] =
> "69bb1beb7ac52855b6d1b9fe909eefb0017f38d917cba9939602c6880035b276"
> >>> >
> >>> >  inherit pypi setuptools3
> >>> >
> >>> > @@ -12,10 +12,13 @@ do_configure_prepend() {
> >>> >  sed -i "s/str(pyudev.__version__)/'${PV}'/g" ${S}/setup.py
> >>> >  }
> >>> >
> >>> > -RDEPENDS_${PN} = "\
> >>> > +RDEPENDS_${PN} += "\
> >>> > +libudev \
> >>> >  ${PYTHON_PN}-ctypes \
> >>> > +${PYTHON_PN}-fcntl \
> >>> >  ${PYTHON_PN}-misc \
> >>> >  ${PYTHON_PN}-six \
> >>> >  ${PYTHON_PN}-threading \
> >>> > -libudev \
> >>> >  "
> >>> > +
> >>> > +BBCLASSEXTEND = "native nativesdk"
> >>> > --
> >>> > 2.17.1
> >>> >
> >>> >
> >>
> >>
> >>
> >> --
> >> Domarys Corrêa
> >> (55) 5399100-2700
> >> domaryscor...@gmail.com
> >> domarys.cor...@ossystems.com.br
> 
>


-- 
*​Domarys Corrêa*
(53) 99100-2700
domaryscor...@gmail.com
domarys.cor...@ossystems.com.br
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84578): 
https://lists.openembedded.org/g/openembedded-devel/message/84578
Mute This Topic: https://lists.openembedded.org/mt/74397602/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [oe] [PATCH 2/3] python3-pyudev: Update 0.21.0 -> 0.22.0

2020-05-22 Thread Khem Raj
They don't apply cleanly on top of master-next, can you see whats going on?

On Fri, May 22, 2020 at 1:37 PM Khem Raj  wrote:
>
> I don't think so. Just rebase would be good
>
> On Fri, May 22, 2020 at 12:17 PM Domarys da Silva Corrêa 
>  wrote:
>>
>> Hello,
>>
>> I did the rebase, and tested it again successfully. Is there a specific 
>> point that I should review?
>>
>> att,
>>
>> On Fri, May 22, 2020 at 12:59 PM Khem Raj  wrote:
>>>
>>> Please rebase on top of master or master-next,
>>>
>>> Thanks
>>> Khem
>>>
>>> On Fri, May 22, 2020 at 5:13 AM Domarys Correa
>>>  wrote:
>>> >
>>> > Signed-off-by: Domarys Correa 
>>> > ---
>>> >  ...hon3-pyudev_0.21.0.bb => python3-pyudev_0.22.0.bb} | 11 +++
>>> >  1 file changed, 7 insertions(+), 4 deletions(-)
>>> >  rename meta-python/recipes-devtools/python/{python3-pyudev_0.21.0.bb => 
>>> > python3-pyudev_0.22.0.bb} (70%)
>>> >
>>> > diff --git a/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb 
>>> > b/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb
>>> > similarity index 70%
>>> > rename from meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb
>>> > rename to meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb
>>> > index f39847ffa..d5bf058ed 100644
>>> > --- a/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb
>>> > +++ b/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb
>>> > @@ -1,9 +1,9 @@
>>> >  SUMMARY = "A libudev binding"
>>> > +
>>> >  LICENSE = "LGPLv2.1+"
>>> >  LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
>>> >
>>> > -SRC_URI[md5sum] = "cf4d9db7d772622144ca1be6b5d9353b"
>>> > -SRC_URI[sha256sum] = 
>>> > "094b7a100150114748aaa3b70663485dd360457a709bfaaafe5a977371033f2b"
>>> > +SRC_URI[sha256sum] = 
>>> > "69bb1beb7ac52855b6d1b9fe909eefb0017f38d917cba9939602c6880035b276"
>>> >
>>> >  inherit pypi setuptools3
>>> >
>>> > @@ -12,10 +12,13 @@ do_configure_prepend() {
>>> >  sed -i "s/str(pyudev.__version__)/'${PV}'/g" ${S}/setup.py
>>> >  }
>>> >
>>> > -RDEPENDS_${PN} = "\
>>> > +RDEPENDS_${PN} += "\
>>> > +libudev \
>>> >  ${PYTHON_PN}-ctypes \
>>> > +${PYTHON_PN}-fcntl \
>>> >  ${PYTHON_PN}-misc \
>>> >  ${PYTHON_PN}-six \
>>> >  ${PYTHON_PN}-threading \
>>> > -libudev \
>>> >  "
>>> > +
>>> > +BBCLASSEXTEND = "native nativesdk"
>>> > --
>>> > 2.17.1
>>> >
>>> > 
>>
>>
>>
>> --
>> Domarys Corrêa
>> (55) 5399100-2700
>> domaryscor...@gmail.com
>> domarys.cor...@ossystems.com.br
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84577): 
https://lists.openembedded.org/g/openembedded-devel/message/84577
Mute This Topic: https://lists.openembedded.org/mt/74397602/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [oe] [PATCH 2/3] python3-pyudev: Update 0.21.0 -> 0.22.0

2020-05-22 Thread Khem Raj
I don't think so. Just rebase would be good

On Fri, May 22, 2020 at 12:17 PM Domarys da Silva Corrêa <
domarys.cor...@ossystems.com.br> wrote:

> Hello,
>
> I did the rebase, and tested it again successfully. Is there a specific
> point that I should review?
>
> att,
>
> On Fri, May 22, 2020 at 12:59 PM Khem Raj  wrote:
>
>> Please rebase on top of master or master-next,
>>
>> Thanks
>> Khem
>>
>> On Fri, May 22, 2020 at 5:13 AM Domarys Correa
>>  wrote:
>> >
>> > Signed-off-by: Domarys Correa 
>> > ---
>> >  ...hon3-pyudev_0.21.0.bb => python3-pyudev_0.22.0.bb} | 11 +++
>> >  1 file changed, 7 insertions(+), 4 deletions(-)
>> >  rename meta-python/recipes-devtools/python/{python3-pyudev_0.21.0.bb
>> => python3-pyudev_0.22.0.bb} (70%)
>> >
>> > diff --git a/meta-python/recipes-devtools/python/
>> python3-pyudev_0.21.0.bb b/meta-python/recipes-devtools/python/
>> python3-pyudev_0.22.0.bb
>> > similarity index 70%
>> > rename from meta-python/recipes-devtools/python/
>> python3-pyudev_0.21.0.bb
>> > rename to meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb
>> > index f39847ffa..d5bf058ed 100644
>> > --- a/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb
>> > +++ b/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb
>> > @@ -1,9 +1,9 @@
>> >  SUMMARY = "A libudev binding"
>> > +
>> >  LICENSE = "LGPLv2.1+"
>> >  LIC_FILES_CHKSUM =
>> "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
>> >
>> > -SRC_URI[md5sum] = "cf4d9db7d772622144ca1be6b5d9353b"
>> > -SRC_URI[sha256sum] =
>> "094b7a100150114748aaa3b70663485dd360457a709bfaaafe5a977371033f2b"
>> > +SRC_URI[sha256sum] =
>> "69bb1beb7ac52855b6d1b9fe909eefb0017f38d917cba9939602c6880035b276"
>> >
>> >  inherit pypi setuptools3
>> >
>> > @@ -12,10 +12,13 @@ do_configure_prepend() {
>> >  sed -i "s/str(pyudev.__version__)/'${PV}'/g" ${S}/setup.py
>> >  }
>> >
>> > -RDEPENDS_${PN} = "\
>> > +RDEPENDS_${PN} += "\
>> > +libudev \
>> >  ${PYTHON_PN}-ctypes \
>> > +${PYTHON_PN}-fcntl \
>> >  ${PYTHON_PN}-misc \
>> >  ${PYTHON_PN}-six \
>> >  ${PYTHON_PN}-threading \
>> > -libudev \
>> >  "
>> > +
>> > +BBCLASSEXTEND = "native nativesdk"
>> > --
>> > 2.17.1
>> >
>> > 
>>
>
>
> --
> *Domarys Corrêa*
> (55) 5399100-2700
> domaryscor...@gmail.com
> domarys.cor...@ossystems.com.br
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84576): 
https://lists.openembedded.org/g/openembedded-devel/message/84576
Mute This Topic: https://lists.openembedded.org/mt/74397602/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [oe] [PATCH 2/3] python3-pyudev: Update 0.21.0 -> 0.22.0

2020-05-22 Thread Domarys Correa
Hello,

I did the rebase, and tested it again successfully. Is there a specific
point that I should review?

att,

On Fri, May 22, 2020 at 12:59 PM Khem Raj  wrote:

> Please rebase on top of master or master-next,
>
> Thanks
> Khem
>
> On Fri, May 22, 2020 at 5:13 AM Domarys Correa
>  wrote:
> >
> > Signed-off-by: Domarys Correa 
> > ---
> >  ...hon3-pyudev_0.21.0.bb => python3-pyudev_0.22.0.bb} | 11 +++
> >  1 file changed, 7 insertions(+), 4 deletions(-)
> >  rename meta-python/recipes-devtools/python/{python3-pyudev_0.21.0.bb
> => python3-pyudev_0.22.0.bb} (70%)
> >
> > diff --git a/meta-python/recipes-devtools/python/
> python3-pyudev_0.21.0.bb b/meta-python/recipes-devtools/python/
> python3-pyudev_0.22.0.bb
> > similarity index 70%
> > rename from meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb
> > rename to meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb
> > index f39847ffa..d5bf058ed 100644
> > --- a/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb
> > +++ b/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb
> > @@ -1,9 +1,9 @@
> >  SUMMARY = "A libudev binding"
> > +
> >  LICENSE = "LGPLv2.1+"
> >  LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
> >
> > -SRC_URI[md5sum] = "cf4d9db7d772622144ca1be6b5d9353b"
> > -SRC_URI[sha256sum] =
> "094b7a100150114748aaa3b70663485dd360457a709bfaaafe5a977371033f2b"
> > +SRC_URI[sha256sum] =
> "69bb1beb7ac52855b6d1b9fe909eefb0017f38d917cba9939602c6880035b276"
> >
> >  inherit pypi setuptools3
> >
> > @@ -12,10 +12,13 @@ do_configure_prepend() {
> >  sed -i "s/str(pyudev.__version__)/'${PV}'/g" ${S}/setup.py
> >  }
> >
> > -RDEPENDS_${PN} = "\
> > +RDEPENDS_${PN} += "\
> > +libudev \
> >  ${PYTHON_PN}-ctypes \
> > +${PYTHON_PN}-fcntl \
> >  ${PYTHON_PN}-misc \
> >  ${PYTHON_PN}-six \
> >  ${PYTHON_PN}-threading \
> > -libudev \
> >  "
> > +
> > +BBCLASSEXTEND = "native nativesdk"
> > --
> > 2.17.1
> >
> > 
>


-- 
*Domarys Corrêa*
(55) 5399100-2700
domaryscor...@gmail.com
domarys.cor...@ossystems.com.br
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84571): 
https://lists.openembedded.org/g/openembedded-devel/message/84571
Mute This Topic: https://lists.openembedded.org/mt/74397602/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [oe] [PATCH 2/3] python3-pyudev: Update 0.21.0 -> 0.22.0

2020-05-22 Thread Khem Raj
Please rebase on top of master or master-next,

Thanks
Khem

On Fri, May 22, 2020 at 5:13 AM Domarys Correa
 wrote:
>
> Signed-off-by: Domarys Correa 
> ---
>  ...hon3-pyudev_0.21.0.bb => python3-pyudev_0.22.0.bb} | 11 +++
>  1 file changed, 7 insertions(+), 4 deletions(-)
>  rename meta-python/recipes-devtools/python/{python3-pyudev_0.21.0.bb => 
> python3-pyudev_0.22.0.bb} (70%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb 
> b/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb
> similarity index 70%
> rename from meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb
> rename to meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb
> index f39847ffa..d5bf058ed 100644
> --- a/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb
> @@ -1,9 +1,9 @@
>  SUMMARY = "A libudev binding"
> +
>  LICENSE = "LGPLv2.1+"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
>
> -SRC_URI[md5sum] = "cf4d9db7d772622144ca1be6b5d9353b"
> -SRC_URI[sha256sum] = 
> "094b7a100150114748aaa3b70663485dd360457a709bfaaafe5a977371033f2b"
> +SRC_URI[sha256sum] = 
> "69bb1beb7ac52855b6d1b9fe909eefb0017f38d917cba9939602c6880035b276"
>
>  inherit pypi setuptools3
>
> @@ -12,10 +12,13 @@ do_configure_prepend() {
>  sed -i "s/str(pyudev.__version__)/'${PV}'/g" ${S}/setup.py
>  }
>
> -RDEPENDS_${PN} = "\
> +RDEPENDS_${PN} += "\
> +libudev \
>  ${PYTHON_PN}-ctypes \
> +${PYTHON_PN}-fcntl \
>  ${PYTHON_PN}-misc \
>  ${PYTHON_PN}-six \
>  ${PYTHON_PN}-threading \
> -libudev \
>  "
> +
> +BBCLASSEXTEND = "native nativesdk"
> --
> 2.17.1
>
> 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84569): 
https://lists.openembedded.org/g/openembedded-devel/message/84569
Mute This Topic: https://lists.openembedded.org/mt/74397602/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


[oe] [PATCH 2/3] python3-pyudev: Update 0.21.0 -> 0.22.0

2020-05-22 Thread Domarys Correa
Signed-off-by: Domarys Correa 
---
 ...hon3-pyudev_0.21.0.bb => python3-pyudev_0.22.0.bb} | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pyudev_0.21.0.bb => 
python3-pyudev_0.22.0.bb} (70%)

diff --git a/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb 
b/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb
similarity index 70%
rename from meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb
rename to meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb
index f39847ffa..d5bf058ed 100644
--- a/meta-python/recipes-devtools/python/python3-pyudev_0.21.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb
@@ -1,9 +1,9 @@
 SUMMARY = "A libudev binding"
+
 LICENSE = "LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
 
-SRC_URI[md5sum] = "cf4d9db7d772622144ca1be6b5d9353b"
-SRC_URI[sha256sum] = 
"094b7a100150114748aaa3b70663485dd360457a709bfaaafe5a977371033f2b"
+SRC_URI[sha256sum] = 
"69bb1beb7ac52855b6d1b9fe909eefb0017f38d917cba9939602c6880035b276"
 
 inherit pypi setuptools3
 
@@ -12,10 +12,13 @@ do_configure_prepend() {
 sed -i "s/str(pyudev.__version__)/'${PV}'/g" ${S}/setup.py
 }
 
-RDEPENDS_${PN} = "\
+RDEPENDS_${PN} += "\
+libudev \
 ${PYTHON_PN}-ctypes \
+${PYTHON_PN}-fcntl \
 ${PYTHON_PN}-misc \
 ${PYTHON_PN}-six \
 ${PYTHON_PN}-threading \
-libudev \
 "
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84557): 
https://lists.openembedded.org/g/openembedded-devel/message/84557
Mute This Topic: https://lists.openembedded.org/mt/74397602/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-