diff mbox series

opkg: remove redundant systemd inherit

Message ID 20190924161748.2004-1-ross.burton@intel.com
State Accepted
Commit f5bb06129391b62f7dff400f10a0b4d2934625d2
Headers show
Series opkg: remove redundant systemd inherit | expand

Commit Message

Ross Burton Sept. 24, 2019, 4:17 p.m. UTC
The service file was removed in oe-core 23dcf7ea but the inherit was not.

Signed-off-by: Ross Burton <ross.burton@intel.com>

---
 meta/recipes-devtools/opkg/opkg_0.4.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.20.1

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff mbox series

Patch

diff --git a/meta/recipes-devtools/opkg/opkg_0.4.1.bb b/meta/recipes-devtools/opkg/opkg_0.4.1.bb
index 62708628994..1fda6e3bdac 100644
--- a/meta/recipes-devtools/opkg/opkg_0.4.1.bb
+++ b/meta/recipes-devtools/opkg/opkg_0.4.1.bb
@@ -25,7 +25,7 @@  SRC_URI[sha256sum] = "45ac1e037d3877f635d883f8a555e172883a25d3eeb7986c75890fdd31
 # PTEST_PATH ?= "${libdir}/${BPN}/ptest"
 PACKAGES =+ "libopkg"
 
-inherit autotools pkgconfig systemd ptest
+inherit autotools pkgconfig ptest
 
 target_localstatedir := "${localstatedir}"
 OPKGLIBDIR ??= "${target_localstatedir}/lib"