mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
libid3tag: Ramove from meta-extras as in extras now
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1829 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,18 +0,0 @@
|
|||||||
SECTION = "libs"
|
|
||||||
PRIORITY = "optional"
|
|
||||||
DEPENDS = "zlib"
|
|
||||||
DESCRIPTION = "Library for interacting with ID3 tags."
|
|
||||||
LICENSE = "GPL"
|
|
||||||
PR = "r2"
|
|
||||||
|
|
||||||
SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libid3tag-${PV}.tar.gz "
|
|
||||||
S = "${WORKDIR}/libid3tag-${PV}"
|
|
||||||
|
|
||||||
inherit autotools
|
|
||||||
|
|
||||||
EXTRA_OECONF = "-enable-speed"
|
|
||||||
|
|
||||||
do_stage() {
|
|
||||||
oe_libinstall -so libid3tag ${STAGING_LIBDIR}
|
|
||||||
install -m 0644 id3tag.h ${STAGING_INCDIR}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user