diff options
author | Zhenhua Luo <b19537@freescale.com> | 2011-12-21 06:01:39 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-22 08:49:15 +0100 |
commit | 7fa09da36cf9711f9fcfee04380682b9abc526fa (patch) | |
tree | e66185579ea6f0ace9e3d98ad467b8b76a9736a9 /meta-oe/recipes-graphics/xorg-lib | |
parent | ab8f876ca8fa223c183e3db2029cce88f3435a27 (diff) | |
download | meta-openembedded-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.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 40d11da30..1b8b5da45 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 @@ | |||
1 | require recipes-graphics/xorg-lib/xorg-lib-common.inc | 1 | require recipes-graphics/xorg-lib/xorg-lib-common.inc |
2 | DESCRIPTION = "X Athena Widget Set" | 2 | DESCRIPTION = "X Athena Widget Set" |
3 | DEPENDS += "xproto virtual/libx11 libxext xextproto libxt libxmu libxpm libxp printproto libxau" | 3 | DEPENDS += "xproto virtual/libx11 libxext xextproto libxt libxmu libxpm libxp printproto libxau xmlto-native" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f1beacbc336a5a256bb28dbfcf01c2be" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f1beacbc336a5a256bb28dbfcf01c2be" |
6 | 6 | ||
7 | PE = "1" | 7 | PE = "1" |
8 | PR = "r10" | 8 | PR = "r11" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "ccc57478c41b7a75b9702241b889b1d4" | 10 | SRC_URI[md5sum] = "ccc57478c41b7a75b9702241b889b1d4" |
11 | SRC_URI[sha256sum] = "a83977546b78e24ac5dca86affc10b6404a87c16272405b05386feca1a2db037" | 11 | SRC_URI[sha256sum] = "a83977546b78e24ac5dca86affc10b6404a87c16272405b05386feca1a2db037" |