diff options
| author | Saul Wold <sgw@linux.intel.com> | 2012-01-20 14:11:34 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-24 11:54:20 +0000 |
| commit | 70b6b6bdf4961b920947f0386c7b4580043cb796 (patch) | |
| tree | 769e6fc7d02d977dd9efc02b6c941f664effed64 | |
| parent | 930424bf2f5593256dcacac6e7cf98699fc2a0db (diff) | |
| download | poky-70b6b6bdf4961b920947f0386c7b4580043cb796.tar.gz | |
opkg: refactor packages for staticdev
(From OE-Core rev: 01bc511d772a47e34b2071393651a915c8ddb1b0)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/opkg/opkg.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-devtools/opkg/opkg.inc b/meta/recipes-devtools/opkg/opkg.inc index b03eaf7643..a67066fe6e 100644 --- a/meta/recipes-devtools/opkg/opkg.inc +++ b/meta/recipes-devtools/opkg/opkg.inc | |||
| @@ -11,7 +11,7 @@ DEPENDS_virtclass-native = "curl-native" | |||
| 11 | DEPENDS_virtclass-nativesdk = "curl-nativesdk" | 11 | DEPENDS_virtclass-nativesdk = "curl-nativesdk" |
| 12 | 12 | ||
| 13 | PE = "1" | 13 | PE = "1" |
| 14 | PR_INC = "r6" | 14 | INC_PR = "r7" |
| 15 | 15 | ||
| 16 | FILESDIR = "${@os.path.dirname(d.getVar('FILE',1))}/opkg" | 16 | FILESDIR = "${@os.path.dirname(d.getVar('FILE',1))}/opkg" |
| 17 | 17 | ||
| @@ -41,10 +41,11 @@ RDEPENDS_${PN}_virtclass-nativesdk = "" | |||
| 41 | PACKAGE_ARCH_update-alternatives-cworth = "all" | 41 | PACKAGE_ARCH_update-alternatives-cworth = "all" |
| 42 | RREPLACES_${PN} = "opkg-nogpg" | 42 | RREPLACES_${PN} = "opkg-nogpg" |
| 43 | 43 | ||
| 44 | PACKAGES =+ "libopkg${PKGSUFFIX}-dev libopkg${PKGSUFFIX} update-alternatives-cworth${PKGSUFFIX}" | 44 | PACKAGES =+ "libopkg${PKGSUFFIX}-dev libopkg${PKGSUFFIX}-staticdev libopkg${PKGSUFFIX} update-alternatives-cworth${PKGSUFFIX}" |
| 45 | 45 | ||
| 46 | FILES_update-alternatives-cworth${PKGSUFFIX} = "${bindir}/update-alternatives" | 46 | FILES_update-alternatives-cworth${PKGSUFFIX} = "${bindir}/update-alternatives" |
| 47 | FILES_libopkg${PKGSUFFIX}-dev = "${libdir}/*.a ${libdir}/*.la ${libdir}/*.so" | 47 | FILES_libopkg${PKGSUFFIX}-dev = "${libdir}/*.la ${libdir}/*.so" |
| 48 | FILES_libopkg${PKGSUFFIX}-staticdev = "${libdir}/*.a" | ||
| 48 | FILES_libopkg${PKGSUFFIX} = "${libdir}/*.so.* ${localstatedir}/lib/opkg/" | 49 | FILES_libopkg${PKGSUFFIX} = "${libdir}/*.so.* ${localstatedir}/lib/opkg/" |
| 49 | 50 | ||
| 50 | # We need to create the lock directory | 51 | # We need to create the lock directory |
