summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg/opkg_0.4.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/opkg/opkg_0.4.1.bb')
-rw-r--r--meta/recipes-devtools/opkg/opkg_0.4.1.bb2
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 663eaec346..6270862899 100644
--- a/meta/recipes-devtools/opkg/opkg_0.4.1.bb
+++ b/meta/recipes-devtools/opkg/opkg_0.4.1.bb
@@ -28,7 +28,7 @@ PACKAGES =+ "libopkg"
28inherit autotools pkgconfig systemd ptest 28inherit autotools pkgconfig systemd ptest
29 29
30target_localstatedir := "${localstatedir}" 30target_localstatedir := "${localstatedir}"
31OPKGLIBDIR = "${target_localstatedir}/lib" 31OPKGLIBDIR ??= "${target_localstatedir}/lib"
32 32
33PACKAGECONFIG ??= "libsolv" 33PACKAGECONFIG ??= "libsolv"
34 34