aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-lib
diff options
context:
space:
mode:
authorZhenhua Luo <b19537@freescale.com>2011-12-21 06:01:39 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-12-22 08:49:15 +0100
commit7fa09da36cf9711f9fcfee04380682b9abc526fa (patch)
treee66185579ea6f0ace9e3d98ad467b8b76a9736a9 /meta-oe/recipes-graphics/xorg-lib
parentab8f876ca8fa223c183e3db2029cce88f3435a27 (diff)
downloadmeta-openembedded-contrib-7fa09da36cf9711f9fcfee04380682b9abc526fa.tar.gz
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@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-lib')
-rw-r--r--meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.9.bb4
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 40d11da30b..1b8b5da457 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"