diff options
author | Belal, Awais <Awais_Belal@mentor.com> | 2014-12-08 15:42:51 +0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2014-12-26 18:05:13 -0800 |
commit | f9f2548e1833de07716c450312810e45d1377f11 (patch) | |
tree | ec3a8bbde81d1a584f0ec2dcd67de0d42e15a4ba /meta-oe | |
parent | c9b69b16dbdfc9ddc6253498329b78220c3e1634 (diff) | |
download | meta-openembedded-f9f2548e1833de07716c450312810e45d1377f11.tar.gz |
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>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb index 446562c88..7c04ff178 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() { | |||
141 | install ${S}/etc/input.conf ${D}/usr/etc/mplayer/ | 141 | install ${S}/etc/input.conf ${D}/usr/etc/mplayer/ |
142 | install ${S}/etc/example.conf ${D}/usr/etc/mplayer/ | 142 | install ${S}/etc/example.conf ${D}/usr/etc/mplayer/ |
143 | install ${S}/etc/codecs.conf ${D}/usr/etc/mplayer/ | 143 | install ${S}/etc/codecs.conf ${D}/usr/etc/mplayer/ |
144 | [ -e ${D}/usr/lib ] && rmdir ${D}/usr/lib | ||
144 | } | 145 | } |