mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
lightmediascanner: Add version 0.4.4 (initial recipe)
* Copied from oe-classic <http://git.openembedded.org/openembedded/commit/?id=63d3969b0f839fc4b7bf7fe836daec729d9d3c53> * Remove PE=1 * Add LIC_FILES_CHKSUM * Builds fine using SHR distro * JaMa: removed PR, added RDEPENDS Signed-off-by: Pau Espin Pedrol <pespin.shar@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
2f837d52d3
commit
81bed9884c
@@ -0,0 +1,30 @@
|
||||
DESCRIPTION = "Lightweight media scanner meant to be used in not-so-powerful devices"
|
||||
AUTHOR = "ProFUSION"
|
||||
HOMEPAGE = "http://lms.garage.maemo.org/"
|
||||
SECTION = "libs/multimedia"
|
||||
LICENSE = "LGPLv2.1+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
|
||||
DEPENDS = "sqlite3 flac virtual/libiconv"
|
||||
|
||||
SRC_URI = "http://git.profusion.mobi/cgit.cgi/lightmediascanner.git/snapshot/release_${PV}.tar.bz2 \
|
||||
"
|
||||
SRC_URI[md5sum] = "f423376a70f8f321af69b12563b176fe"
|
||||
SRC_URI[sha256sum] = "302a7f6cc355467cd20332f4e02c8b87ba6c0c7a6818a6a987e007aace19b41e"
|
||||
|
||||
S = "${WORKDIR}/release_${PV}"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
do_install_append() {
|
||||
install -d ${D}/${bindir}/
|
||||
install -m 755 ${S}/src/bin/.libs/test ${D}/${bindir}/test-lms
|
||||
}
|
||||
|
||||
PACKAGES =+ "${PN}-test"
|
||||
|
||||
FILES_${PN}-test = "${bindir}/test-lms"
|
||||
|
||||
FILES_${PN}-dbg += "${libdir}/${PN}/plugins/.debug"
|
||||
|
||||
# otherwise fails with ERROR: could not add conversion charset 'UTF-16BE': Invalid argument
|
||||
RDEPENDS_${PN}-test_append_libc-glibc = " glibc-gconv-utf-16"
|
||||
Reference in New Issue
Block a user