diff --git a/meta-citadel/recipes-support/libseccomp/libseccomp_2.3.2.bb b/meta-citadel/recipes-support/libseccomp/libseccomp_2.3.2.bb deleted file mode 100644 index 8adf219..0000000 --- a/meta-citadel/recipes-support/libseccomp/libseccomp_2.3.2.bb +++ /dev/null @@ -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 = "" - diff --git a/meta-citadel/recipes-support/libseccomp/libseccomp_2.3.3.bb b/meta-citadel/recipes-support/libseccomp/libseccomp_2.3.3.bb new file mode 100644 index 0000000..00208d0 --- /dev/null +++ b/meta-citadel/recipes-support/libseccomp/libseccomp_2.3.3.bb @@ -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 = "" +