File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 11SUMMARY = "libcap wrapper "
22LICENSE = "Apache-2.0"
3- DEPENDS = "libcap jsoncpp"
3+ DEPENDS = "libcap jsoncpp rbus "
44S = "${WORKDIR} /git"
55PV = "1.0.2"
66PR = "r0"
77PACKAGE_ARCH = "${MIDDLEWARE_ARCH} "
8- SRCREV_rdk -libunpriv = "547d202d421ed83bd60b677b5d057cad3b7ae8ad "
8+ SRCREV_rdk -libunpriv = "e2009ad6c04f3a7a2082e29f75bd56135fb36cfa "
99SRC_URI = "${CMF_GITHUB_ROOT} /rdk-libunpriv.git;${CMF_GITHUB_SRC_URI_SUFFIX} ;name=rdk-libunpriv"
1010
1111SRCREV_FORMAT = "rdk-libunpriv"
1212CXXFLAGS :append = "\
1313 -I${STAGING_INCDIR} \
14- -I${STAGING_INCDIR} /jsoncpp"
14+ -I${STAGING_INCDIR} /jsoncpp \
15+ -I${includedir} /rbus"
1516
1617LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e"
1718
1819inherit autotools pkgconfig
1920
2021CFLAGS += " -Wall -Werror -Wextra -Wno-unused-parameter "
22+
23+ LDFLAGS :append = " -lrbus "
You can’t perform that action at this time.
0 commit comments