20 lines
519 B
BlitzBasic
20 lines
519 B
BlitzBasic
# Copyright (C) 2013 Digi International.
|
|
|
|
SUMMARY = "DEY examples: bluetooth health profile test application"
|
|
SECTION = "examples"
|
|
LICENSE = "GPL-2.0"
|
|
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
|
|
|
|
SRC_URI = "file://hdp_test"
|
|
|
|
S = "${WORKDIR}/hdp_test"
|
|
|
|
do_install() {
|
|
install -d ${D}${bindir}
|
|
install -m 0755 hdp-test.py ${D}${bindir}
|
|
}
|
|
|
|
RDEPENDS_${PN} = "python python-argparse python-crypt python-dbus python-pygobject"
|
|
|
|
COMPATIBLE_MACHINE = "(ccardimx28|ccimx6$)"
|