* [PATCH] po4a: Add native recipe
@ 2010-03-31 15:20 Martyn Welch
2010-03-31 20:41 ` Khem Raj
0 siblings, 1 reply; 3+ messages in thread
From: Martyn Welch @ 2010-03-31 15:20 UTC (permalink / raw)
To: openembedded-devel
Add a recipe for building a native version of po4a version 0.36.3.
Signed-off-by: Martyn Welch <martyn.welch@ge.com>
---
recipes/po4a/po4a-native_0.36.3.bb | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/recipes/po4a/po4a-native_0.36.3.bb b/recipes/po4a/po4a-native_0.36.3.bb
new file mode 100644
index 0000000..07c9e08
--- /dev/null
+++ b/recipes/po4a/po4a-native_0.36.3.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Tools for helping translation of documentation"
+SECTION = "utility"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "libmodule-build-perl-native"
+PR = "r0"
+inherit native
+
+SRC_URI = "${DEBIAN_MIRROR}/main/p/po4a/po4a_0.36.3.orig.tar.gz;name=po4a"
+
+SRC_URI[po4a.md5sum] = "47af91b7d2ad3a3a9e2aaa22473f42bf"
+SRC_URI[po4a.sha256sum] = "4563f4651448300f3d05f9dfa5212535ef0bd97c6b51704c4cb9829f282915e2"
--
Martyn Welch (Principal Software Engineer) | Registered in England and
GE Intelligent Platforms | Wales (3828642) at 100
T +44(0)127322748 | Barbirolli Square, Manchester,
E martyn.welch@ge.com | M2 3AB VAT:GB 927559189
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] po4a: Add native recipe
2010-03-31 15:20 [PATCH] po4a: Add native recipe Martyn Welch
@ 2010-03-31 20:41 ` Khem Raj
2010-11-06 10:28 ` Stefan Schmidt
0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2010-03-31 20:41 UTC (permalink / raw)
To: openembedded-devel
On (31/03/10 16:20), Martyn Welch wrote:
> Add a recipe for building a native version of po4a version 0.36.3.
>
> Signed-off-by: Martyn Welch <martyn.welch@ge.com>
> ---
>
> recipes/po4a/po4a-native_0.36.3.bb | 12 ++++++++++++
> 1 files changed, 12 insertions(+), 0 deletions(-)
>
> diff --git a/recipes/po4a/po4a-native_0.36.3.bb b/recipes/po4a/po4a-native_0.36.3.bb
> new file mode 100644
> index 0000000..07c9e08
> --- /dev/null
> +++ b/recipes/po4a/po4a-native_0.36.3.bb
> @@ -0,0 +1,12 @@
> +DESCRIPTION = "Tools for helping translation of documentation"
> +SECTION = "utility"
> +PRIORITY = "optional"
> +LICENSE = "GPL"
> +DEPENDS = "libmodule-build-perl-native"
> +PR = "r0"
> +inherit native
may be you could use BBCLASSEXTEND to write native part and have recipe
also for target package.
> +
> +SRC_URI = "${DEBIAN_MIRROR}/main/p/po4a/po4a_0.36.3.orig.tar.gz;name=po4a"
> +
> +SRC_URI[po4a.md5sum] = "47af91b7d2ad3a3a9e2aaa22473f42bf"
> +SRC_URI[po4a.sha256sum] = "4563f4651448300f3d05f9dfa5212535ef0bd97c6b51704c4cb9829f282915e2"
>
>
> --
> Martyn Welch (Principal Software Engineer) | Registered in England and
> GE Intelligent Platforms | Wales (3828642) at 100
> T +44(0)127322748 | Barbirolli Square, Manchester,
> E martyn.welch@ge.com | M2 3AB VAT:GB 927559189
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] po4a: Add native recipe
2010-03-31 20:41 ` Khem Raj
@ 2010-11-06 10:28 ` Stefan Schmidt
0 siblings, 0 replies; 3+ messages in thread
From: Stefan Schmidt @ 2010-11-06 10:28 UTC (permalink / raw)
To: openembedded-devel
Hello.
On Wed, 2010-03-31 at 13:41, Khem Raj wrote:
> On (31/03/10 16:20), Martyn Welch wrote:
> > Add a recipe for building a native version of po4a version 0.36.3.
> >
> > Signed-off-by: Martyn Welch <martyn.welch@ge.com>
> > ---
> >
> > recipes/po4a/po4a-native_0.36.3.bb | 12 ++++++++++++
> > 1 files changed, 12 insertions(+), 0 deletions(-)
> >
> > diff --git a/recipes/po4a/po4a-native_0.36.3.bb b/recipes/po4a/po4a-native_0.36.3.bb
> > new file mode 100644
> > index 0000000..07c9e08
> > --- /dev/null
> > +++ b/recipes/po4a/po4a-native_0.36.3.bb
> > @@ -0,0 +1,12 @@
> > +DESCRIPTION = "Tools for helping translation of documentation"
> > +SECTION = "utility"
> > +PRIORITY = "optional"
> > +LICENSE = "GPL"
> > +DEPENDS = "libmodule-build-perl-native"
> > +PR = "r0"
> > +inherit native
>
> may be you could use BBCLASSEXTEND to write native part and have recipe
> also for target package.
Agreed. We need to reduce our set of recipes and BBCLASSEXTEND helps a lot for
the native recipes. Martyn, care to send a reworked patch for this?
regards
Stefan Schmidt
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-11-06 10:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-31 15:20 [PATCH] po4a: Add native recipe Martyn Welch
2010-03-31 20:41 ` Khem Raj
2010-11-06 10:28 ` Stefan Schmidt
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.