From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH 2/2] mplayer2: cleanup empty directories
Date: Fri, 5 Dec 2014 13:48:10 +0100 [thread overview]
Message-ID: <20141205124810.GA2446@jama> (raw)
In-Reply-To: <1417779660-18387-2-git-send-email-awais_belal@mentor.com>
[-- Attachment #1: Type: text/plain, Size: 1474 bytes --]
On Fri, Dec 05, 2014 at 04:41:00PM +0500, Awais Belal wrote:
> 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.
Any idea why I'm not using both these issues in world builds?
Are you using the recipe exactly as is with PNBLACKLIST removed in your
distro and PREFERRED_VERSION for newer libav?
> Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
> Signed-off-by: Awais Belal <awais_belal@mentor.com>
> ---
> meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
> index 4656057..7e6ff0d 100644
> --- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
> +++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
> @@ -142,4 +142,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
> }
> --
> 1.7.9.5
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
next prev parent reply other threads:[~2014-12-05 12:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-05 11:40 [meta-oe][PATCH 1/2] mplayer2: use B = "${S}" Awais Belal
2014-12-05 11:41 ` [meta-oe][PATCH 2/2] mplayer2: cleanup empty directories Awais Belal
2014-12-05 12:48 ` Martin Jansa [this message]
2014-12-05 21:45 ` Belal, Awais
2014-12-05 11:44 ` [meta-oe][PATCH 1/2] mplayer2: use B = "${S}" Gary Thomas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141205124810.GA2446@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.