All of lore.kernel.org
 help / color / mirror / Atom feed
* [ [thud/master] PATCH v1] recipes-devtools: libion: New recipe for ion library
@ 2019-09-06  9:03 Nikhil Devshatwar
  2019-09-06 13:12 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Nikhil Devshatwar @ 2019-09-06  9:03 UTC (permalink / raw)
  To: meta-arago, denys

Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
---
 meta-arago-extras/recipes-devtools/ion/libion_git.bb | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-arago-extras/recipes-devtools/ion/libion_git.bb

diff --git a/meta-arago-extras/recipes-devtools/ion/libion_git.bb b/meta-arago-extras/recipes-devtools/ion/libion_git.bb
new file mode 100644
index 0000000..7c93ed3
--- /dev/null
+++ b/meta-arago-extras/recipes-devtools/ion/libion_git.bb
@@ -0,0 +1,14 @@
+SUMMARY = "ION Userspace Memory Allocator Library"
+HOMEPAGE = "https://github.com/glneo/libion"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
+
+PV = "1.0.0"
+
+BRANCH = "master"
+SRC_URI = "git://github.com/glneo/libion.git;protocol=git;branch=${BRANCH}"
+SRCREV = "11dad7977ec3ecba37c013da7ec0408c01413000"
+
+S = "${WORKDIR}/git"
+
+inherit cmake pkgconfig
-- 
1.9.1



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

* Re: [ [thud/master] PATCH v1] recipes-devtools: libion: New recipe for ion library
  2019-09-06  9:03 [ [thud/master] PATCH v1] recipes-devtools: libion: New recipe for ion library Nikhil Devshatwar
@ 2019-09-06 13:12 ` Denys Dmytriyenko
  2019-09-10  6:34   ` Nikhil Devshatwar
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2019-09-06 13:12 UTC (permalink / raw)
  To: Nikhil Devshatwar; +Cc: meta-arago

Please retain original authorthip.

On Fri, Sep 06, 2019 at 02:33:04PM +0530, Nikhil Devshatwar wrote:
> Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
> ---
>  meta-arago-extras/recipes-devtools/ion/libion_git.bb | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
>  create mode 100644 meta-arago-extras/recipes-devtools/ion/libion_git.bb
> 
> diff --git a/meta-arago-extras/recipes-devtools/ion/libion_git.bb b/meta-arago-extras/recipes-devtools/ion/libion_git.bb
> new file mode 100644
> index 0000000..7c93ed3
> --- /dev/null
> +++ b/meta-arago-extras/recipes-devtools/ion/libion_git.bb
> @@ -0,0 +1,14 @@
> +SUMMARY = "ION Userspace Memory Allocator Library"
> +HOMEPAGE = "https://github.com/glneo/libion"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
> +
> +PV = "1.0.0"
> +
> +BRANCH = "master"
> +SRC_URI = "git://github.com/glneo/libion.git;protocol=git;branch=${BRANCH}"
> +SRCREV = "11dad7977ec3ecba37c013da7ec0408c01413000"
> +
> +S = "${WORKDIR}/git"
> +
> +inherit cmake pkgconfig
> -- 
> 1.9.1
> 


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

* Re: [ [thud/master] PATCH v1] recipes-devtools: libion: New recipe for ion library
  2019-09-06 13:12 ` Denys Dmytriyenko
@ 2019-09-10  6:34   ` Nikhil Devshatwar
  0 siblings, 0 replies; 3+ messages in thread
From: Nikhil Devshatwar @ 2019-09-10  6:34 UTC (permalink / raw)
  To: Denys Dmytriyenko, Nikhil Devshatwar; +Cc: meta-arago

On 06/09/19 6:42 PM, Denys Dmytriyenko wrote:
> Please retain original authorthip.

Will resend
Nikhil D

> 
> On Fri, Sep 06, 2019 at 02:33:04PM +0530, Nikhil Devshatwar wrote:
>> Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
>> ---
>>   meta-arago-extras/recipes-devtools/ion/libion_git.bb | 14 ++++++++++++++
>>   1 file changed, 14 insertions(+)
>>   create mode 100644 meta-arago-extras/recipes-devtools/ion/libion_git.bb
>>
>> diff --git a/meta-arago-extras/recipes-devtools/ion/libion_git.bb b/meta-arago-extras/recipes-devtools/ion/libion_git.bb
>> new file mode 100644
>> index 0000000..7c93ed3
>> --- /dev/null
>> +++ b/meta-arago-extras/recipes-devtools/ion/libion_git.bb
>> @@ -0,0 +1,14 @@
>> +SUMMARY = "ION Userspace Memory Allocator Library"
>> +HOMEPAGE = "https://github.com/glneo/libion"
>> +LICENSE = "Apache-2.0"
>> +LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
>> +
>> +PV = "1.0.0"
>> +
>> +BRANCH = "master"
>> +SRC_URI = "git://github.com/glneo/libion.git;protocol=git;branch=${BRANCH}"
>> +SRCREV = "11dad7977ec3ecba37c013da7ec0408c01413000"
>> +
>> +S = "${WORKDIR}/git"
>> +
>> +inherit cmake pkgconfig
>> -- 
>> 1.9.1
>>



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

end of thread, other threads:[~2019-09-10  6:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-06  9:03 [ [thud/master] PATCH v1] recipes-devtools: libion: New recipe for ion library Nikhil Devshatwar
2019-09-06 13:12 ` Denys Dmytriyenko
2019-09-10  6:34   ` Nikhil Devshatwar

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.