mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02:00
libdrm: meta data update
add the description, homepage, and change the variable order according to the style guide Signed-off-by: Yu Ke <ke.yu@intel.com>
This commit is contained in:
@@ -1,12 +1,14 @@
|
|||||||
|
DESCRIPTION = "userspace library for accessing the DRM(direct rendering manager)"
|
||||||
|
HOMEPAGE = "http://dri.freedesktop.org"
|
||||||
SECTION = "x11/base"
|
SECTION = "x11/base"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
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 virtual/libx11"
|
DEPENDS = "libpthread-stubs udev cairo virtual/libx11"
|
||||||
|
|
||||||
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
PACKAGES =+ "libdrm-tests"
|
PACKAGES =+ "libdrm-tests"
|
||||||
FILES_libdrm-tests = "${bindir}/dr* ${bindir}/mode*"
|
FILES_libdrm-tests = "${bindir}/dr* ${bindir}/mode*"
|
||||||
|
|
||||||
LEAD_SONAME = "libdrm.so"
|
LEAD_SONAME = "libdrm.so"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
require libdrm.inc
|
require libdrm.inc
|
||||||
|
|
||||||
SRC_URI += "file://installtests.patch;patch=1"
|
SRC_URI += "file://installtests.patch;patch=1"
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|||||||
Reference in New Issue
Block a user