mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 15:40:01 +00:00
lzip: remove recipe
It has been moved to oe-core. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
5acb6e9aea
commit
b629d9dbd3
@@ -1,41 +0,0 @@
|
|||||||
SUMMARY = "Lossless data compressor based on the LZMA algorithm"
|
|
||||||
HOMEPAGE = "http://lzip.nongnu.org/lzip.html"
|
|
||||||
SECTION = "console/utils"
|
|
||||||
LICENSE = "GPLv2+"
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \
|
|
||||||
file://decoder.cc;endline=16;md5=0809128ac32163252846e09a70c8b80b"
|
|
||||||
|
|
||||||
SRC_URI = "${SAVANNAH_GNU_MIRROR}/lzip/lzip-${PV}.tar.gz"
|
|
||||||
|
|
||||||
SRC_URI[md5sum] = "716a9876dc595ec52d4f3bda81e42471"
|
|
||||||
SRC_URI[sha256sum] = "128cc25baf92c8b69700831e6f984d954016318cc78edca87870d0c033112751"
|
|
||||||
|
|
||||||
CONFIGUREOPTS = "\
|
|
||||||
'--srcdir=${S}' \
|
|
||||||
'--prefix=${prefix}' \
|
|
||||||
'--exec-prefix=${exec_prefix}' \
|
|
||||||
'--bindir=${bindir}' \
|
|
||||||
'--datadir=${datadir}' \
|
|
||||||
'--infodir=${infodir}' \
|
|
||||||
'--sysconfdir=${sysconfdir}' \
|
|
||||||
'CXX=${CXX}' \
|
|
||||||
'CPPFLAGS=${CPPFLAGS}' \
|
|
||||||
'CXXFLAGS=${CXXFLAGS}' \
|
|
||||||
'LDFLAGS=${LDFLAGS}' \
|
|
||||||
"
|
|
||||||
EXTRA_OEMAKE = ""
|
|
||||||
|
|
||||||
B = "${S}/obj"
|
|
||||||
do_configure () {
|
|
||||||
${S}/configure ${CONFIGUREOPTS}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install () {
|
|
||||||
oe_runmake 'DESTDIR=${D}' install
|
|
||||||
# Info dir listing isn't interesting at this point so remove it if it exists.
|
|
||||||
if [ -e "${D}${infodir}/dir" ]; then
|
|
||||||
rm -f ${D}${infodir}/dir
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
|
||||||
Reference in New Issue
Block a user