diff options
Diffstat (limited to 'recipes/xorg-proto/inputproto_1.4.1.bb')
-rw-r--r-- | recipes/xorg-proto/inputproto_1.4.1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/xorg-proto/inputproto_1.4.1.bb b/recipes/xorg-proto/inputproto_1.4.1.bb index b7d4c53c82..6e21b13a9a 100644 --- a/recipes/xorg-proto/inputproto_1.4.1.bb +++ b/recipes/xorg-proto/inputproto_1.4.1.bb @@ -1,8 +1,8 @@ require xorg-proto-common.inc PE = "1" - -BBCLASSEXTEND = "native nativesdk sdk" +PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "563cc41eeb590cf5eb2127807b838dfc" SRC_URI[archive.sha256sum] = "913ff534aa777e3c36f3e9fe3e8638c3ccfe398daeb7532fa917e7bcd6fed07d" -PR = "${INC_PR}.0" + +BBCLASSEXTEND = "native nativesdk sdk" |