M7350/oe-core/meta-msm/recipes/data-ipa-cfg-mgr/data-ipa-cfg-mgr_git.bb

25 lines
670 B
BlitzBasic
Raw Normal View History

2024-09-09 08:57:42 +00:00
inherit autotools-brokensep pkgconfig update-rc.d
2024-09-09 08:52:07 +00:00
DESCRIPTION = "Qualcomm IPA"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/\
${LICENSE};md5=3775480a712fc46a69647678acb234cb"
2024-09-09 08:57:42 +00:00
PR = "r4"
2024-09-09 08:52:07 +00:00
DEPENDS = "glib-2.0"
DEPENDS += "libxml2"
DEPENDS += "libnetfilter-conntrack"
DEPENDS += "virtual/kernel"
EXTRA_OECONF = "--with-kernel=${STAGING_KERNEL_DIR} \
2024-09-09 08:57:42 +00:00
--with-sanitized-headers=${STAGING_KERNEL_BUILDDIR}/usr/include --with-glib"
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
FILESPATH =+ "${WORKSPACE}:"
SRC_URI = "file://data-ipa-cfg-mgr"
2024-09-09 08:52:07 +00:00
S = "${WORKDIR}/data-ipa-cfg-mgr"
2024-09-09 08:57:42 +00:00
INITSCRIPT_NAME = "start_ipacm_le"
INITSCRIPT_PARAMS = "start 38 S . stop 62 0 1 6 ."