Files
meta-openembedded/meta-python
Martin Jansa 4b706692ba python3-geomet: fix branch parameter
* drop unused SRC_URI[sha256sum] as this recipe uses git fetcher

* release-0.3.0 branch doesn't exist, but the SRCREV is in master branch:
  geomet $ git branch -a --contains 73ec5ec96cca32f2e2461d3964fc3d4ab80248f9
  * master
    remotes/origin/HEAD -> origin/master
    remotes/origin/master
    remotes/origin/release-1.0
    remotes/origin/release-1.1.0

* release-0.3.0 branch doesn't exist even the tarball on MIRROR:
  https://sources.yoctoproject.org/mirror/sources/git2_github.com.geomet.geomet.git.tar.gz
  not sure when it was removed from upstream git repo, but it was removed:

Pruning origin
URL: https://github.com/geomet/geomet.git
 * [pruned] refs/heads/issue_esri_srid
 * [pruned] refs/pull/74/merge
 * [pruned] refs/pull/76/merge
 * [pruned] refs/pull/77/merge
 * [pruned] refs/heads/release-0.3.0

* master branch is used since mickledore upgrade to 1.0.0 in:
  https://git.openembedded.org/meta-openembedded/commit/?h=mickledore&id=382f7d51e3b92b8b7a23cd98f9bfc63c51a33dfd

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2024-12-08 14:38:16 -05:00
..
2022-03-01 09:06:56 -08:00

meta-python
================================

Introduction
-------------------------

This layer is intended to be the home of python modules for OpenEmbedded.

Dependencies
-------------------------

The meta-python layer depends on:

	URI: git://git.openembedded.org/openembedded-core
	layers: meta
	branch: kirkstone

	URI: git://git.openembedded.org/meta-openembedded
	layers: meta-oe
	branch: kirkstone

Please follow the recommended setup procedures of your OE distribution.
For Angstrom that is:
        http://www.angstrom-distribution.org/building-angstrom,
other distros should have similar online resources.

Contributing
-------------------------

The meta-openembedded mailinglist
(openembedded-devel@lists.openembedded.org) is used for questions,
comments and patch review. It is subscriber only, so please register
before posting.

Send pull requests to openembedded-devel@lists.openembedded.org with
'[meta-python][kirkstone]' in the subject.

When sending single patches, please use something like:
git send-email -M -1 --to=openembedded-devel@lists.openembedded.org --subject-prefix='meta-python][kirkstone][PATCH'

Maintenance
-------------------------

Layer maintainers: Armin Kuster <akuster808@gmail.com>