mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +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>
25 lines
747 B
BlitzBasic
25 lines
747 B
BlitzBasic
SUMMARY = "ICE: Inter-Client Exchange library"
|
|
|
|
DESCRIPTION = "The Inter-Client Exchange (ICE) protocol provides a \
|
|
generic framework for building protocols on top of reliable, byte-stream \
|
|
transport connections. It provides basic mechanisms for setting up and \
|
|
shutting down connections, for performing authentication, for \
|
|
negotiating versions, and for reporting errors. "
|
|
|
|
require xorg-lib-common.inc
|
|
|
|
LICENSE = "MIT-style"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d162b1b3c6fa812da9d804dcf8584a93"
|
|
|
|
DEPENDS += "xproto xtrans"
|
|
PROVIDES = "ice"
|
|
|
|
PE = "1"
|
|
|
|
XORG_PN = "libICE"
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|
|
SRC_URI[md5sum] = "471b5ca9f5562ac0d6eac7a0bf650738"
|
|
SRC_URI[sha256sum] = "24a991284d02ff0c789bc8d11ad2e4dffe144cb70f24e28f9ce3e8b1ee08b71e"
|