All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] task-lsb: Add new package and new character set to lsb-image
@ 2011-04-29  9:44 Xiaofeng Yan
  2011-04-29  9:44 ` [PATCH 1/2] task-core-lsb.bb: Add packages liberation-fonts to lsb-imag Xiaofeng Yan
  2011-04-29  9:44 ` [PATCH 2/2] LSB_Setup.sh: Add character set to lsb-image Xiaofeng Yan
  0 siblings, 2 replies; 3+ messages in thread
From: Xiaofeng Yan @ 2011-04-29  9:44 UTC (permalink / raw)
  To: poky

From: Xiaofeng Yan <xiaofeng.yan@windriver.com>

Liberation can add font set to lsb-image
LSB need en_US.ISO8859-1 

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: xiaofeng/task-lsb
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/task-lsb

Thanks,
    Xiaofeng Yan <xiaofeng.yan@windriver.com>
---


Xiaofeng Yan (2):
  task-core-lsb.bb: Add packages  liberation-fonts to lsb-imag
  LSB_Setup.sh: Add character set to lsb-image

 meta/recipes-extended/lsb/lsbsetup/LSB_Setup.sh |    1 +
 meta/recipes-extended/tasks/task-core-lsb.bb    |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)



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

* [PATCH 1/2] task-core-lsb.bb: Add packages liberation-fonts to lsb-imag
  2011-04-29  9:44 [PATCH 0/2] task-lsb: Add new package and new character set to lsb-image Xiaofeng Yan
@ 2011-04-29  9:44 ` Xiaofeng Yan
  2011-04-29  9:44 ` [PATCH 2/2] LSB_Setup.sh: Add character set to lsb-image Xiaofeng Yan
  1 sibling, 0 replies; 3+ messages in thread
From: Xiaofeng Yan @ 2011-04-29  9:44 UTC (permalink / raw)
  To: poky

From: Xiaofeng Yan <xiaofeng.yan@windriver.com>

Add font set to lsb-image to solve bugs from lsb test

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
---
 meta/recipes-extended/tasks/task-core-lsb.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb
index ef8acb1..06220ae 100644
--- a/meta/recipes-extended/tasks/task-core-lsb.bb
+++ b/meta/recipes-extended/tasks/task-core-lsb.bb
@@ -164,6 +164,7 @@ RDEPENDS_task-core-lsb-graphic-add = "\
     gdk-pixbuf-loader-ico \
     gdk-pixbuf-loader-bmp \
     gdk-pixbuf-loader-ani \
+    liberation-fonts \
 "
 
 RDEPENDS_task-core-lsb-graphic-add_qemux86 = "\
-- 
1.7.0.4



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

* [PATCH 2/2] LSB_Setup.sh: Add character set to lsb-image
  2011-04-29  9:44 [PATCH 0/2] task-lsb: Add new package and new character set to lsb-image Xiaofeng Yan
  2011-04-29  9:44 ` [PATCH 1/2] task-core-lsb.bb: Add packages liberation-fonts to lsb-imag Xiaofeng Yan
@ 2011-04-29  9:44 ` Xiaofeng Yan
  1 sibling, 0 replies; 3+ messages in thread
From: Xiaofeng Yan @ 2011-04-29  9:44 UTC (permalink / raw)
  To: poky

From: Xiaofeng Yan <xiaofeng.yan@windriver.com>

Add character set to lsb-image to solve bugs from lsb test

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
---
 meta/recipes-extended/lsb/lsbsetup/LSB_Setup.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-extended/lsb/lsbsetup/LSB_Setup.sh b/meta/recipes-extended/lsb/lsbsetup/LSB_Setup.sh
index a8189e5..aa3d5ee 100644
--- a/meta/recipes-extended/lsb/lsbsetup/LSB_Setup.sh
+++ b/meta/recipes-extended/lsb/lsbsetup/LSB_Setup.sh
@@ -207,6 +207,7 @@ localedef -i en_US -f ISO-8859-15  en_US.ISO-8859-15
 localedef -i en_US -f UTF-8 en_US.UTF-8
 localedef -i se_NO -f UTF-8 se_NO.UTF-8
 localedef -i de_DE -f ISO-8859-1 de_DE
+localedef -i en_US -f ISO-8859-1 en_US.ISO8859-1
 
 #resolve localhost 
 LOCALHOST=`hostname`
-- 
1.7.0.4



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

end of thread, other threads:[~2011-04-29  9:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-29  9:44 [PATCH 0/2] task-lsb: Add new package and new character set to lsb-image Xiaofeng Yan
2011-04-29  9:44 ` [PATCH 1/2] task-core-lsb.bb: Add packages liberation-fonts to lsb-imag Xiaofeng Yan
2011-04-29  9:44 ` [PATCH 2/2] LSB_Setup.sh: Add character set to lsb-image Xiaofeng Yan

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.