mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-12 03:10:13 +00:00
26
recipes-forensic/libewf/libewf_20130416.bb
Normal file
26
recipes-forensic/libewf/libewf_20130416.bb
Normal file
@@ -0,0 +1,26 @@
|
||||
SUMMARY = "library with support for Expert Witness Compression Format"
|
||||
LICENSE = "LGPLv3+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=58c39b26c0549f8e1bb4122173f474cd"
|
||||
|
||||
DEPENDS = "virtual/gettext libtool"
|
||||
|
||||
SRC_URI = "http://archive.ubuntu.com/ubuntu/pool/universe/libe/${BPN}/${BPN}_${PV}.orig.tar.gz;name=orig \
|
||||
http://archive.ubuntu.com/ubuntu/pool/universe/libe/${BPN}/${BPN}_${PV}-3.debian.tar.gz;name=dpatch \
|
||||
"
|
||||
SRC_URI[orig.md5sum] = "3791d6de5910a0f6b4427cdf1e6bc663"
|
||||
SRC_URI[orig.sha256sum] = "e0f14071665b24a8077a24f4cafbf092ad5ac1859f49994dc4e843e747ba7a89"
|
||||
SRC_URI[dpatch.md5sum] = "57fb17b34344f741b52dff3ae11fbbd6"
|
||||
SRC_URI[dpatch.sha256sum] = "988ee0a94f01d452cd227ed5c55401e7674dc6fa41da8358a6ad68e67175a5cc"
|
||||
|
||||
inherit autotools-brokensep pkgconfig
|
||||
|
||||
PACKAGECONFIG ??= "zlib ssl bz2"
|
||||
PACKAGECONFIG[zlib] = "--with-zlib, --without-zlib, zlib, zlib"
|
||||
PACKAGECONFIG[bz2] = "--with-bzip2, --without-bzip2, bzip2, bzip2"
|
||||
PACKAGECONFIG[ssl] = "--with-openssl, --without-openssl, openssl, openssl"
|
||||
PACKAGECONFIG[fuse] = "--with-libfuse, --without-libfuse, fuse"
|
||||
PACKAGECONFIG[python] = "--enable-python, --disable-python, python"
|
||||
|
||||
EXTRA_OECONF += "--with-gnu-ld --disable-rpath"
|
||||
|
||||
RDEPENDS_${PN} += " util-linux-libuuid"
|
||||
Reference in New Issue
Block a user