Browse Source

opkg: remove redundant systemd inherit

The service file was removed in oe-core 23dcf7ea but the inherit was not.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Ross Burton 4 years ago
parent
commit
f5bb061293
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meta/recipes-devtools/opkg/opkg_0.4.1.bb

+ 1 - 1
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"