Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-selinux][PATCH] README: update the Dependencies area
@ 2013-10-09  9:20 Qi.Chen
  2013-10-09 12:21 ` Joe MacDonald
  0 siblings, 1 reply; 3+ messages in thread
From: Qi.Chen @ 2013-10-09  9:20 UTC (permalink / raw)
  To: openembedded-devel

From: Chen Qi <Qi.Chen@windriver.com>

Add meta-oe to the dependencies as some recipes in meta-selinux may
require it. Here's a dependency chain:

['policycoreutils', 'libselinux', 'swig-native']

And swig is from meta-oe layer.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 README |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README b/README
index 926d880..987f7ac 100644
--- a/README
+++ b/README
@@ -34,6 +34,13 @@ the Yocto Project website:
 
 http://www.yoctoproject.org
 
+For some recipes, the meta-oe layer is required:
+
+URI: git://github.com/openembedded/meta-oe.git
+subdirectory: meta-oe
+branch: master
+revision: HEAD
+
 
 Maintenance
 -----------
-- 
1.7.9.5



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

* Re: [meta-selinux][PATCH] README: update the Dependencies area
  2013-10-09  9:20 [meta-selinux][PATCH] README: update the Dependencies area Qi.Chen
@ 2013-10-09 12:21 ` Joe MacDonald
  2013-10-10  6:10   ` ChenQi
  0 siblings, 1 reply; 3+ messages in thread
From: Joe MacDonald @ 2013-10-09 12:21 UTC (permalink / raw)
  To: openembedded-devel

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

[[oe] [meta-selinux][PATCH] README: update the Dependencies area] On 13.10.09 (Wed 17:20) Qi.Chen@windriver.com wrote:

> From: Chen Qi <Qi.Chen@windriver.com>
> 
> Add meta-oe to the dependencies as some recipes in meta-selinux may
> require it. Here's a dependency chain:
> 
> ['policycoreutils', 'libselinux', 'swig-native']
> 
> And swig is from meta-oe layer.

I'll take a look at this.  It shouldn't be necessary, meta-selinux
provides its own swig.

meta-selinux/recipes-devtools/swig
├── swig
│   └── 0001-Use-proc-self-exe-for-swig-swiglib-on-non-Win32-plat.patch
├── swig_2.0.10.bb
└── swig.inc

Might've crept in during the update last week.

-J.

> 
> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
> ---
>  README |    7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/README b/README
> index 926d880..987f7ac 100644
> --- a/README
> +++ b/README
> @@ -34,6 +34,13 @@ the Yocto Project website:
>  
>  http://www.yoctoproject.org
>  
> +For some recipes, the meta-oe layer is required:
> +
> +URI: git://github.com/openembedded/meta-oe.git
> +subdirectory: meta-oe
> +branch: master
> +revision: HEAD
> +
>  
>  Maintenance
>  -----------
-- 
-Joe MacDonald.
:wq

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [meta-selinux][PATCH] README: update the Dependencies area
  2013-10-09 12:21 ` Joe MacDonald
@ 2013-10-10  6:10   ` ChenQi
  0 siblings, 0 replies; 3+ messages in thread
From: ChenQi @ 2013-10-10  6:10 UTC (permalink / raw)
  To: openembedded-devel

On 10/09/2013 08:21 PM, Joe MacDonald wrote:
> [[oe] [meta-selinux][PATCH] README: update the Dependencies area] On 13.10.09 (Wed 17:20) Qi.Chen@windriver.com wrote:
>
>> From: Chen Qi <Qi.Chen@windriver.com>
>>
>> Add meta-oe to the dependencies as some recipes in meta-selinux may
>> require it. Here's a dependency chain:
>>
>> ['policycoreutils', 'libselinux', 'swig-native']
>>
>> And swig is from meta-oe layer.
> I'll take a look at this.  It shouldn't be necessary, meta-selinux
> provides its own swig.
>
> meta-selinux/recipes-devtools/swig
> ??? swig
> ?   ??? 0001-Use-proc-self-exe-for-swig-swiglib-on-non-Win32-plat.patch
> ??? swig_2.0.10.bb
> ??? swig.inc
>
> Might've crept in during the update last week.
>
> -J.

Thanks for pointing it out.
Yes. I checked again, meta-selinux has its own swig.
When I was verifying meta-selinux, I used wr-20130919 branch instead of 
the upstream-master branch.
On wr-20130919 branch, swig is not available. Is this intended? Do we 
need to update the README?

Best Regards,
Chen Qi

>> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
>> ---
>>   README |    7 +++++++
>>   1 file changed, 7 insertions(+)
>>
>> diff --git a/README b/README
>> index 926d880..987f7ac 100644
>> --- a/README
>> +++ b/README
>> @@ -34,6 +34,13 @@ the Yocto Project website:
>>   
>>   http://www.yoctoproject.org
>>   
>> +For some recipes, the meta-oe layer is required:
>> +
>> +URI: git://github.com/openembedded/meta-oe.git
>> +subdirectory: meta-oe
>> +branch: master
>> +revision: HEAD
>> +
>>   
>>   Maintenance
>>   -----------
>>
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-09  9:20 [meta-selinux][PATCH] README: update the Dependencies area Qi.Chen
2013-10-09 12:21 ` Joe MacDonald
2013-10-10  6:10   ` ChenQi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox