[oe] [PATCH] cramfs_cvs.bb: fix compile step so it can be rerun without failing

McClintock Matthew-B29882 B29882 at freescale.com
Fri Jul 6 15:44:44 UTC 2012


Ugh, this is for meta-openembedded...

-M

On Fri, Jul 6, 2012 at 10:26 AM, Matthew McClintock <msm at freescale.com> wrote:
> Signed-off-by: Matthew McClintock <msm at freescale.com>
> ---
>  meta-oe/recipes-support/cramfs/cramfs_cvs.bb |    2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta-oe/recipes-support/cramfs/cramfs_cvs.bb b/meta-oe/recipes-support/cramfs/cramfs_cvs.bb
> index 667097c..61a3fdd 100644
> --- a/meta-oe/recipes-support/cramfs/cramfs_cvs.bb
> +++ b/meta-oe/recipes-support/cramfs/cramfs_cvs.bb
> @@ -4,6 +4,7 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/linux/COPYING;md5=9579385572eb40eded61dcb0
>  DEPENDS = "zlib"
>  SRCDATE = "20110110"
>  PV = "1.1+cvs${SRCDATE}"
> +PR = "r1"
>
>  SRC_URI = "cvs://anonymous@cramfs.cvs.sourceforge.net/cvsroot/cramfs;module=linux"
>  S = "${WORKDIR}/linux/scripts/cramfs"
> @@ -16,6 +17,7 @@ EXTRA_OEMAKE = "\
>
>
>  do_compile_prepend() {
> +       unlink Makefile || true
>          ln -s GNUmakefile Makefile
>  }
>
> --
> 1.7.10
>
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel




More information about the Openembedded-devel mailing list