diff options
| author | unitexe <unitexe70@gmail.com> | 2026-01-17 14:32:19 -0600 |
|---|---|---|
| committer | unitexe <unitexe70@gmail.com> | 2026-01-17 14:32:27 -0600 |
| commit | dfb3c4808b38f7c5f79957f0b75bc497362c2cc6 (patch) | |
| tree | 16ae83389440b094544c093f44db825005015798 /meta-unit-core/recipes-support/pubd | |
| parent | 33740a60b6bb6b98b6978829f40f1dcb9b69a7a5 (diff) | |
Install pubd proto files so pubd kube can start
Diffstat (limited to 'meta-unit-core/recipes-support/pubd')
| -rw-r--r-- | meta-unit-core/recipes-support/pubd/pubd_git.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-unit-core/recipes-support/pubd/pubd_git.bb b/meta-unit-core/recipes-support/pubd/pubd_git.bb new file mode 100644 index 0000000..af645af --- /dev/null +++ b/meta-unit-core/recipes-support/pubd/pubd_git.bb @@ -0,0 +1,22 @@ +SUMMARY = "Pubd protobuf files" +DESCRIPTION = "Protobuf files for pubd application" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a77c12e0c0e8a14cebb1494195720ccc" + +SRC_URI = "git://git.closedcircuitconsulting.com/pubd;branch=main;protocol=https" + +SRCREV = "53dbe597ae5b46812fc98d1da059e08a7e73047c" + +PV = "0.1.0" + +RDEPENDS:${PN}:append = " add-user-svc" + +S = "${UNPACKDIR}/${PN}-${PV}" + +ROOTLESS_USER_NAME ?= "svc" + +do_install() { + install -D -m 0644 ${S}/proto/countah.proto ${D}/home/${ROOTLESS_USER_NAME}/.config/proto/pubd/countah.proto +} + +FILES:${PN} = "/home/${ROOTLESS_USER_NAME}/.config/proto/pubd/countah.proto" |
