diff options
-rw-r--r-- | meta/recipes-graphics/xorg-proto/resourceproto_1.1.1.bb (renamed from meta/recipes-graphics/xorg-proto/resourceproto_1.1.0.bb) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-proto/resourceproto_1.1.0.bb b/meta/recipes-graphics/xorg-proto/resourceproto_1.1.1.bb index 23afed7821..8cc0607e16 100644 --- a/meta/recipes-graphics/xorg-proto/resourceproto_1.1.0.bb +++ b/meta/recipes-graphics/xorg-proto/resourceproto_1.1.1.bb | |||
@@ -4,8 +4,10 @@ LICENSE = "MIT" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e01e66e4b317088cf869bc98e6af4fb6" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e01e66e4b317088cf869bc98e6af4fb6" |
5 | 5 | ||
6 | CONFLICTS = "resourceext" | 6 | CONFLICTS = "resourceext" |
7 | PR = "r1" | 7 | |
8 | PR = "r0" | ||
8 | PE = "1" | 9 | PE = "1" |
9 | 10 | ||
10 | SRC_URI[md5sum] = "84795594b3ebd2ee2570cf93340d152c" | 11 | SRC_URI[md5sum] = "8ff0525ae7502b48597b78d00bc22284" |
11 | SRC_URI[sha256sum] = "408d9ab067e4141d1bb844d2d0d7d26ad177567384190c32a913131cf549b36b" | 12 | SRC_URI[sha256sum] = "8579818e99aa881c00c04eb5f96fcbeec463816ca8e3cda9d3d25562f7a4b8c6" |
13 | |||