| Message ID | 20251106232339.628461-2-rs@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-arago,scarthgap] emptty-conf: remove extra "-conf" strings | expand |
meta-arago / na / 20251106232339.628461-2-rs
PRC Results: PASS
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed
=========================================================
apply-yocto-patch: PASS
=========================================================
scarthgap
=====================
Summary:
- Patch Series: [meta-arago][scarthgap][PATCH] emptty-conf: remove extra "-conf" strings
- Submitter: From: <rs@ti.com>
From: Randolph Sapp <rs@ti.com>
- Date: Date: Thu, 6 Nov 2025 17:23:40 -0600
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 3343f0076a32a98375f09434e5eb67de84a332d7
Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: scarthgap-next
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.scarthgap.202511061511
- Commit SHA: d02ab05da3b6fcb24387237d36c2390159c8862d
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: PASS
=========================================================
scarthgap
=====================
PASS
diff --git a/meta-arago-distro/recipes-graphics/emptty/emptty-conf.bb b/meta-arago-distro/recipes-graphics/emptty/emptty-conf.bb index 0aacb086..0b98e2e1 100644 --- a/meta-arago-distro/recipes-graphics/emptty/emptty-conf.bb +++ b/meta-arago-distro/recipes-graphics/emptty/emptty-conf.bb @@ -9,6 +9,6 @@ do_install () { oe_runmake -C ${S}/src/${GO_IMPORT} DESTDIR=${D} install-config } -FILES:${PN}-conf = "${sysconfdir}/emptty/conf" -CONFFILES:${PN}-conf = "${sysconfdir}/emptty/conf" -RPROVIDES:${PN}-conf += "virtual-emptty-conf" +FILES:${PN} = "${sysconfdir}/emptty/conf" +CONFFILES:${PN} = "${sysconfdir}/emptty/conf" +RPROVIDES:${PN} += "virtual-emptty-conf"