Can you remove the old version too? Thanks On Tue, Jul 24, 2018, 4:29 AM Alexandru Vasiu <[email protected]> wrote:
> Signed-off-by: Alexandru Vasiu <[email protected]> > --- > meta-python/recipes-devtools/python/python-pyiface.inc | 4 ++-- > meta-python/recipes-devtools/python/python-pyiface_0.0.9.bb | 2 ++ > meta-python/recipes-devtools/python/python3-pyiface_0.0.9.bb | 2 ++ > 3 files changed, 6 insertions(+), 2 deletions(-) > create mode 100644 meta-python/recipes-devtools/python/ > python-pyiface_0.0.9.bb > create mode 100644 meta-python/recipes-devtools/python/ > python3-pyiface_0.0.9.bb > > diff --git a/meta-python/recipes-devtools/python/python-pyiface.inc > b/meta-python/recipes-devtools/python/python-pyiface.inc > index 895a0ae09..a1156f428 100644 > --- a/meta-python/recipes-devtools/python/python-pyiface.inc > +++ b/meta-python/recipes-devtools/python/python-pyiface.inc > @@ -5,7 +5,7 @@ LICENSE = "GPLv3+" > > LIC_FILES_CHKSUM = > "file://LICENSE.txt;md5=4fe869ee987a340198fb0d54c55c47f1" > > -SRC_URI[md5sum] = "1bbc53c281925eae5f508b8b1a1f8259" > -SRC_URI[sha256sum] = > "83a64f5672cda48776ca9ed228dbf2e2df7b074a7dcb52ed4f6987322051928d" > +SRC_URI[md5sum] = "bc94e3d0c1cf8f49ac86514a8e90ed5c" > +SRC_URI[sha256sum] = > "a58367d456ac0b4b9d1d5c31d5dd24363ad6c5bcc73edf027ded63732f784cf4" > > inherit pypi > diff --git a/meta-python/recipes-devtools/python/python-pyiface_0.0.9.bb > b/meta-python/recipes-devtools/python/python-pyiface_0.0.9.bb > new file mode 100644 > index 000000000..854cb30ee > --- /dev/null > +++ b/meta-python/recipes-devtools/python/python-pyiface_0.0.9.bb > @@ -0,0 +1,2 @@ > +inherit setuptools > +require python-pyiface.inc > \ No newline at end of file > diff --git a/meta-python/recipes-devtools/python/python3-pyiface_0.0.9.bb > b/meta-python/recipes-devtools/python/python3-pyiface_0.0.9.bb > new file mode 100644 > index 000000000..721e7b1c9 > --- /dev/null > +++ b/meta-python/recipes-devtools/python/python3-pyiface_0.0.9.bb > @@ -0,0 +1,2 @@ > +inherit setuptools3 > +require python-pyiface.inc > -- > 2.18.0 > > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
