Package: logcat-openipc (#990)

pull/996/head
gtxaspec 2023-09-11 02:12:37 -07:00 committed by GitHub
parent 05378cafc6
commit fce6a75090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 0 deletions

View File

@ -101,3 +101,4 @@ source "$BR2_EXTERNAL_GENERAL_PATH/package/xiongmai-osdrv-xm530/Config.in"
source "$BR2_EXTERNAL_GENERAL_PATH/package/xmdp/Config.in"
source "$BR2_EXTERNAL_GENERAL_PATH/package/yaml-cli/Config.in"
source "$BR2_EXTERNAL_GENERAL_PATH/package/zerotier-one/Config.in"
source "$BR2_EXTERNAL_GENERAL_PATH/package/logcat-openipc/Config.in"

View File

@ -0,0 +1,4 @@
config BR2_PACKAGE_LOGCAT_OPENIPC
bool "logcat-openipc"
help
Userspace programs for reading the Android logging facility, which is used by Ingenic IMP libraries

View File

@ -0,0 +1,15 @@
################################################################################
#
# logcat-openipc
#
################################################################################
LOGCAT_OPENIPC_SITE = https://github.com/gtxaspec/linux_logcat/archive
LOGCAT_OPENIPC_SOURCE = master.tar.gz
LOGCAT_OPENIPC_LICENSE = GPL-2.0
LOGCAT_OPENIPC_LICENSE_FILES = COPYING
LOGCAT_OPENIPC_INSTALL_STAGING = YES
$(eval $(cmake-package))