mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 12:15:52 +00:00
Remove not required patch and extra EXTRA_OECONF "--without-mp4v2".
Previously not required mp4v2 library was dropped on 1.29.9.2.
While being there also fix issue with multilib build on aarch64
using FILES_lib${BPN} instead of FILES_lib${PN}.
WARNING: lib32-faac-1.29.9.2-r0 do_package: QA Issue: lib32-faac: Files/directories were installed but not shipped in any package:
/usr/lib/libfaac.so.0
/usr/lib/libfaac.so.0.0.0
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
lib32-faac: 2 installed and not shipped files. [installed-vs-shipped]
Signed-off-by: Athanasios Oikonomou <athoik@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
28 lines
785 B
BlitzBasic
28 lines
785 B
BlitzBasic
SUMMARY = "Freeware Advanced Audio Coder (MPEG2-AAC, MPEG4-AAC)"
|
|
SECTION = "libs"
|
|
LICENSE = "LGPLv2+"
|
|
HOMEPAGE = "http://www.audiocoding.com/faac.html"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
|
|
file://libfaac/coder.h;beginline=5;endline=17;md5=fa1fd6a5fa8cdc877d63a12530d273e0"
|
|
|
|
LICENSE_FLAGS = "commercial"
|
|
|
|
inherit autotools
|
|
|
|
SRC_URI = " \
|
|
${SOURCEFORGE_MIRROR}/faac/${BP}.tar.gz \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "2b58d621fad8fda879f07b7cad8bfe10"
|
|
SRC_URI[sha256sum] = "d45f209d837c49dae6deebcdd87b8cc3b04ea290880358faecf5e7737740c771"
|
|
|
|
PACKAGES =+ "lib${BPN} lib${BPN}-dev"
|
|
|
|
FILES_${PN} = " ${bindir}/faac "
|
|
FILES_lib${BPN} = " ${libdir}/*.so.*"
|
|
FILES_lib${BPN}-dev = " \
|
|
${includedir} \
|
|
${libdir}/*.so \
|
|
${libdir}/*.la \
|
|
"
|