All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/3] font-misc-misc: add recipe
@ 2014-07-28 19:26 Ben Shelton
  2014-07-28 19:26 ` [meta-oe][PATCH 2/3] font-cursor-misc: " Ben Shelton
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ben Shelton @ 2014-07-28 19:26 UTC (permalink / raw)
  To: openembedded-devel

Adding a recipe for the X.org misc-misc fonts.

Signed-off-by: Ben Shelton <ben.shelton@ni.com>
---
 meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb

diff --git a/meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb b/meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb
new file mode 100644
index 0000000..d60fa0f
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb
@@ -0,0 +1,14 @@
+require recipes-graphics/xorg-font/xorg-font-common.inc
+
+SUMMARY = "X.org miscellaneous fonts"
+HOMEPAGE = "http://cgit.freedesktop.org/xorg/font/misc-misc/"
+SECTION = "x11/font"
+LICENSE = "PD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=200c507f595ee97008c7c5c3e94ab9a8"
+
+DEPENDS = "util-macros-native font-util-native bdftopcf-native"
+RDEPENDS_${PN} = "encodings font-util"
+RDEPENDS_${PN}_class-native = "font-util-native"
+
+SRC_URI[md5sum] = "c88eb44b3b903d79fb44b860a213e623"
+SRC_URI[sha256sum] = "b8e77940e4e1769dc47ef1805918d8c9be37c708735832a07204258bacc11794"
-- 
2.0.3



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

* [meta-oe][PATCH 2/3] font-cursor-misc: add recipe
  2014-07-28 19:26 [meta-oe][PATCH 1/3] font-misc-misc: add recipe Ben Shelton
@ 2014-07-28 19:26 ` Ben Shelton
  2014-07-28 19:26 ` [meta-oe][PATCH 3/3] xorg-fonts-misc: " Ben Shelton
  2014-07-28 19:58 ` [meta-oe][PATCH 1/3] font-misc-misc: " Khem Raj
  2 siblings, 0 replies; 7+ messages in thread
From: Ben Shelton @ 2014-07-28 19:26 UTC (permalink / raw)
  To: openembedded-devel

Adding a recipe for the X.org cursor-misc fonts.

Signed-off-by: Ben Shelton <ben.shelton@ni.com>
---
 .../recipes-graphics/xorg-font/font-cursor-misc_1.0.3.bb   | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-oe/recipes-graphics/xorg-font/font-cursor-misc_1.0.3.bb

diff --git a/meta-oe/recipes-graphics/xorg-font/font-cursor-misc_1.0.3.bb b/meta-oe/recipes-graphics/xorg-font/font-cursor-misc_1.0.3.bb
new file mode 100644
index 0000000..551bb67
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-font/font-cursor-misc_1.0.3.bb
@@ -0,0 +1,14 @@
+require recipes-graphics/xorg-font/xorg-font-common.inc
+
+SUMMARY = "X.org cursor fonts"
+HOMEPAGE = "http://cgit.freedesktop.org/xorg/font/cursor-misc/"
+SECTION = "x11/font"
+LICENSE = "PD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=8b32ccac3ad25e75e68478deb7780265"
+
+DEPENDS = "util-macros-native font-util-native bdftopcf-native"
+RDEPENDS_${PN} = "encodings font-util"
+RDEPENDS_${PN}_class-native = "font-util-native"
+
+SRC_URI[md5sum] = "3e0069d4f178a399cffe56daa95c2b63"
+SRC_URI[sha256sum] = "17363eb35eece2e08144da5f060c70103b59d0972b4f4d77fd84c9a7a2dba635"
-- 
2.0.3



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

* [meta-oe][PATCH 3/3] xorg-fonts-misc: add recipe
  2014-07-28 19:26 [meta-oe][PATCH 1/3] font-misc-misc: add recipe Ben Shelton
  2014-07-28 19:26 ` [meta-oe][PATCH 2/3] font-cursor-misc: " Ben Shelton
@ 2014-07-28 19:26 ` Ben Shelton
  2014-07-28 20:02   ` Khem Raj
  2014-07-28 19:58 ` [meta-oe][PATCH 1/3] font-misc-misc: " Khem Raj
  2 siblings, 1 reply; 7+ messages in thread
From: Ben Shelton @ 2014-07-28 19:26 UTC (permalink / raw)
  To: openembedded-devel

Adding a packagegroup recipe to build both the misc-misc and cursor-misc
X.org fonts.

Signed-off-by: Ben Shelton <ben.shelton@ni.com>
---
 meta-oe/recipes-graphics/xorg-font/xorg-fonts-misc.bb | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 meta-oe/recipes-graphics/xorg-font/xorg-fonts-misc.bb

diff --git a/meta-oe/recipes-graphics/xorg-font/xorg-fonts-misc.bb b/meta-oe/recipes-graphics/xorg-font/xorg-fonts-misc.bb
new file mode 100644
index 0000000..b2d1db7
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-font/xorg-fonts-misc.bb
@@ -0,0 +1,11 @@
+SUMMARY = "X.org misc font set"
+LICENSE = "PD"
+
+inherit packagegroup
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+RDEPENDS_${PN} = "\
+	font-cursor-misc \
+	font-misc-misc \
+"
-- 
2.0.3



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

* Re: [meta-oe][PATCH 1/3] font-misc-misc: add recipe
  2014-07-28 19:26 [meta-oe][PATCH 1/3] font-misc-misc: add recipe Ben Shelton
  2014-07-28 19:26 ` [meta-oe][PATCH 2/3] font-cursor-misc: " Ben Shelton
  2014-07-28 19:26 ` [meta-oe][PATCH 3/3] xorg-fonts-misc: " Ben Shelton
@ 2014-07-28 19:58 ` Khem Raj
  2014-07-28 21:53   ` Ben Shelton
  2 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2014-07-28 19:58 UTC (permalink / raw)
  To: openembeded-devel

On Mon, Jul 28, 2014 at 12:26 PM, Ben Shelton <ben.shelton@ni.com> wrote:
> +RDEPENDS_${PN}_class-native = "font-util-native"

there is no native bbclassextend here so why is this needed ?


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

* Re: [meta-oe][PATCH 3/3] xorg-fonts-misc: add recipe
  2014-07-28 19:26 ` [meta-oe][PATCH 3/3] xorg-fonts-misc: " Ben Shelton
@ 2014-07-28 20:02   ` Khem Raj
  2014-07-28 21:54     ` Ben Shelton
  0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2014-07-28 20:02 UTC (permalink / raw)
  To: openembeded-devel

On Mon, Jul 28, 2014 at 12:26 PM, Ben Shelton <ben.shelton@ni.com> wrote:
> Adding a packagegroup recipe to build both the misc-misc and cursor-misc
> X.org fonts.
>
> Signed-off-by: Ben Shelton <ben.shelton@ni.com>
> ---
>  meta-oe/recipes-graphics/xorg-font/xorg-fonts-misc.bb | 11 +++++++++++
>  1 file changed, 11 insertions(+)
>  create mode 100644 meta-oe/recipes-graphics/xorg-font/xorg-fonts-misc.bb
>
> diff --git a/meta-oe/recipes-graphics/xorg-font/xorg-fonts-misc.bb b/meta-oe/recipes-graphics/xorg-font/xorg-fonts-misc.bb
> new file mode 100644
> index 0000000..b2d1db7
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/xorg-font/xorg-fonts-misc.bb

For packagegroups the naming convention is to have packagegroup
somewhere in name and probably put it under recipes-core/packagegroups

> @@ -0,0 +1,11 @@
> +SUMMARY = "X.org misc font set"
> +LICENSE = "PD"
> +
> +inherit packagegroup
> +
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> +RDEPENDS_${PN} = "\
> +       font-cursor-misc \
> +       font-misc-misc \
> +"
> --
> 2.0.3
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [meta-oe][PATCH 1/3] font-misc-misc: add recipe
  2014-07-28 19:58 ` [meta-oe][PATCH 1/3] font-misc-misc: " Khem Raj
@ 2014-07-28 21:53   ` Ben Shelton
  0 siblings, 0 replies; 7+ messages in thread
From: Ben Shelton @ 2014-07-28 21:53 UTC (permalink / raw)
  To: openembedded-devel

On 07/28, Khem Raj wrote:
> On Mon, Jul 28, 2014 at 12:26 PM, Ben Shelton <ben.shelton@ni.com> wrote:
> > +RDEPENDS_${PN}_class-native = "font-util-native"
> 
> there is no native bbclassextend here so why is this needed ?

Good catch -- I'll remove it and resubmit.

Thanks,
Ben

> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [meta-oe][PATCH 3/3] xorg-fonts-misc: add recipe
  2014-07-28 20:02   ` Khem Raj
@ 2014-07-28 21:54     ` Ben Shelton
  0 siblings, 0 replies; 7+ messages in thread
From: Ben Shelton @ 2014-07-28 21:54 UTC (permalink / raw)
  To: openembedded-devel

On 07/28, Khem Raj wrote:
> On Mon, Jul 28, 2014 at 12:26 PM, Ben Shelton <ben.shelton@ni.com> wrote:
> > Adding a packagegroup recipe to build both the misc-misc and cursor-misc
> > X.org fonts.
> >
> > Signed-off-by: Ben Shelton <ben.shelton@ni.com>
> > ---
> >  meta-oe/recipes-graphics/xorg-font/xorg-fonts-misc.bb | 11 +++++++++++
> >  1 file changed, 11 insertions(+)
> >  create mode 100644 meta-oe/recipes-graphics/xorg-font/xorg-fonts-misc.bb
> >
> > diff --git a/meta-oe/recipes-graphics/xorg-font/xorg-fonts-misc.bb b/meta-oe/recipes-graphics/xorg-font/xorg-fonts-misc.bb
> > new file mode 100644
> > index 0000000..b2d1db7
> > --- /dev/null
> > +++ b/meta-oe/recipes-graphics/xorg-font/xorg-fonts-misc.bb
> 
> For packagegroups the naming convention is to have packagegroup
> somewhere in name and probably put it under recipes-core/packagegroups
> 

Now that I think about it, a packagegroup with only two packages in it
doesn't make much sense.  I'll drop this one.

Thanks,
Ben



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

end of thread, other threads:[~2014-07-28 21:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-28 19:26 [meta-oe][PATCH 1/3] font-misc-misc: add recipe Ben Shelton
2014-07-28 19:26 ` [meta-oe][PATCH 2/3] font-cursor-misc: " Ben Shelton
2014-07-28 19:26 ` [meta-oe][PATCH 3/3] xorg-fonts-misc: " Ben Shelton
2014-07-28 20:02   ` Khem Raj
2014-07-28 21:54     ` Ben Shelton
2014-07-28 19:58 ` [meta-oe][PATCH 1/3] font-misc-misc: " Khem Raj
2014-07-28 21:53   ` Ben Shelton

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.