diff options
Diffstat (limited to 'recipes/xorg-proto/xproto_7.0.15.bb')
-rw-r--r-- | recipes/xorg-proto/xproto_7.0.15.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes/xorg-proto/xproto_7.0.15.bb b/recipes/xorg-proto/xproto_7.0.15.bb index 94f0fb907d..4beb67fa63 100644 --- a/recipes/xorg-proto/xproto_7.0.15.bb +++ b/recipes/xorg-proto/xproto_7.0.15.bb @@ -1,10 +1,8 @@ require xorg-proto-common.inc - PE = "1" - - -BBCLASSEXTEND = "native nativesdk sdk" +PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "1a2b31430d04340be2e49e8b6445e076" SRC_URI[archive.sha256sum] = "fd8cd0bc3e94d7416e6af9eddfa909b0e64246e0d2bb41c00f4e02bd85c76bee" -PR = "${INC_PR}.0" + +BBCLASSEXTEND = "native nativesdk sdk" |