linuxOS_PX30_CAR/yocto/meta-rockchip/recipes-devtools/rtl-tools/rtl-tools.bb
2026-01-20 14:00:13 +08:00

22 lines
507 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 = "GPLv2"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;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}
}