mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
Upgrade LIC_FILES_CHKSUM due to the only change in the new COPYING: -Copyright 2007, 2008, 2009 Sun Microsystems, Inc. +Copyright (c) 2007, 2008, 2009, Oracle and/or its affiliates. (From OE-Core rev: 6c52f78a4f02a18b210f429de21d3668511d3640) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
491 B
BlitzBasic
17 lines
491 B
BlitzBasic
SUMMARY = "Generic PCI access library for X"
|
|
|
|
DESCRIPTION = "libpciaccess provides functionality for X to access the \
|
|
PCI bus and devices in a platform-independant way."
|
|
|
|
require xorg-lib-common.inc
|
|
|
|
LICENSE = "MIT & MIT-style"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=2c765efe1e0722c1badff5e54429b102"
|
|
|
|
PR = "r0"
|
|
|
|
DEPENDS += "xproto virtual/libx11"
|
|
|
|
SRC_URI[md5sum] = "d6363ee9f4df79f6fc47cba7c67b0d35"
|
|
SRC_URI[sha256sum] = "cc47d7f0e48cf4eed972916b536fdc97788d7521915e3ae1cc92d540776d7344"
|