Skip to content

Commit 63dd968

Browse files
Merge pull request #254 from SsandhyaR/RDKBACCL-1037
RDKBACCL-1037 : meta-cmf-filogic/recipes-ccsp/util/utopia-headers.bb SRC_URI needs updating
2 parents 4f08694 + a2e2644 commit 63dd968

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

conf/include/rdk-bpi-bbmasks.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ BBMASK .= "|meta-cmf/recipes-core/images/rdk-ipstb-oss-tdk-image.bb"
1010
BBMASK .= "${@bb.utils.contains('DISTRO_FEATURES', 'OneWifi', '|meta-cmf-filogic/recipes-common/mesh-agent/mesh-agent.bbappend', '', d)}"
1111
BBMASK .= "${@bb.utils.contains('DISTRO_FEATURES','EasyMesh','|openembedded-core/meta/recipes-devtools/rust/','',d)}"
1212
BBMASK .= "${@bb.utils.contains('DISTRO_FEATURES','EasyMesh','|meta-cmf-filogic/recipes-ccsp/ccsp/ccsp-one-wifi.bbappend','',d)}"
13+
BBMASK .= "|meta-cmf-filogic/recipes-ccsp/util/utopia-headers.bb"
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
SUMMARY = "CCSP Utopia"
2+
HOMEPAGE = "http://github.com/belvedere-yocto/Utopia"
3+
4+
LICENSE = "Apache-2.0 & BSD-3-Clause"
5+
LIC_FILES_CHKSUM = "file://LICENSE;md5=baa21dec03307f641a150889224a157f"
6+
7+
SRC_URI = "${CMF_GITHUB_ROOT}/utopia;protocol=https;nobranch=1"
8+
9+
SRCREV = "${SRCREV:pn-utopia}"
10+
PV = "${PV:pn-utopia}"
11+
PR = "${PR:pn-utopia}"
12+
13+
S = "${WORKDIR}/git"
14+
15+
# this is a header package only, nothing to build
16+
do_compile[noexec] = "1"
17+
do_configure[noexec] = "1"
18+
19+
# also get rid of the default dependency added in bitbake.conf
20+
# since there is no 'main' package generated (empty)
21+
RDEPENDS_${PN}-dev = ""
22+
23+
do_install() {
24+
install -D -m 0644 ${S}/source/include/autoconf.h ${D}${includedir}/utctx/autoconf.h
25+
install -D -m 0644 ${S}/source/utctx/lib/utctx.h ${D}${includedir}/utctx/utctx.h
26+
install -D -m 0644 ${S}/source/utctx/lib/utctx_api.h ${D}${includedir}/utctx/utctx_api.h
27+
install -D -m 0644 ${S}/source/utctx/lib/utctx_rwlock.h ${D}${includedir}/utctx/utctx_rwlock.h
28+
}

0 commit comments

Comments
 (0)