summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/opkg/opkg_0.4.0.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-devtools/opkg/opkg_0.4.0.bb b/meta/recipes-devtools/opkg/opkg_0.4.0.bb
index 20c2e0b72a..e2305d096a 100644
--- a/meta/recipes-devtools/opkg/opkg_0.4.0.bb
+++ b/meta/recipes-devtools/opkg/opkg_0.4.0.bb
@@ -23,6 +23,11 @@ SRC_URI = "http://downloads.yoctoproject.org/releases/${BPN}/${BPN}-${PV}.tar.gz
23SRC_URI[md5sum] = "ae51d95fee599bb4dce08453529158f5" 23SRC_URI[md5sum] = "ae51d95fee599bb4dce08453529158f5"
24SRC_URI[sha256sum] = "f6c00515d8a2ad8f6742a8e73830315d1983ed0459cba77c4d656cfc9e7fe6fe" 24SRC_URI[sha256sum] = "f6c00515d8a2ad8f6742a8e73830315d1983ed0459cba77c4d656cfc9e7fe6fe"
25 25
26# This needs to be before ptest inherit, otherwise all ptest files end packaged
27# in libopkg package if OPKGLIBDIR == libdir, because default
28# PTEST_PATH ?= "${libdir}/${BPN}/ptest"
29PACKAGES =+ "libopkg"
30
26inherit autotools pkgconfig systemd ptest 31inherit autotools pkgconfig systemd ptest
27 32
28target_localstatedir := "${localstatedir}" 33target_localstatedir := "${localstatedir}"
@@ -57,8 +62,6 @@ RREPLACES_${PN} = "opkg-nogpg opkg-collateral"
57RCONFLICTS_${PN} = "opkg-collateral" 62RCONFLICTS_${PN} = "opkg-collateral"
58RPROVIDES_${PN} = "opkg-collateral" 63RPROVIDES_${PN} = "opkg-collateral"
59 64
60PACKAGES =+ "libopkg"
61
62FILES_libopkg = "${libdir}/*.so.* ${OPKGLIBDIR}/opkg/" 65FILES_libopkg = "${libdir}/*.so.* ${OPKGLIBDIR}/opkg/"
63 66
64BBCLASSEXTEND = "native nativesdk" 67BBCLASSEXTEND = "native nativesdk"