All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 0/1] Fix usage of hardcoded path
@ 2011-09-14 13:18 Otavio Salvador
  2011-09-14 13:18 ` [meta-oe][PATCH 1/1] xorg-xserver-common.inc: usr ${datadir} instead of /usr/share Otavio Salvador
  0 siblings, 1 reply; 5+ messages in thread
From: Otavio Salvador @ 2011-09-14 13:18 UTC (permalink / raw)
  To: openembedded-devel

The following changes since commit 0a2a6e16334c15f460ea5eba426e3f6f1d3d1936:

  xf86-input-void: add 1.4.0 recipe (2011-09-14 13:08:10 +0200)

are available in the git repository at:
  git://github.com/OSSystems/meta-oe master
  https://github.com/OSSystems/meta-oe/tree/master

Otavio Salvador (1):
  xorg-xserver-common.inc: usr ${datadir} instead of /usr/share

 .../xorg-xserver/xorg-xserver-common.inc           |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.7.2.5




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

* [meta-oe][PATCH 1/1] xorg-xserver-common.inc: usr ${datadir} instead of /usr/share
  2011-09-14 13:18 [meta-oe][PATCH 0/1] Fix usage of hardcoded path Otavio Salvador
@ 2011-09-14 13:18 ` Otavio Salvador
  2011-09-14 14:24   ` Paul Menzel
  0 siblings, 1 reply; 5+ messages in thread
From: Otavio Salvador @ 2011-09-14 13:18 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 .../xorg-xserver/xorg-xserver-common.inc           |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-graphics/xorg-xserver/xorg-xserver-common.inc b/meta-oe/recipes-graphics/xorg-xserver/xorg-xserver-common.inc
index e68008e..06763bb 100644
--- a/meta-oe/recipes-graphics/xorg-xserver/xorg-xserver-common.inc
+++ b/meta-oe/recipes-graphics/xorg-xserver/xorg-xserver-common.inc
@@ -3,7 +3,7 @@ SECTION = "x11/base"
 LICENSE = "MIT-X"
 LIC_FILES_CHKSUM = "file://COPYING;md5=3dd2bbe3563837f80ed8926b06c1c353"
 
-INC_PR = "r20"
+INC_PR = "r21"
 
 # xf86-*-* packages depend on an X server built with the xfree86 DDX
 # so we have a virtual to represent that:
@@ -44,7 +44,7 @@ EXTRA_OECONF += " --enable-xcalibrate \
                   --disable-xfbdev \
                   --disable-xnest \
                   --disable-kdrive-vesa \
-                  --with-default-font-path="/usr/share/fonts/X11/misc" \
+                  --with-default-font-path="${datadir}/fonts/X11/misc" \
                   ac_cv_file__usr_share_sgml_X11_defs_ent=no"
 
 # CONFIG_MANAGER_OPTION is used only in recipes which support those options
@@ -65,7 +65,7 @@ FILES_${PN}-xprint = "${libdir}/X11/xserver/*/print"
 FILES_${PN}-xvfb = "${bindir}/Xvfb"
 FILES_${PN}-utils = "${bindir}/scanpci ${bindir}/pcitweak ${bindir}/ioport ${bindir}/in[bwl] ${bindir}/out[bwl] ${bindir}/mmap[rw] ${bindir}/gtf ${bindir}/getconfig ${bindir}/getconfig.pl"
 FILES_${PN} = "${bindir} ${libdir}/X11/Options ${libdir}/X11/Cards ${libdir}/X11/getconfig ${libdir}/X11/etc ${libdir}/modules/*.so ${libdir}/xorg/modules/*.so /etc/X11 ${libdir}/xorg/protocol.txt ${datadir}/X11/xorg.conf.d"
-FILES_${PN}-doc += "${libdir}/X11/doc /usr/share/X11/xkb/compiled/README.compiled"
+FILES_${PN}-doc += "${libdir}/X11/doc ${datadir}/X11/xkb/compiled/README.compiled"
 FILES_${PN}-xephyr = "${bindir}/Xephyr"
 
 FILES_${PN}-dbg += "${libdir}/xorg/modules/.debug \
-- 
1.7.2.5




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

* Re: [meta-oe][PATCH 1/1] xorg-xserver-common.inc: usr ${datadir} instead of /usr/share
  2011-09-14 13:18 ` [meta-oe][PATCH 1/1] xorg-xserver-common.inc: usr ${datadir} instead of /usr/share Otavio Salvador
@ 2011-09-14 14:24   ` Paul Menzel
  2011-09-14 14:29     ` Otavio Salvador
  2011-09-14 14:54     ` Phil Blundell
  0 siblings, 2 replies; 5+ messages in thread
From: Paul Menzel @ 2011-09-14 14:24 UTC (permalink / raw)
  To: openembedded-devel

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

Am Mittwoch, den 14.09.2011, 13:18 +0000 schrieb Otavio Salvador:

There is a typo in the commit summary: s/usr/use/.

What distributions do not use `/usr/`?

> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>
> ---
>  .../xorg-xserver/xorg-xserver-common.inc           |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)

Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>


Thanks,

Paul

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [meta-oe][PATCH 1/1] xorg-xserver-common.inc: usr ${datadir} instead of /usr/share
  2011-09-14 14:24   ` Paul Menzel
@ 2011-09-14 14:29     ` Otavio Salvador
  2011-09-14 14:54     ` Phil Blundell
  1 sibling, 0 replies; 5+ messages in thread
From: Otavio Salvador @ 2011-09-14 14:29 UTC (permalink / raw)
  To: openembedded-devel

On Wed, Sep 14, 2011 at 11:24, Paul Menzel
<paulepanter@users.sourceforge.net> wrote:
> Am Mittwoch, den 14.09.2011, 13:18 +0000 schrieb Otavio Salvador:
>
> There is a typo in the commit summary: s/usr/use/.
>
> What distributions do not use `/usr/`?

We need it to build a local and reduced chroot of a product.

-- 
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



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

* Re: [meta-oe][PATCH 1/1] xorg-xserver-common.inc: usr ${datadir} instead of /usr/share
  2011-09-14 14:24   ` Paul Menzel
  2011-09-14 14:29     ` Otavio Salvador
@ 2011-09-14 14:54     ` Phil Blundell
  1 sibling, 0 replies; 5+ messages in thread
From: Phil Blundell @ 2011-09-14 14:54 UTC (permalink / raw)
  To: openembedded-devel

On Wed, 2011-09-14 at 16:24 +0200, Paul Menzel wrote:
> Am Mittwoch, den 14.09.2011, 13:18 +0000 schrieb Otavio Salvador:
> 
> There is a typo in the commit summary: s/usr/use/.
> 
> What distributions do not use `/usr/`?

Micro doesn't, for one.

p.





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

end of thread, other threads:[~2011-09-14 14:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-14 13:18 [meta-oe][PATCH 0/1] Fix usage of hardcoded path Otavio Salvador
2011-09-14 13:18 ` [meta-oe][PATCH 1/1] xorg-xserver-common.inc: usr ${datadir} instead of /usr/share Otavio Salvador
2011-09-14 14:24   ` Paul Menzel
2011-09-14 14:29     ` Otavio Salvador
2011-09-14 14:54     ` Phil Blundell

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.