diff options
author | Ross Burton <ross.burton@intel.com> | 2019-09-24 17:05:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-02 10:09:48 +0100 |
commit | 6e3d16b565b504765577f8442650a268c3fe7c57 (patch) | |
tree | d280dc1f220742ff698b0817f5c93cb717c545d5 /meta/recipes-devtools | |
parent | b0f54181fabbc8f25dd80c44d8d3ea8ed215f4b4 (diff) | |
download | poky-6e3d16b565b504765577f8442650a268c3fe7c57.tar.gz |
opkg: remove redundant systemd inherit
The service file was removed in oe-core 23dcf7ea but the inherit was not.
(From OE-Core rev: f5bb06129391b62f7dff400f10a0b4d2934625d2)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg_0.4.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/opkg/opkg_0.4.1.bb b/meta/recipes-devtools/opkg/opkg_0.4.1.bb index 10c262801f..104f07fda8 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 | |||
25 | # PTEST_PATH ?= "${libdir}/${BPN}/ptest" | 25 | # PTEST_PATH ?= "${libdir}/${BPN}/ptest" |
26 | PACKAGES =+ "libopkg" | 26 | PACKAGES =+ "libopkg" |
27 | 27 | ||
28 | inherit autotools pkgconfig systemd ptest | 28 | inherit autotools pkgconfig ptest |
29 | 29 | ||
30 | target_localstatedir := "${localstatedir}" | 30 | target_localstatedir := "${localstatedir}" |
31 | OPKGLIBDIR ??= "${target_localstatedir}/lib" | 31 | OPKGLIBDIR ??= "${target_localstatedir}/lib" |