From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-multimedia][PATCH] libmusicbrainz: fix subsequent invocations of do_configure
Date: Fri, 22 Mar 2013 10:18:23 +0100 [thread overview]
Message-ID: <20130322091823.GE3219@jama> (raw)
In-Reply-To: <1363697060-22628-1-git-send-email-obi@opendreambox.org>
[-- Attachment #1: Type: text/plain, Size: 1980 bytes --]
On Tue, Mar 19, 2013 at 01:44:20PM +0100, Andreas Oberritter wrote:
> Every second invocation of do_configure failed with this error:
Applied, thanks!
>
> | CMake Error at src/CMakeLists.txt:19 (INCLUDE):
> | include could not find load file:
> |
> | [...]/git/build-native/ImportExecutables.cmake
>
> Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
> ---
> .../recipes-multimedia/musicbrainz/libmusicbrainz_git.bb | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb b/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb
> index 051db7b..f6a8f53 100644
> --- a/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb
> +++ b/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb
> @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=fbc093901857fcd118f065f900982c24"
> DEPENDS = "expat neon"
>
> PV = "5.0.1+git${SRCPV}"
> -PR = "r0"
> +PR = "r1"
>
> SRCREV = "0749dd0a35b4a54316da064475863a4ac6e28e7e"
> SRC_URI = "git://github.com/metabrainz/libmusicbrainz.git \
> @@ -21,8 +21,9 @@ inherit cmake pkgconfig
>
> do_configure_prepend() {
> # The native build really doesn't like being rebuilt, so delete
> - # it if it's already present.
> - rm -rf build-native
> + # it if it's already present. Also delete all other files not
> + # known to Git to fix subsequent invocations of do_configure.
> + git clean -dfx -e /.pc/ -e /patches/ .
> mkdir build-native
> cd build-native
> cmake -DCMAKE_C_FLAGS=${BUILD_CFLAGS} \
> --
> 1.7.10.4
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
prev parent reply other threads:[~2013-03-22 9:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-19 12:44 [meta-multimedia][PATCH] libmusicbrainz: fix subsequent invocations of do_configure Andreas Oberritter
2013-03-22 9:18 ` Martin Jansa [this message]
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=20130322091823.GE3219@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox