]> code.ossystems Code Review - openembedded-core.git/commitdiff
opkg: remove redundant systemd inherit
authorRoss Burton <ross.burton@intel.com>
Tue, 24 Sep 2019 16:05:38 +0000 (17:05 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 2 Oct 2019 09:09:28 +0000 (10:09 +0100)
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

index 10c262801f7ca509fd1bd7ebb294387f60e9eedc..104f07fda82428cdb27fb60733a88be6b74e431b 100644 (file)
@@ -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"