* [PATCH] packagegroup-arago-tisdk-addons: Add protobuf for am3/4/5
@ 2016-02-10 18:00 Jacob Stiffler
2016-02-10 22:04 ` Denys Dmytriyenko
0 siblings, 1 reply; 3+ messages in thread
From: Jacob Stiffler @ 2016-02-10 18:00 UTC (permalink / raw)
To: meta-arago
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
.../recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
index ff2ca83..1762a43 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Task to install additional utilities/demos for SDKs"
LICENSE = "MIT"
-PR = "r39"
+PR = "r40"
PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -102,14 +102,17 @@ DEVTOOLS = " \
DEVTOOLS_append_ti33x = " \
nodejs \
+ protobuf \
"
DEVTOOLS_append_ti43x = " \
nodejs \
+ protobuf \
"
DEVTOOLS_append_omap-a15 = " \
nodejs \
+ protobuf \
"
RDEPENDS_${PN} = "\
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] packagegroup-arago-tisdk-addons: Add protobuf for am3/4/5
2016-02-10 18:00 [PATCH] packagegroup-arago-tisdk-addons: Add protobuf for am3/4/5 Jacob Stiffler
@ 2016-02-10 22:04 ` Denys Dmytriyenko
2016-02-10 22:23 ` Jacob Stiffler
0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2016-02-10 22:04 UTC (permalink / raw)
To: Jacob Stiffler; +Cc: meta-arago
On Wed, Feb 10, 2016 at 01:00:24PM -0500, Jacob Stiffler wrote:
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
> .../recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
> index ff2ca83..1762a43 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
> @@ -1,6 +1,6 @@
> DESCRIPTION = "Task to install additional utilities/demos for SDKs"
> LICENSE = "MIT"
> -PR = "r39"
> +PR = "r40"
Are you missing another patch? This recipe is at r39 now.
> PACKAGE_ARCH = "${MACHINE_ARCH}"
>
> @@ -102,14 +102,17 @@ DEVTOOLS = " \
>
> DEVTOOLS_append_ti33x = " \
> nodejs \
> + protobuf \
> "
>
> DEVTOOLS_append_ti43x = " \
> nodejs \
> + protobuf \
> "
>
> DEVTOOLS_append_omap-a15 = " \
> nodejs \
> + protobuf \
> "
>
> RDEPENDS_${PN} = "\
> --
> 1.9.1
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] packagegroup-arago-tisdk-addons: Add protobuf for am3/4/5
2016-02-10 22:04 ` Denys Dmytriyenko
@ 2016-02-10 22:23 ` Jacob Stiffler
0 siblings, 0 replies; 3+ messages in thread
From: Jacob Stiffler @ 2016-02-10 22:23 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: meta-arago
On 2/10/2016 5:04 PM, Denys Dmytriyenko wrote:
> On Wed, Feb 10, 2016 at 01:00:24PM -0500, Jacob Stiffler wrote:
>> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
>> ---
>> .../recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb | 5 ++++-
>> 1 file changed, 4 insertions(+), 1 deletion(-)
>>
>> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
>> index ff2ca83..1762a43 100644
>> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
>> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
>> @@ -1,6 +1,6 @@
>> DESCRIPTION = "Task to install additional utilities/demos for SDKs"
>> LICENSE = "MIT"
>> -PR = "r39"
>> +PR = "r40"
> Are you missing another patch? This recipe is at r39 now.
Ah, I have another one locally which I am not quite ready to submit. I
would like to get this one accepted asap, so I will submit the v2.
>
>> PACKAGE_ARCH = "${MACHINE_ARCH}"
>>
>> @@ -102,14 +102,17 @@ DEVTOOLS = " \
>>
>> DEVTOOLS_append_ti33x = " \
>> nodejs \
>> + protobuf \
>> "
>>
>> DEVTOOLS_append_ti43x = " \
>> nodejs \
>> + protobuf \
>> "
>>
>> DEVTOOLS_append_omap-a15 = " \
>> nodejs \
>> + protobuf \
>> "
>>
>> RDEPENDS_${PN} = "\
>> --
>> 1.9.1
>>
>> _______________________________________________
>> meta-arago mailing list
>> meta-arago@arago-project.org
>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-02-10 22:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-10 18:00 [PATCH] packagegroup-arago-tisdk-addons: Add protobuf for am3/4/5 Jacob Stiffler
2016-02-10 22:04 ` Denys Dmytriyenko
2016-02-10 22:23 ` Jacob Stiffler
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.