diff options
Diffstat (limited to 'recipes/xorg-util/util-macros_1.2.1.bb')
-rw-r--r-- | recipes/xorg-util/util-macros_1.2.1.bb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/recipes/xorg-util/util-macros_1.2.1.bb b/recipes/xorg-util/util-macros_1.2.1.bb index ddf8874a3b..2ff2e95d91 100644 --- a/recipes/xorg-util/util-macros_1.2.1.bb +++ b/recipes/xorg-util/util-macros_1.2.1.bb @@ -1,12 +1,8 @@ -require xorg-util-common.inc +require util-macros.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" - -ALLOW_EMPTY = "1" +PR = "${INC_PR}.0" |