[oe-commits] Zhenhua Luo : libxaw: fix build error due to missing xmlto

git at git.openembedded.org git at git.openembedded.org
Thu Dec 22 09:17:21 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 7fa09da36cf9711f9fcfee04380682b9abc526fa
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=7fa09da36cf9711f9fcfee04380682b9abc526fa

Author: Zhenhua Luo <b19537 at freescale.com>
Date:   Wed Dec 21 06:01:39 2011 +0000

libxaw: fix build error due to missing xmlto

    libxaw build failed due to missing native xmlto, add xmlto-native in
    DEPENDS of libxaw

Signed-off-by: Zhenhua Luo <b19537 at freescale.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.9.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.9.bb b/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.9.bb
index 40d11da..1b8b5da 100644
--- a/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.9.bb
+++ b/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.9.bb
@@ -1,11 +1,11 @@
 require recipes-graphics/xorg-lib/xorg-lib-common.inc
 DESCRIPTION = "X Athena Widget Set"
-DEPENDS += "xproto virtual/libx11 libxext xextproto libxt libxmu libxpm libxp printproto libxau"
+DEPENDS += "xproto virtual/libx11 libxext xextproto libxt libxmu libxpm libxp printproto libxau xmlto-native"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=f1beacbc336a5a256bb28dbfcf01c2be"
 
 PE = "1"
-PR = "r10"
+PR = "r11"
 
 SRC_URI[md5sum] = "ccc57478c41b7a75b9702241b889b1d4"
 SRC_URI[sha256sum] = "a83977546b78e24ac5dca86affc10b6404a87c16272405b05386feca1a2db037"





More information about the Openembedded-commits mailing list