add package groups
This commit is contained in:
parent
78d0dfbc9d
commit
87c340f6d6
8
recipes-core/packagegroups/packagegroup-pytango-ds.bb
Normal file
8
recipes-core/packagegroups/packagegroup-pytango-ds.bb
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
DESCRIPTION = "Tango Python device server support package group"
|
||||||
|
require tango-packagegroup.inc
|
||||||
|
|
||||||
|
RDEPENDS:${PN} = " \
|
||||||
|
packagegroup-tango-ds \
|
||||||
|
python3-pytango \
|
||||||
|
python3-facadedevice \
|
||||||
|
"
|
||||||
8
recipes-core/packagegroups/packagegroup-tango-ds.bb
Normal file
8
recipes-core/packagegroups/packagegroup-tango-ds.bb
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
DESCRIPTION = "Tango device server support package group"
|
||||||
|
require tango-packagegroup.inc
|
||||||
|
|
||||||
|
RDEPENDS:${PN} = " \
|
||||||
|
libtango \
|
||||||
|
tango-common \
|
||||||
|
tango-starter \
|
||||||
|
"
|
||||||
5
recipes-core/packagegroups/tango-packagegroup.inc
Normal file
5
recipes-core/packagegroups/tango-packagegroup.inc
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
LICENSE = "MIT"
|
||||||
|
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
||||||
|
|
||||||
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
inherit packagegroup
|
||||||
Loading…
x
Reference in New Issue
Block a user