python3-javaobj-py3: Consolidate in a single file

Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Leon Anavi 2020-06-12 17:41:57 +03:00 committed by Khem Raj
parent 34c8d65498
commit 0ca82b3fc7
2 changed files with 15 additions and 17 deletions

View File

@ -1,15 +0,0 @@
SUMMARY = "Module for serializing and de-serializing Java objects."
DESCRIPTION = "python-javaobj is a python library that provides functions\
for reading and writing (writing is WIP currently) Java objects serialized\
or will be deserialized by ObjectOutputStream. This form of object\
representation is a standard data interchange format in Java world."
HOMEPAGE = "https://github.com/tcalmant/python-javaobj"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://setup.py;beginline=15;endline=27;md5=af9ce26ac2de1b7436eb08c9308b4a1e"
SRC_URI[md5sum] = "352fe0df9336b8699ad0799ef152da6b"
SRC_URI[sha256sum] = "18c44cfaa214813784a823432b4ab9829c9626b2b00072011627b4008b0067cd"
inherit pypi
BBCLASSEXTEND = "native nativesdk"

View File

@ -1,2 +1,15 @@
require python-javaobj-py3.inc
inherit setuptools3
SUMMARY = "Module for serializing and de-serializing Java objects."
DESCRIPTION = "python-javaobj is a python library that provides functions\
for reading and writing (writing is WIP currently) Java objects serialized\
or will be deserialized by ObjectOutputStream. This form of object\
representation is a standard data interchange format in Java world."
HOMEPAGE = "https://github.com/tcalmant/python-javaobj"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://setup.py;beginline=15;endline=27;md5=af9ce26ac2de1b7436eb08c9308b4a1e"
SRC_URI[md5sum] = "352fe0df9336b8699ad0799ef152da6b"
SRC_URI[sha256sum] = "18c44cfaa214813784a823432b4ab9829c9626b2b00072011627b4008b0067cd"
inherit pypi setuptools3
BBCLASSEXTEND = "native nativesdk"