mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
rabbitmq-c: update to v0.7.0.
Signed-off-by: Yevhen Kyriukha <kirgene@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
1d8fe35a44
commit
e6d0b7b443
+4
-3
@@ -3,9 +3,10 @@ HOMEPAGE = "https://github.com/alanxz/rabbitmq-c"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=6b7424f9db80cfb11fdd5c980b583f53"
|
||||
LICENSE = "MIT"
|
||||
|
||||
SRC_URI = "https://github.com/alanxz/${BPN}/releases/download/v${PV}/${BP}.tar.gz"
|
||||
SRC_URI[md5sum] = "80b350ce0de3f44cbd7b501bbbd8daf3"
|
||||
SRC_URI[sha256sum] = "3a89349880582c24d81d52ee42a93a0633dc366a4cc96174512af88c32509dc2"
|
||||
SRC_URI = "git://github.com/alanxz/rabbitmq-c.git"
|
||||
SRCREV = "4dde30ce8d984edda540349f57eb7995a87ba9de"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS = "popt openssl"
|
||||
|
||||
Reference in New Issue
Block a user