diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-08 23:10:47 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-08 23:10:47 +0200 |
commit | 9543ab8f8c447be3d2c5a28cc4476beccc9aba8c (patch) | |
tree | 117467ba59248465be9b5f3d4669d6668479e68c /recipes/xorg-util/util-macros_1.2.1.bb | |
parent | ecc34f8be789bf05459461c5d81bf0ce5177e340 (diff) | |
parent | 487041c96b272fa4f21c7e05b6cde2b0355dc97e (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/xorg-util/util-macros_1.2.1.bb')
-rw-r--r-- | recipes/xorg-util/util-macros_1.2.1.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/xorg-util/util-macros_1.2.1.bb b/recipes/xorg-util/util-macros_1.2.1.bb index 4775fc6901..ddf8874a3b 100644 --- a/recipes/xorg-util/util-macros_1.2.1.bb +++ b/recipes/xorg-util/util-macros_1.2.1.bb @@ -1,5 +1,11 @@ require xorg-util-common.inc +# Version 1.2.1 uses plain `gcc' for checking the compiler version. +# Instead, the cross compiler must be used. Whenever upgrading to +# a new version, please recheck for this problem, otherwise it breaks +# builds with older gcc versions! +SRC_URI += " file://cross-compiler-for-checking.patch;patch=1" + DESCRIPTION = "X autotools macros" PE = "1" |