diff options
Diffstat (limited to 'recipes/xorg-proto/bigreqsproto_1.0.2.bb')
-rw-r--r-- | recipes/xorg-proto/bigreqsproto_1.0.2.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes/xorg-proto/bigreqsproto_1.0.2.bb b/recipes/xorg-proto/bigreqsproto_1.0.2.bb index b2a9c9c451..f817bca6fb 100644 --- a/recipes/xorg-proto/bigreqsproto_1.0.2.bb +++ b/recipes/xorg-proto/bigreqsproto_1.0.2.bb @@ -1,10 +1,8 @@ require xorg-proto-common.inc - PE = "1" - - -BBCLASSEXTEND = "native nativesdk sdk" +PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "95c29d9d10bf2868996c0c47a3b9a8dc" SRC_URI[archive.sha256sum] = "30da0098a24578e645193464526cc4d5c2c7fecaf476d1b9dabe68118850adee" -PR = "${INC_PR}.0" + +BBCLASSEXTEND = "native nativesdk sdk" |