mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
libdrm: Put the license md5sum in the common include
With this, libdrm_git now does have LIC_FILES_CHKSUM as well. (From OE-Core rev: ff86dba803ea4a8c66be57113e33de8ac92a21d1) Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9e1c7a81a3
commit
f8b2e3f5ec
@@ -6,6 +6,7 @@ accelerated OpenGL drivers."
|
|||||||
HOMEPAGE = "http://dri.freedesktop.org"
|
HOMEPAGE = "http://dri.freedesktop.org"
|
||||||
SECTION = "x11/base"
|
SECTION = "x11/base"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
|
LIC_FILES_CHKSUM = "file://xf86drm.c;beginline=9;endline=32;md5=c8a3b961af7667c530816761e949dc71"
|
||||||
SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2"
|
SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2"
|
||||||
PROVIDES = "drm"
|
PROVIDES = "drm"
|
||||||
DEPENDS = "libpthread-stubs udev cairo"
|
DEPENDS = "libpthread-stubs udev cairo"
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
require libdrm.inc
|
require libdrm.inc
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://xf86drm.c;beginline=9;endline=32;md5=c8a3b961af7667c530816761e949dc71"
|
|
||||||
|
|
||||||
PR = "${INC_PR}.0"
|
PR = "${INC_PR}.0"
|
||||||
|
|
||||||
SRC_URI += "file://installtests.patch \
|
SRC_URI += "file://installtests.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user