[oe] [OE-core] [meta-oe][rocko][PATCH] protobuf: fix SRC_URI by removing branch
Martin Jansa
martin.jansa at gmail.com
Wed May 30 13:08:36 UTC 2018
This doesn't just rely on SRCREV (bitbake fetcher would be complaining if
the SRCREV isn't found in the branch used in SRC_URI), it relies on this
SRCREV to be in master branch (which is the default branch for git fetcher):
docker-shr @ ~/projects/protobuf $ git branch -a --contains
b04e5cba356212e4e8c66c61bbe0c3a20537c5b9
* master
remotes/origin/3.5.1.1
remotes/origin/3.5.x
remotes/origin/3.6.x
remotes/origin/HEAD -> origin/master
remotes/origin/cython_protobuf
remotes/origin/master
remotes/origin/php-generated-dev
remotes/origin/python-wheel
remotes/origin/python_deps
On Wed, May 30, 2018 at 3:01 PM George McCollister <
george.mccollister at gmail.com> wrote:
> The 3.4.x branch was removed upstream but the commit referenced in
> SRCREV is the 3.4.1 release and is still available:
> https://github.com/google/protobuf/releases/tag/v3.4.1
>
> Drop branch=3.4.x from SRC_URI and just rely on SRCREV.
>
> Signed-off-by: George McCollister <george.mccollister at gmail.com>
> ---
> meta-oe/recipes-devtools/protobuf/protobuf_3.4.1.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.4.1.bb
> b/meta-oe/recipes-devtools/protobuf/protobuf_3.4.1.bb
> index fae7c18a1..fe28f475a 100644
> --- a/meta-oe/recipes-devtools/protobuf/protobuf_3.4.1.bb
> +++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.4.1.bb
> @@ -18,7 +18,7 @@ SRCREV = "b04e5cba356212e4e8c66c61bbe0c3a20537c5b9"
>
> PV = "3.4.1+git${SRCPV}"
>
> -SRC_URI = "git://github.com/google/protobuf.git;branch=3.4.x"
> +SRC_URI = "git://github.com/google/protobuf.git"
>
> EXTRA_OECONF += " --with-protoc=echo"
>
> --
> 2.11.0
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
More information about the Openembedded-devel
mailing list