2025-05-10 21:49:39 +08:00

22 lines
519 B
BlitzBasic

# Copyright (C) 2019, Fuzhou Rockchip Electronics Co., Ltd
# Released under the MIT license (see COPYING.MIT for the terms)
DESCRIPTION = "Realtek develop tools"
SECTION = "devel"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
SRC_URI = " \
file://hciattach.c \
file://hciattach.h \
file://hciattach_rtk.c \
file://Makefile \
"
S = "${WORKDIR}"
do_install() {
install -d ${D}${bindir}
install -m 0755 rtk_hciattach ${D}${bindir}
}