diff options
Diffstat (limited to 'recipes/xorg-proto/randrproto_1.3.0.bb')
-rw-r--r-- | recipes/xorg-proto/randrproto_1.3.0.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes/xorg-proto/randrproto_1.3.0.bb b/recipes/xorg-proto/randrproto_1.3.0.bb index 56d1837681..aab111a7f5 100644 --- a/recipes/xorg-proto/randrproto_1.3.0.bb +++ b/recipes/xorg-proto/randrproto_1.3.0.bb @@ -1,11 +1,10 @@ require xorg-proto-common.inc - -CONFLICTS = "randrext" PE = "1" - +PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "a49416013fff33c853efb32f1926551e" SRC_URI[archive.sha256sum] = "cfeb1429465e3c24debde1bf53ec35ef738fde5e80d2eed14f33e315e747bb8d" BBCLASSEXTEND = "nativesdk sdk" -PR = "${INC_PR}.0" + +CONFLICTS = "randrext" |