diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-20 22:43:25 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-20 22:43:25 +0000 |
| commit | f3f89be396887d046b78d5bcd7f15671e124ccce (patch) | |
| tree | fa18fb78ca82143b0e3e5eff49b96eebc9363b92 | |
| parent | 60ee8b569c8c5acc2e19f00b1b8f4494957f3268 (diff) | |
| download | poky-f3f89be396887d046b78d5bcd7f15671e124ccce.tar.gz | |
opkg: Stop opkg-nativesdk providing update-alternatives-cwrorth and libopkg
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/opkg/opkg.inc | 3 | ||||
| -rw-r--r-- | meta/recipes-devtools/opkg/opkg_0.1.8.bb | 8 | ||||
| -rw-r--r-- | meta/recipes-devtools/opkg/opkg_svn.bb | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/meta/recipes-devtools/opkg/opkg.inc b/meta/recipes-devtools/opkg/opkg.inc index add1563c47..c3174917a5 100644 --- a/meta/recipes-devtools/opkg/opkg.inc +++ b/meta/recipes-devtools/opkg/opkg.inc | |||
| @@ -31,3 +31,6 @@ EXTRA_OECONF_virtclass-nativesdk = "--with-opkglibdir=${target_localstatedir}/li | |||
| 31 | #RPROVIDES_${PN} += "update-alternatives-native" | 31 | #RPROVIDES_${PN} += "update-alternatives-native" |
| 32 | 32 | ||
| 33 | BBCLASSEXTEND = "native nativesdk" | 33 | BBCLASSEXTEND = "native nativesdk" |
| 34 | |||
| 35 | PKGSUFFIX = "" | ||
| 36 | PKGSUFFIX_virtclass-nativesdk = "-nativesdk" | ||
diff --git a/meta/recipes-devtools/opkg/opkg_0.1.8.bb b/meta/recipes-devtools/opkg/opkg_0.1.8.bb index 4eb3ff9a11..6815474207 100644 --- a/meta/recipes-devtools/opkg/opkg_0.1.8.bb +++ b/meta/recipes-devtools/opkg/opkg_0.1.8.bb | |||
| @@ -15,11 +15,11 @@ SRC_URI = "http://opkg.googlecode.com/files/opkg-${PV}.tar.gz \ | |||
| 15 | 15 | ||
| 16 | PR = "r3" | 16 | PR = "r3" |
| 17 | 17 | ||
| 18 | PACKAGES =+ "libopkg-dev libopkg update-alternatives-cworth" | 18 | PACKAGES =+ "libopkg${PKGSUFFIX}-dev libopkg${PKGSUFFIX} update-alternatives-cworth${PKGSUFFIX}" |
| 19 | 19 | ||
| 20 | FILES_update-alternatives-cworth = "${bindir}/update-alternatives" | 20 | FILES_update-alternatives-cworth${PKGSUFFIX} = "${bindir}/update-alternatives" |
| 21 | FILES_libopkg-dev = "${libdir}/*.a ${libdir}/*.la ${libdir}/*.so" | 21 | FILES_libopkg${PKGSUFFIX}-dev = "${libdir}/*.a ${libdir}/*.la ${libdir}/*.so" |
| 22 | FILES_libopkg = "${libdir}/*.so.* ${localstatedir}/lib/opkg/" | 22 | FILES_libopkg${PKGSUFFIX} = "${libdir}/*.so.* ${localstatedir}/lib/opkg/" |
| 23 | 23 | ||
| 24 | # We need to create the lock directory | 24 | # We need to create the lock directory |
| 25 | do_install_append() { | 25 | do_install_append() { |
diff --git a/meta/recipes-devtools/opkg/opkg_svn.bb b/meta/recipes-devtools/opkg/opkg_svn.bb index 5096345e4b..141e00db06 100644 --- a/meta/recipes-devtools/opkg/opkg_svn.bb +++ b/meta/recipes-devtools/opkg/opkg_svn.bb | |||
| @@ -19,11 +19,11 @@ S = "${WORKDIR}/trunk" | |||
| 19 | PV = "0.1.8+svnr${SRCPV}" | 19 | PV = "0.1.8+svnr${SRCPV}" |
| 20 | PR = "r1" | 20 | PR = "r1" |
| 21 | 21 | ||
| 22 | PACKAGES =+ "libopkg-dev libopkg update-alternatives-cworth" | 22 | PACKAGES =+ "libopkg${PKGSUFFIX}-dev libopkg${PKGSUFFIX} update-alternatives-cworth${PKGSUFFIX}" |
| 23 | 23 | ||
| 24 | FILES_update-alternatives-cworth = "${bindir}/update-alternatives" | 24 | FILES_update-alternatives-cworth${PKGSUFFIX} = "${bindir}/update-alternatives" |
| 25 | FILES_libopkg-dev = "${libdir}/*.a ${libdir}/*.la ${libdir}/*.so" | 25 | FILES_libopkg${PKGSUFFIX}-dev = "${libdir}/*.a ${libdir}/*.la ${libdir}/*.so" |
| 26 | FILES_libopkg = "${libdir}/*.so.* ${localstatedir}/lib/opkg/" | 26 | FILES_libopkg${PKGSUFFIX} = "${libdir}/*.so.* ${localstatedir}/lib/opkg/" |
| 27 | 27 | ||
| 28 | # We need to create the lock directory | 28 | # We need to create the lock directory |
| 29 | do_install_append() { | 29 | do_install_append() { |
