mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-14 05:29:12 +00:00
python3-editor: 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:
parent
8eb6324214
commit
6069a6d3fe
@ -1,9 +0,0 @@
|
|||||||
DESCRIPTION = "Programmatically open and editor, capture the result"
|
|
||||||
LICENSE = "Apache-2.0"
|
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
|
|
||||||
|
|
||||||
SRC_URI[md5sum] = "0e52648a4a6e7c89e3be44e9456530b4"
|
|
||||||
SRC_URI[sha256sum] = "51fda6bcc5ddbbb7063b2af7509e43bd84bfc32a4ff71349ec7847713882327b"
|
|
||||||
|
|
||||||
PYPI_PACKAGE = "python-editor"
|
|
||||||
|
|
||||||
@ -1,2 +1,10 @@
|
|||||||
|
DESCRIPTION = "Programmatically open and editor, capture the result"
|
||||||
|
LICENSE = "Apache-2.0"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "0e52648a4a6e7c89e3be44e9456530b4"
|
||||||
|
SRC_URI[sha256sum] = "51fda6bcc5ddbbb7063b2af7509e43bd84bfc32a4ff71349ec7847713882327b"
|
||||||
|
|
||||||
|
PYPI_PACKAGE = "python-editor"
|
||||||
|
|
||||||
inherit pypi setuptools3
|
inherit pypi setuptools3
|
||||||
require python-editor.inc
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user