mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 14:02:21 +02:00
liba52: Drop unneeded custom staging function
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -19,13 +19,3 @@ FILES_${PN}-dbg = " ${libdir}/.debug/*"
|
||||
FILES_a52dec = " ${bindir}/* "
|
||||
FILES_a52dec-dbg = " ${bindir}/.debug/* "
|
||||
FILES_a52dec-doc = " ${mandir}/man1/* "
|
||||
|
||||
do_stage() {
|
||||
oe_libinstall -a -so -C liba52 liba52 ${STAGING_LIBDIR}
|
||||
|
||||
install -d ${STAGING_INCDIR}/a52dec
|
||||
install -m 0644 ${S}/include/a52.h ${STAGING_INCDIR}/a52dec/a52.h
|
||||
install -m 0644 ${S}/include/attributes.h ${STAGING_INCDIR}/a52dec/attributes.h
|
||||
install -m 0644 ${S}/include/audio_out.h ${STAGING_INCDIR}/a52dec/audio_out.h
|
||||
install -m 0644 ${S}/include/mm_accel.h ${STAGING_INCDIR}/a52dec/mm_accel.h
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user