1
0
forked from brl/citadel

updated recipe

This commit is contained in:
Bruce Leidl 2018-03-03 21:59:00 -05:00
parent 495c89bdeb
commit 80cbdb7de6
2 changed files with 12 additions and 11 deletions

View File

@ -1,11 +0,0 @@
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7c13b3376cea0ce68d2d2da0a1b3a72c"
SRC_URI = "https://github.com/seccomp/libseccomp/releases/download/v${PV}/libseccomp-${PV}.tar.gz"
SRC_URI[md5sum] = "e74a626bea0cd607c23229b10b5f93da"
SRC_URI[sha256sum] = "3ddc8c037956c0a5ac19664ece4194743f59e1ccd4adde848f4f0dae7f77bca1"
inherit autotools
EXTRA_OECONF = ""

View File

@ -0,0 +1,12 @@
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7c13b3376cea0ce68d2d2da0a1b3a72c"
SRCREV = "74b190e1aa05f07da0c61fb9a30dbc9c18ce2c9d"
SRC_URI = "git://github.com/seccomp/libseccomp.git;protocol=https;branch=release-2.3"
S = "${WORKDIR}/git"
inherit autotools
EXTRA_OECONF = ""