diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-04-19 16:06:08 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-24 22:50:23 +0100 |
commit | 87ad1ed42066e8ecfd96a11265e022ebd42e2fbe (patch) | |
tree | 8e21ae3245c64e4f45fcc5cd6fe3a48035b51373 /meta/recipes-graphics | |
parent | 59bf8136e18b4aef54735de797bc3fbc40cbf48a (diff) | |
download | poky-87ad1ed42066e8ecfd96a11265e022ebd42e2fbe.tar.gz |
util-macros: upgrade from 1.11.0 to 1.13.0
removed xaw.patch since it's not used by any recipe now.
(From OE-Core rev: 93e699efd90a11677d32434f9c41fe08c25f0160)
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-util/util-macros/xaw.patch | 14 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-util/util-macros_1.13.0.bb (renamed from meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb) | 4 |
2 files changed, 2 insertions, 16 deletions
diff --git a/meta/recipes-graphics/xorg-util/util-macros/xaw.patch b/meta/recipes-graphics/xorg-util/util-macros/xaw.patch deleted file mode 100644 index 8b39869cc1..0000000000 --- a/meta/recipes-graphics/xorg-util/util-macros/xaw.patch +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | Index: util-macros-1.2.1/xorg-macros.m4.in | ||
2 | =================================================================== | ||
3 | --- util-macros-1.2.1.orig/xorg-macros.m4.in 2009-01-15 13:49:56.000000000 +0000 | ||
4 | +++ util-macros-1.2.1/xorg-macros.m4.in 2009-01-15 13:52:22.000000000 +0000 | ||
5 | @@ -456,3 +456,9 @@ | ||
6 | fi | ||
7 | AC_SUBST(CWARNFLAGS) | ||
8 | ]) # XORG_CWARNFLAGS | ||
9 | + | ||
10 | +AC_DEFUN([XAW_CHECK_XPRINT_SUPPORT], [ | ||
11 | +PKG_CHECK_MODULES(TMP_XAW, xaw7) | ||
12 | +$1_CFLAGS=$TMP_XAW_CFLAGS | ||
13 | +$1_LIBS=$TMP_XAW_LIBS | ||
14 | +]) | ||
diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb b/meta/recipes-graphics/xorg-util/util-macros_1.13.0.bb index 765a577a1d..a708ed0cc9 100644 --- a/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb +++ b/meta/recipes-graphics/xorg-util/util-macros_1.13.0.bb | |||
@@ -20,5 +20,5 @@ RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})" | |||
20 | 20 | ||
21 | BBCLASSEXTEND = "native nativesdk" | 21 | BBCLASSEXTEND = "native nativesdk" |
22 | 22 | ||
23 | SRC_URI[md5sum] = "8580021f3a9e242ab09d23d62e475d53" | 23 | SRC_URI[md5sum] = "31e9ddcbc1d8bc8c09ab180443974dd1" |
24 | SRC_URI[sha256sum] = "212c3d14474d7cffdbc22437d4896211a5dce6b99b02b96229c9be7d963c90cf" | 24 | SRC_URI[sha256sum] = "7bff944fb120192e7fe1706e9c0b7e41666e7983ce3e2bdef0b7734392d9e695" |