mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
mplayer2: cleanup empty directories
The mplayer "make install" phase leaves an empty /usr/lib directory seemingly regardless of the setting of libdir. Remove it to avoid a packaging warning. Signed-off-by: Drew Moseley <drew_moseley@mentor.com> Signed-off-by: Awais Belal <awais_belal@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
c9b69b16db
commit
f9f2548e18
@@ -141,4 +141,5 @@ do_install() {
|
||||
install ${S}/etc/input.conf ${D}/usr/etc/mplayer/
|
||||
install ${S}/etc/example.conf ${D}/usr/etc/mplayer/
|
||||
install ${S}/etc/codecs.conf ${D}/usr/etc/mplayer/
|
||||
[ -e ${D}/usr/lib ] && rmdir ${D}/usr/lib
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user