system-state-framework: fix dependency to broker.
BugzID: 70200 Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
parent
52a8c3468e
commit
9a830cc206
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue