All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH v3] libmodbus: ported recipe from classic and updated
@ 2012-05-15 19:01 Andrea Galbusera
  2012-05-24  5:52 ` Andrea Galbusera
  0 siblings, 1 reply; 4+ messages in thread
From: Andrea Galbusera @ 2012-05-15 19:01 UTC (permalink / raw)
  To: openembedded-devel

 * based on recipe by Radoslav Kolev which was in classic
 * updated to latest released version 3.0.2

 v2:
 * drop git version of recipe
 * drop no longer used PRIORITY

 v3:
 * drop PR = "r0"

Signed-off-by: Andrea Galbusera <gizero@gmail.com>
---
 .../recipes-extended/libmodbus/libmodbus_3.0.2.bb  |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-extended/libmodbus/libmodbus_3.0.2.bb

diff --git a/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.2.bb b/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.2.bb
new file mode 100644
index 0000000..03b7fcc
--- /dev/null
+++ b/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.2.bb
@@ -0,0 +1,16 @@
+SUMMARY = "A Modbus library"
+DESCRIPTION = "libmodbus is a C library designed to provide a fast and robust \
+implementation of the Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, \
+QNX and Windows."
+HOMEPAGE = "http://www.libmodbus.org/"
+SECTION = "libs"
+
+LICENSE = "LGPLv2.1+"
+LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c"
+
+SRC_URI = "http://github.com/downloads/stephane/libmodbus/libmodbus-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+SRC_URI[md5sum] = "1aaacce9d9779d3a84f7d1a75774c943"
+SRC_URI[sha256sum] = "927ec90e0e299a7d4ec7086b1e2590566bdfc3bbc22e12204229361c029f2615"
-- 
1.7.5.4




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

* Re: [meta-oe][PATCH v3] libmodbus: ported recipe from classic and updated
  2012-05-15 19:01 [meta-oe][PATCH v3] libmodbus: ported recipe from classic and updated Andrea Galbusera
@ 2012-05-24  5:52 ` Andrea Galbusera
  2012-05-24 10:32   ` Koen Kooi
  0 siblings, 1 reply; 4+ messages in thread
From: Andrea Galbusera @ 2012-05-24  5:52 UTC (permalink / raw)
  To: openembedded-devel

Hello,

On Tue, May 15, 2012 at 9:01 PM, Andrea Galbusera <gizero@gmail.com> wrote:
>  * based on recipe by Radoslav Kolev which was in classic
>  * updated to latest released version 3.0.2
>
>  v2:
>  * drop git version of recipe
>  * drop no longer used PRIORITY
>
>  v3:
>  * drop PR = "r0"
>
> Signed-off-by: Andrea Galbusera <gizero@gmail.com>
> ---
>  .../recipes-extended/libmodbus/libmodbus_3.0.2.bb  |   16 ++++++++++++++++
>  1 files changed, 16 insertions(+), 0 deletions(-)
>  create mode 100644 meta-oe/recipes-extended/libmodbus/libmodbus_3.0.2.bb
>
> diff --git a/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.2.bb b/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.2.bb
> new file mode 100644
> index 0000000..03b7fcc
> --- /dev/null
> +++ b/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.2.bb
> @@ -0,0 +1,16 @@
> +SUMMARY = "A Modbus library"
> +DESCRIPTION = "libmodbus is a C library designed to provide a fast and robust \
> +implementation of the Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, \
> +QNX and Windows."
> +HOMEPAGE = "http://www.libmodbus.org/"
> +SECTION = "libs"
> +
> +LICENSE = "LGPLv2.1+"
> +LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c"
> +
> +SRC_URI = "http://github.com/downloads/stephane/libmodbus/libmodbus-${PV}.tar.gz"
> +
> +inherit autotools pkgconfig
> +
> +SRC_URI[md5sum] = "1aaacce9d9779d3a84f7d1a75774c943"
> +SRC_URI[sha256sum] = "927ec90e0e299a7d4ec7086b1e2590566bdfc3bbc22e12204229361c029f2615"
> --
> 1.7.5.4
>

Does v3 of the patch look acceptable?



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

* Re: [meta-oe][PATCH v3] libmodbus: ported recipe from classic and updated
  2012-05-24  5:52 ` Andrea Galbusera
@ 2012-05-24 10:32   ` Koen Kooi
  2012-05-24 14:40     ` Andrea Galbusera
  0 siblings, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2012-05-24 10:32 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 24-05-12 07:52, Andrea Galbusera schreef:
> Hello,
> 
> On Tue, May 15, 2012 at 9:01 PM, Andrea Galbusera <gizero@gmail.com>
> wrote:
>> * based on recipe by Radoslav Kolev which was in classic * updated to
>> latest released version 3.0.2
>> 
>> v2: * drop git version of recipe * drop no longer used PRIORITY
>> 
>> v3: * drop PR = "r0"
>> 
>> Signed-off-by: Andrea Galbusera <gizero@gmail.com> --- 
>> .../recipes-extended/libmodbus/libmodbus_3.0.2.bb  |   16
>> ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) 
>> create mode 100644
>> meta-oe/recipes-extended/libmodbus/libmodbus_3.0.2.bb
>> 
>> diff --git a/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.2.bb
>> b/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.2.bb new file mode
>> 100644 index 0000000..03b7fcc --- /dev/null +++
>> b/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.2.bb @@ -0,0 +1,16
>> @@ +SUMMARY = "A Modbus library" +DESCRIPTION = "libmodbus is a C
>> library designed to provide a fast and robust \ +implementation of the
>> Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, \ +QNX and
>> Windows." +HOMEPAGE = "http://www.libmodbus.org/" +SECTION = "libs" + 
>> +LICENSE = "LGPLv2.1+" +LIC_FILES_CHKSUM =
>> "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c" + +SRC_URI
>> =
>> "http://github.com/downloads/stephane/libmodbus/libmodbus-${PV}.tar.gz"
>>
>> 
+
>> +inherit autotools pkgconfig + +SRC_URI[md5sum] =
>> "1aaacce9d9779d3a84f7d1a75774c943" +SRC_URI[sha256sum] =
>> "927ec90e0e299a7d4ec7086b1e2590566bdfc3bbc22e12204229361c029f2615" -- 
>> 1.7.5.4
>> 
> 
> Does v3 of the patch look acceptable

Yes, it went in 8 days ago:
http://cgit.openembedded.org/meta-openembedded/commit/?id=984fa94e2b75d1665077953fa3c9c6e74e8fc328
:)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org

iQIcBAEBAgAGBQJPvg4qAAoJEHZqAkdh1vT6TUYQAImDWVVdZVOJprjAxSvvaJg3
OALPfada1MpLhKlAScbddz/msAHOZw1TWeqnUGLhVCKB011oeICpL3yB7ftGyMrc
fTKMOB2eojaYmZfjMUPoi/0hu8kQOf7z/9A0c/5N2Ane7ZY+pZlk3tfw39c4x6/q
K3VoLYmpVOB2yva3N4AYdIDpIQ2wuLtVppRYK0f7C/hCS01lrumm66lkZkGFGHcG
syZMfTu/2rYZjY8fnEEvpEQ8z81PAIc1W5VfdxXSvXKqVOgT3KJKCIN9ABXqQ1b8
uC12ZtiCqNXSbn2Tq1pWQr0ynkQg+oJtYxPpm59Qgz9VBrx2CQaoCJlAys32lZXj
tYyDO0guzI/YhPYgaCmbYAzv4oTfK5jXfzLIHR2EV0eQC3rUlumBoTaGo7b2IvGc
i2zC7f5BPXyw7d5izibenPDpZBQqq/3vM6zUdaVcYDep77kQ6oM5sljTxl0Lo1Ap
GcS3MKyd3lW4ULwX/3CJBii9QqZKpvoEXtIBSuICUfgtZkm/qlKrxdCWbjcrXPOP
w9h/XCpQ0P8wO+S/ASfxAMAcXDO0D5uSrbmFT64aWV/ynKrVibTSzSOIqUFrahDE
O+JARhXU+dDuFUEeyxgLkAnZp0gonfEkii/B5Uf3P5c3q3A2hf8JzIcUFxnS48m3
OvUPBYQ0nj1ejoiFcgYh
=u6Sh
-----END PGP SIGNATURE-----




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

* Re: [meta-oe][PATCH v3] libmodbus: ported recipe from classic and updated
  2012-05-24 10:32   ` Koen Kooi
@ 2012-05-24 14:40     ` Andrea Galbusera
  0 siblings, 0 replies; 4+ messages in thread
From: Andrea Galbusera @ 2012-05-24 14:40 UTC (permalink / raw)
  To: openembedded-devel

Hi Koen,

On Thu, May 24, 2012 at 12:32 PM, Koen Kooi <koen@dominion.thruhere.net> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Op 24-05-12 07:52, Andrea Galbusera schreef:
>> Hello,
>>
>> On Tue, May 15, 2012 at 9:01 PM, Andrea Galbusera <gizero@gmail.com>
>> wrote:
>>> * based on recipe by Radoslav Kolev which was in classic * updated to
>>> latest released version 3.0.2
>>>
>>> v2: * drop git version of recipe * drop no longer used PRIORITY
>>>
>>> v3: * drop PR = "r0"
>>>
>>> Signed-off-by: Andrea Galbusera <gizero@gmail.com> ---
>>> .../recipes-extended/libmodbus/libmodbus_3.0.2.bb  |   16
>>> ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-)
>>> create mode 100644
>>> meta-oe/recipes-extended/libmodbus/libmodbus_3.0.2.bb
>>>
>>> diff --git a/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.2.bb
>>> b/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.2.bb new file mode
>>> 100644 index 0000000..03b7fcc --- /dev/null +++
>>> b/meta-oe/recipes-extended/libmodbus/libmodbus_3.0.2.bb @@ -0,0 +1,16
>>> @@ +SUMMARY = "A Modbus library" +DESCRIPTION = "libmodbus is a C
>>> library designed to provide a fast and robust \ +implementation of the
>>> Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, \ +QNX and
>>> Windows." +HOMEPAGE = "http://www.libmodbus.org/" +SECTION = "libs" +
>>> +LICENSE = "LGPLv2.1+" +LIC_FILES_CHKSUM =
>>> "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c" + +SRC_URI
>>> =
>>> "http://github.com/downloads/stephane/libmodbus/libmodbus-${PV}.tar.gz"
>>>
>>>
> +
>>> +inherit autotools pkgconfig + +SRC_URI[md5sum] =
>>> "1aaacce9d9779d3a84f7d1a75774c943" +SRC_URI[sha256sum] =
>>> "927ec90e0e299a7d4ec7086b1e2590566bdfc3bbc22e12204229361c029f2615" --
>>> 1.7.5.4
>>>
>>
>> Does v3 of the patch look acceptable
>
> Yes, it went in 8 days ago:
> http://cgit.openembedded.org/meta-openembedded/commit/?id=984fa94e2b75d1665077953fa3c9c6e74e8fc328
> :)

Thank you. I didn't notice the commit! ;-)



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

end of thread, other threads:[~2012-05-24 14:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-15 19:01 [meta-oe][PATCH v3] libmodbus: ported recipe from classic and updated Andrea Galbusera
2012-05-24  5:52 ` Andrea Galbusera
2012-05-24 10:32   ` Koen Kooi
2012-05-24 14:40     ` Andrea Galbusera

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.