system-state-framework: fix dependency to broker.

BugzID: 70200

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
Lucien Mueller 2021-02-11 12:38:34 +01:00 committed by Gitea
parent 52a8c3468e
commit 9a830cc206
3 changed files with 5 additions and 5 deletions

View File

@ -16,9 +16,9 @@ SRC_URI = "git://gitlab.com/netmodule/kernel/ssc-broker-driver.git;protocol=ssh;
do_install_append () {
install -d ${STAGING_KERNEL_BUILDDIR}/include/broker
install -m 0644 ${S}/broker.h ${STAGING_KERNEL_BUILDDIR}/include/broker/broker.h
install -m 0644 ${S}/worker.h ${STAGING_KERNEL_BUILDDIR}/include/broker/worker.h
install -d ${D}${includedir}/broker
install -m 0644 ${S}/broker.h ${D}${includedir}/broker/broker.h
install -m 0644 ${S}/worker.h ${D}${includedir}/broker/worker.h
}
S = "${WORKDIR}/git"

View File

@ -15,7 +15,7 @@ KERNEL_MODULE_AUTOLOAD += "extmod"
PV = "1.0.0"
SRCREV ?= "${AUTOREV}"
EXTRA_OEMAKE += "-I${STAGING_KERNEL_BUILDDIR}/include/broker/"
EXTRA_OEMAKE += "ccflags-y=\"-I${STAGING_INCDIR}/\""
SRC_URI = " \
git://gitlab.com/netmodule/tools/ssc-extmod-driver.git;protocol=ssh;user=git;branch=develop \

View File

@ -15,7 +15,7 @@ KERNEL_MODULE_AUTOLOAD += "sysstate"
PV = "1.0.0"
SRCREV ?= "${AUTOREV}"
EXTRA_OEMAKE += "-I${STAGING_KERNEL_BUILDDIR}/include/broker/"
EXTRA_OEMAKE += "ccflags-y=\"-I${STAGING_INCDIR}/\""
SRC_URI = "\
git://gitlab.com/netmodule/kernel/ssc-sysstate-driver.git;protocol=ssh;user=git;branch=develop \