diff options
Diffstat (limited to 'meta/recipes-graphics/drm')
-rw-r--r-- | meta/recipes-graphics/drm/libdrm-2.4.22/installtests.patch (renamed from meta/recipes-graphics/drm/libdrm-2.4.21/installtests.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-graphics/drm/libdrm_2.4.21.bb | 4 | ||||
-rw-r--r-- | meta/recipes-graphics/drm/libdrm_2.4.22.bb | 7 |
3 files changed, 7 insertions, 4 deletions
diff --git a/meta/recipes-graphics/drm/libdrm-2.4.21/installtests.patch b/meta/recipes-graphics/drm/libdrm-2.4.22/installtests.patch index 9d6a168bbc..9d6a168bbc 100644 --- a/meta/recipes-graphics/drm/libdrm-2.4.21/installtests.patch +++ b/meta/recipes-graphics/drm/libdrm-2.4.22/installtests.patch diff --git a/meta/recipes-graphics/drm/libdrm_2.4.21.bb b/meta/recipes-graphics/drm/libdrm_2.4.21.bb deleted file mode 100644 index 97ca069004..0000000000 --- a/meta/recipes-graphics/drm/libdrm_2.4.21.bb +++ /dev/null @@ -1,4 +0,0 @@ -require libdrm.inc - -SRC_URI += "file://installtests.patch" -PR = "r0" diff --git a/meta/recipes-graphics/drm/libdrm_2.4.22.bb b/meta/recipes-graphics/drm/libdrm_2.4.22.bb new file mode 100644 index 0000000000..e0c0f012b0 --- /dev/null +++ b/meta/recipes-graphics/drm/libdrm_2.4.22.bb @@ -0,0 +1,7 @@ +require libdrm.inc + +SRC_URI += "file://installtests.patch" +SRC_URI[md5sum] = "3bdfa33f35d1c902e5115cceb5500c83" +SRC_URI[sha256sum] = "0bb0e594e4094d9000d80f38e96e8f640b6364f96cfef5b970cf4481443c6b3d" + +PR = "r0" |