* Building sato-icon-theme
@ 2012-12-10 13:08 Mangaud Philippe-R49081
2012-12-10 13:25 ` Eric Bénard
2012-12-10 15:56 ` Otavio Salvador
0 siblings, 2 replies; 6+ messages in thread
From: Mangaud Philippe-R49081 @ 2012-12-10 13:08 UTC (permalink / raw)
To: meta-freescale@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 1498 bytes --]
Hello,
Actually building fsl-image-gui for SabreSD using master branch, had to modify recipe to add perlnative and libxml-simple-perl-native to compile this package as explained in http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=5b1d45c9fb2394418bb0a8c915c34a8c2fdb0d49
Might be brave enough to commit my first patch if you think it is relevant for this rev 4 :
--- a/meta/recipes-sato/sato-icon-theme/sato-icon-theme.inc<http://git.yoctoproject.org/cgit.cgi/poky/tree/meta/recipes-sato/sato-icon-theme/sato-icon-theme.inc?id=c8e2f1447dd93792626cabf5e238b00cce8c6e70>
+++ b/meta/recipes-sato/sato-icon-theme/sato-icon-theme.inc<http://git.yoctoproject.org/cgit.cgi/poky/tree/meta/recipes-sato/sato-icon-theme/sato-icon-theme.inc?id=5b1d45c9fb2394418bb0a8c915c34a8c2fdb0d49>
-inherit autotools pkgconfig allarch gtk-icon-cache
+inherit autotools pkgconfig allarch gtk-icon-cache perlnative
--- a/meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb<http://git.yoctoproject.org/cgit.cgi/poky/tree/meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb?id=c8e2f1447dd93792626cabf5e238b00cce8c6e70>
+++ b/meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb<http://git.yoctoproject.org/cgit.cgi/poky/tree/meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb?id=5b1d45c9fb2394418bb0a8c915c34a8c2fdb0d49>
require sato-icon-theme.inc
-DEPENDS += "icon-naming-utils-native"
+DEPENDS += "icon-naming-utils-native libxml-simple-perl-native"
Thanks, Philippe
[-- Attachment #2: Type: text/html, Size: 4645 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Building sato-icon-theme
2012-12-10 13:08 Building sato-icon-theme Mangaud Philippe-R49081
@ 2012-12-10 13:25 ` Eric Bénard
2012-12-10 15:56 ` Otavio Salvador
1 sibling, 0 replies; 6+ messages in thread
From: Eric Bénard @ 2012-12-10 13:25 UTC (permalink / raw)
To: Mangaud Philippe-R49081; +Cc: meta-freescale@yoctoproject.org
Hi Philippe,
Le Mon, 10 Dec 2012 13:08:38 +0000,
Mangaud Philippe-R49081 <R49081@freescale.com> a écrit :
> Actually building fsl-image-gui for SabreSD using master branch, had to modify recipe to add perlnative and libxml-simple-perl-native to compile this package as explained in http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=5b1d45c9fb2394418bb0a8c915c34a8c2fdb0d49
>
request to integrate it into danny branch just sent to oe-core'ML.
Eric
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [meta-freescale] Building sato-icon-theme
2012-12-10 13:08 Building sato-icon-theme Mangaud Philippe-R49081
@ 2012-12-10 15:56 ` Otavio Salvador
2012-12-10 15:56 ` Otavio Salvador
1 sibling, 0 replies; 6+ messages in thread
From: Otavio Salvador @ 2012-12-10 15:56 UTC (permalink / raw)
To: Mangaud Philippe-R49081,
Patches and discussions about the oe-core layer, Burton, Ross
Cc: meta-freescale@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 2211 bytes --]
On Mon, Dec 10, 2012 at 11:08 AM, Mangaud Philippe-R49081 <
R49081@freescale.com> wrote:
> Hello,
>
Hello Philippe,
Thanks by finding this out.
> **
>
> Actually building fsl-image-gui for SabreSD using master branch, had to
> modify recipe to add perlnative and libxml-simple-perl-native to compile
> this package as explained in
> http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=5b1d45c9fb2394418bb0a8c915c34a8c2fdb0d49
> ****
>
> ** **
>
> Might be brave enough to commit my first patch if you think it is relevant
> for this rev 4 :****
>
> ** **
>
> *--- a/meta/recipes-sato/sato-icon-theme/sato-icon-theme.inc<http://git.yoctoproject.org/cgit.cgi/poky/tree/meta/recipes-sato/sato-icon-theme/sato-icon-theme.inc?id=c8e2f1447dd93792626cabf5e238b00cce8c6e70>
> +++ b/meta/recipes-sato/sato-icon-theme/sato-icon-theme.inc<http://git.yoctoproject.org/cgit.cgi/poky/tree/meta/recipes-sato/sato-icon-theme/sato-icon-theme.inc?id=5b1d45c9fb2394418bb0a8c915c34a8c2fdb0d49>
> *
>
> -inherit autotools pkgconfig allarch gtk-icon-cache****
>
> +inherit autotools pkgconfig allarch gtk-icon-cache perlnative****
>
> ****
>
> *--- a/meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb<http://git.yoctoproject.org/cgit.cgi/poky/tree/meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb?id=c8e2f1447dd93792626cabf5e238b00cce8c6e70>
> +++ b/meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb<http://git.yoctoproject.org/cgit.cgi/poky/tree/meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb?id=5b1d45c9fb2394418bb0a8c915c34a8c2fdb0d49>
> *
>
> require sato-icon-theme.inc****
>
> -DEPENDS += "icon-naming-utils-native"****
>
> +DEPENDS += "icon-naming-utils-native libxml-simple-perl-native"
>
I am adding OpenEmbedded-Core and Ross Burton (responsable by danny
maintainence) in CC.
Ross, the above commit (which is included in master) should be backported
to danny if you have no objection.
Please, take a look.
Regards,
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
[-- Attachment #2: Type: text/html, Size: 4441 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Building sato-icon-theme
@ 2012-12-10 15:56 ` Otavio Salvador
0 siblings, 0 replies; 6+ messages in thread
From: Otavio Salvador @ 2012-12-10 15:56 UTC (permalink / raw)
To: Mangaud Philippe-R49081,
Patches and discussions about the oe-core layer, Burton, Ross
Cc: meta-freescale@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 2211 bytes --]
On Mon, Dec 10, 2012 at 11:08 AM, Mangaud Philippe-R49081 <
R49081@freescale.com> wrote:
> Hello,
>
Hello Philippe,
Thanks by finding this out.
> **
>
> Actually building fsl-image-gui for SabreSD using master branch, had to
> modify recipe to add perlnative and libxml-simple-perl-native to compile
> this package as explained in
> http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=5b1d45c9fb2394418bb0a8c915c34a8c2fdb0d49
> ****
>
> ** **
>
> Might be brave enough to commit my first patch if you think it is relevant
> for this rev 4 :****
>
> ** **
>
> *--- a/meta/recipes-sato/sato-icon-theme/sato-icon-theme.inc<http://git.yoctoproject.org/cgit.cgi/poky/tree/meta/recipes-sato/sato-icon-theme/sato-icon-theme.inc?id=c8e2f1447dd93792626cabf5e238b00cce8c6e70>
> +++ b/meta/recipes-sato/sato-icon-theme/sato-icon-theme.inc<http://git.yoctoproject.org/cgit.cgi/poky/tree/meta/recipes-sato/sato-icon-theme/sato-icon-theme.inc?id=5b1d45c9fb2394418bb0a8c915c34a8c2fdb0d49>
> *
>
> -inherit autotools pkgconfig allarch gtk-icon-cache****
>
> +inherit autotools pkgconfig allarch gtk-icon-cache perlnative****
>
> ****
>
> *--- a/meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb<http://git.yoctoproject.org/cgit.cgi/poky/tree/meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb?id=c8e2f1447dd93792626cabf5e238b00cce8c6e70>
> +++ b/meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb<http://git.yoctoproject.org/cgit.cgi/poky/tree/meta/recipes-sato/sato-icon-theme/sato-icon-theme_0.4.1.bb?id=5b1d45c9fb2394418bb0a8c915c34a8c2fdb0d49>
> *
>
> require sato-icon-theme.inc****
>
> -DEPENDS += "icon-naming-utils-native"****
>
> +DEPENDS += "icon-naming-utils-native libxml-simple-perl-native"
>
I am adding OpenEmbedded-Core and Ross Burton (responsable by danny
maintainence) in CC.
Ross, the above commit (which is included in master) should be backported
to danny if you have no objection.
Please, take a look.
Regards,
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
[-- Attachment #2: Type: text/html, Size: 4441 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Building sato-icon-theme
2012-12-10 15:56 ` Otavio Salvador
(?)
@ 2012-12-10 16:02 ` Eric Bénard
2012-12-10 16:05 ` Otavio Salvador
-1 siblings, 1 reply; 6+ messages in thread
From: Eric Bénard @ 2012-12-10 16:02 UTC (permalink / raw)
To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org, Mangaud Philippe-R49081
Hi Otavio,
Le Mon, 10 Dec 2012 13:56:42 -0200,
Otavio Salvador <otavio@ossystems.com.br> a écrit :
> I am adding OpenEmbedded-Core and Ross Burton (responsable by danny
> maintainence) in CC.
>
> Ross, the above commit (which is included in master) should be backported
> to danny if you have no objection.
>
http://lists.linuxtogo.org/pipermail/openembedded-core/2012-December/032881.html
Eric
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Building sato-icon-theme
2012-12-10 16:02 ` Eric Bénard
@ 2012-12-10 16:05 ` Otavio Salvador
0 siblings, 0 replies; 6+ messages in thread
From: Otavio Salvador @ 2012-12-10 16:05 UTC (permalink / raw)
To: Eric Bénard; +Cc: meta-freescale@yoctoproject.org, Mangaud Philippe-R49081
[-- Attachment #1: Type: text/plain, Size: 802 bytes --]
On Mon, Dec 10, 2012 at 2:02 PM, Eric Bénard <eric@eukrea.com> wrote:
> Hi Otavio,
>
> Le Mon, 10 Dec 2012 13:56:42 -0200,
> Otavio Salvador <otavio@ossystems.com.br> a écrit :
> > I am adding OpenEmbedded-Core and Ross Burton (responsable by danny
> > maintainence) in CC.
> >
> > Ross, the above commit (which is included in master) should be backported
> > to danny if you have no objection.
> >
>
> http://lists.linuxtogo.org/pipermail/openembedded-core/2012-December/032881.html
Good; I haven't see this when I was replying. Well Ross will have a huge
demand for the patch ;-)
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
[-- Attachment #2: Type: text/html, Size: 1866 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-12-10 16:11 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-10 13:08 Building sato-icon-theme Mangaud Philippe-R49081
2012-12-10 13:25 ` Eric Bénard
2012-12-10 15:56 ` [meta-freescale] " Otavio Salvador
2012-12-10 15:56 ` Otavio Salvador
2012-12-10 16:02 ` Eric Bénard
2012-12-10 16:05 ` Otavio Salvador
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.