diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxfixes_6.0.0.bb (renamed from meta/recipes-graphics/xorg-lib/libxfixes_5.0.3.bb) | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxfixes_5.0.3.bb b/meta/recipes-graphics/xorg-lib/libxfixes_6.0.0.bb index f0e2f606ce..af7426f7bf 100644 --- a/meta/recipes-graphics/xorg-lib/libxfixes_5.0.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxfixes_6.0.0.bb | |||
@@ -6,6 +6,7 @@ provide the minimal server-side support necessary to eliminate problems \ | |||
6 | caused by these workarounds." | 6 | caused by these workarounds." |
7 | 7 | ||
8 | require xorg-lib-common.inc | 8 | require xorg-lib-common.inc |
9 | SRC_URI[sha256sum] = "a7c1a24da53e0b46cac5aea79094b4b2257321c621b258729bc3139149245b4c" | ||
9 | 10 | ||
10 | LICENSE = "MIT-style" | 11 | LICENSE = "MIT-style" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=3c1ce42c334a6f5cccb0277556a053e0" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=3c1ce42c334a6f5cccb0277556a053e0" |
@@ -17,7 +18,3 @@ PE = "1" | |||
17 | XORG_PN = "libXfixes" | 18 | XORG_PN = "libXfixes" |
18 | 19 | ||
19 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
20 | |||
21 | SRC_URI[md5sum] = "07e01e046a0215574f36a3aacb148be0" | ||
22 | SRC_URI[sha256sum] = "de1cd33aff226e08cefd0e6759341c2c8e8c9faf8ce9ac6ec38d43e287b22ad6" | ||
23 | |||