mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
Remove all PR = "r0" from all .bb files in oe-core. This was done with the command sed -e '/^PR.*=.*r0\"/d' recipes*/*/*.bb -i We've switching to the PR server, PR bumps are no longer needed and this saves people either accidentally bumping them or forgetting to remove the lines (r0 is the default anyway). (From OE-Core rev: 58ae94f1b06d0e6234413dbf9869bde85f154c85) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
21 lines
633 B
BlitzBasic
21 lines
633 B
BlitzBasic
SUMMARY = "XFree86-VM: XFree86 video mode extension library"
|
|
|
|
DESCRIPTION = "libXxf86vm provides an interface to the \
|
|
XFree86-VidModeExtension extension, which allows client applications to \
|
|
get and set video mode timings in extensive detail. It is used by the \
|
|
xvidtune program in particular."
|
|
|
|
require xorg-lib-common.inc
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=fa0b9c462d8f2f13eba26492d42ea63d"
|
|
|
|
DEPENDS += "libxext xf86vidmodeproto"
|
|
|
|
PE = "1"
|
|
|
|
XORG_PN = "libXxf86vm"
|
|
|
|
SRC_URI[md5sum] = "e46f6ee4f4567349a3189044fe1bb712"
|
|
SRC_URI[sha256sum] = "da5e86c32ee2069b9e6d820e4c2e4242d4877cb155a2b2fbf2675a1480ec37b8"
|