diff options
Diffstat (limited to 'meta/recipes-devtools/opkg')
-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 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" | |||
28 | inherit autotools pkgconfig systemd ptest | 28 | inherit autotools pkgconfig systemd ptest |
29 | 29 | ||
30 | target_localstatedir := "${localstatedir}" | 30 | target_localstatedir := "${localstatedir}" |
31 | OPKGLIBDIR = "${target_localstatedir}/lib" | 31 | OPKGLIBDIR ??= "${target_localstatedir}/lib" |
32 | 32 | ||
33 | PACKAGECONFIG ??= "libsolv" | 33 | PACKAGECONFIG ??= "libsolv" |
34 | 34 | ||