Skip to content

Commit 3e6016e

Browse files
author
mtirum011
committed
RDKEMW-4789 Replace rfc with rbus from libunpriv component
1 parent efcd7d3 commit 3e6016e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
SUMMARY = "libcap wrapper "
22
LICENSE = "Apache-2.0"
3-
DEPENDS = "libcap jsoncpp"
3+
DEPENDS = "libcap jsoncpp rbus"
44
S = "${WORKDIR}/git"
55
PV = "1.0.2"
66
PR = "r0"
77
PACKAGE_ARCH = "${MIDDLEWARE_ARCH}"
8-
SRCREV_rdk-libunpriv = "547d202d421ed83bd60b677b5d057cad3b7ae8ad"
8+
SRCREV_rdk-libunpriv = "e2009ad6c04f3a7a2082e29f75bd56135fb36cfa"
99
SRC_URI = "${CMF_GITHUB_ROOT}/rdk-libunpriv.git;${CMF_GITHUB_SRC_URI_SUFFIX};name=rdk-libunpriv"
1010

1111
SRCREV_FORMAT = "rdk-libunpriv"
1212
CXXFLAGS:append = "\
1313
-I${STAGING_INCDIR} \
14-
-I${STAGING_INCDIR}/jsoncpp"
14+
-I${STAGING_INCDIR}/jsoncpp \
15+
-I${includedir}/rbus"
1516

1617
LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e"
1718

1819
inherit autotools pkgconfig
1920

2021
CFLAGS += " -Wall -Werror -Wextra -Wno-unused-parameter "
22+
23+
LDFLAGS:append = " -lrbus "

0 commit comments

Comments
 (0)