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