summaryrefslogtreecommitdiff
path: root/meta-unit-core
diff options
context:
space:
mode:
authorunitexe <unitexe70@gmail.com>2026-02-27 11:21:16 -0600
committerunitexe <unitexe70@gmail.com>2026-03-02 22:51:25 -0600
commitf2433d706b01e739076f432f1c9539f24e89fe85 (patch)
tree1cd9feb830df3d524a7877177fa2cf0af73e2606 /meta-unit-core
parent7af471b48bc1ecd8954588a5cb9923ecaae4ebdf (diff)
Load IP tables module by default so pubd kube will work
Diffstat (limited to 'meta-unit-core')
-rw-r--r--meta-unit-core/recipes-support/pubd/pubd_git.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-unit-core/recipes-support/pubd/pubd_git.bb b/meta-unit-core/recipes-support/pubd/pubd_git.bb
deleted file mode 100644
index af645af..0000000
--- a/meta-unit-core/recipes-support/pubd/pubd_git.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-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"