mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
19 lines
587 B
BlitzBasic
19 lines
587 B
BlitzBasic
DESCRIPTION = "A C-language AMQP client library for use with v2.0+ of the RabbitMQ broker"
|
|
HOMEPAGE = "https://github.com/alanxz/rabbitmq-c"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=7e12f6e40e662e039e2f02b4893011ec"
|
|
LICENSE = "MIT"
|
|
|
|
SRC_URI = "git://github.com/alanxz/rabbitmq-c.git;branch=master;protocol=https \
|
|
"
|
|
SRCREV = "84b81cd97a1b5515d3d4b304796680da24c666d8"
|
|
|
|
|
|
DEPENDS = "popt openssl"
|
|
|
|
EXTRA_OECMAKE = "-DBUILD_EXAMPLES=OFF -DBUILD_TOOLS=ON -DBUILD_TOOLS_DOCS=OFF -DBUILD_API_DOCS=OFF"
|
|
|
|
inherit cmake pkgconfig
|
|
|
|
PACKAGE_BEFORE_PN += "${PN}-tools"
|
|
FILES:${PN}-tools = "${bindir}"
|