diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-12-25 19:50:52 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-23 16:23:11 +0100 |
commit | 8fdf226eabdcef36196f47bb9fa86146ea5470f7 (patch) | |
tree | f885cc5bde0923b146406b692f8ee433fe002e95 /meta-oe/recipes-graphics/xorg-lib | |
parent | 0ade2c82e2ce2fe3e09a26faab15e944ae892fa7 (diff) | |
download | meta-openembedded-8fdf226eabdcef36196f47bb9fa86146ea5470f7.tar.gz |
libxaw: bump PR to disable xmlto
* meta-oe now provides xmlto-native
http://git.openembedded.org/meta-openembedded/commit/?id=ab8f876ca8fa223c183e3db2029cce88f3435a27
but not the stylesheets for buildhosts without them it's unusable and fails, because xorg macros
autodetecting xmlto available, see:
http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-December/037066.html
after adding xmlto-native and stylesheets-native to DEPENDS we can enable it again
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-lib')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.9.bb | 2 |
1 files changed, 1 insertions, 1 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 1b8b5da45..ea4f38b67 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 | |||
@@ -5,7 +5,7 @@ DEPENDS += "xproto virtual/libx11 libxext xextproto libxt libxmu libxpm libxp pr | |||
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 = "r11" | 8 | PR = "r12" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "ccc57478c41b7a75b9702241b889b1d4" | 10 | SRC_URI[md5sum] = "ccc57478c41b7a75b9702241b889b1d4" |
11 | SRC_URI[sha256sum] = "a83977546b78e24ac5dca86affc10b6404a87c16272405b05386feca1a2db037" | 11 | SRC_URI[sha256sum] = "a83977546b78e24ac5dca86affc10b6404a87c16272405b05386feca1a2db037" |