diff options
-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" |