[oe-commits] org.oe.dev moko-underground-image: add some fonts to make matchbox happy, bump SRCREV for pyneod

mickeyl commit openembedded-commits at lists.openembedded.org
Fri Feb 29 15:15:34 UTC 2008


moko-underground-image: add some fonts to make matchbox happy, bump SRCREV for pyneod

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 0897620958f9f40e42aa1a5eda66ee24abf3c919
ViewMTN: http://monotone.openembedded.org/revision/info/0897620958f9f40e42aa1a5eda66ee24abf3c919
Files:
1
conf/distro/include/sane-srcrevs.inc
packages/images/moko-underground-image.bb
Diffs:

#
# mt diff -ra658066f21126f9786c34cf744d671e348ddd734 -r0897620958f9f40e42aa1a5eda66ee24abf3c919
#
# 
# 
# patch "conf/distro/include/sane-srcrevs.inc"
#  from [62c397ed5dfa475bf74868efbccb04ed7039ba5e]
#    to [ab67ae7855b44ff82646cc1c031cb6cafafea1f9]
# 
# patch "packages/images/moko-underground-image.bb"
#  from [e3d712c4f1771ae91a8a413966252fb17a92eee9]
#    to [ad083e5de4d9af34be740450b02baa05b9066159]
# 
============================================================
--- conf/distro/include/sane-srcrevs.inc	62c397ed5dfa475bf74868efbccb04ed7039ba5e
+++ conf/distro/include/sane-srcrevs.inc	ab67ae7855b44ff82646cc1c031cb6cafafea1f9
@@ -136,7 +136,7 @@ SRCREV_pn-psplash ?= "249"
 SRCREV_pn-opkg-native ?= "4019"
 SRCREV_pn-oprofileui ?= "160"
 SRCREV_pn-psplash ?= "249"
-SRCREV_pn-pyneod ?= "85"
+SRCREV_pn-pyneod ?= "86"
 SRCREV_pn-pyneog ?= "85"
 SRCREV_pn-python-formencode = "3148"
 SRCREV_pn-python-gsmd = "127"
============================================================
--- packages/images/moko-underground-image.bb	e3d712c4f1771ae91a8a413966252fb17a92eee9
+++ packages/images/moko-underground-image.bb	ad083e5de4d9af34be740450b02baa05b9066159
@@ -1,9 +1,18 @@ IMAGE_LINGUAS = ""
 #------------------------------------------------------
 # Moko Underground OS Image Recipe
 #------------------------------------------------------
 
 IMAGE_LINGUAS = ""
 
+ADD_INSTALL = "\
+  fontconfig \
+  \
+  ttf-dejavu-common \
+  ttf-dejavu-sans \
+  ttf-dejavu-serif \
+  \
+"  
+
 IMAGE_INSTALL = "\
   ${MACHINE_TASK_PROVIDER} \
   task-base \
@@ -28,6 +37,8 @@ IMAGE_INSTALL = "\
   gsm0710muxd \
   pyneod \
   pyneog \
+  \
+  ${ADD_INSTALL} \
 "
 
 DEPENDS = "\






More information about the Openembedded-commits mailing list