From 66a6c115e2cfe9b9cd7678321e28e7e29f45c42b Mon Sep 17 00:00:00 2001 From: "Belal, Awais" Date: Mon, 8 Dec 2014 15:42:51 +0500 Subject: 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 Signed-off-by: Awais Belal Signed-off-by: Martin Jansa --- meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-oe/recipes-multimedia') diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb index 446562c881..7c04ff178f 100644 --- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb +++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb @@ -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 } -- cgit 1.2.3-korg