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 /meta/recipes-devtools/opkg/opkg_0.1.8.bb | |
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>
Diffstat (limited to 'meta/recipes-devtools/opkg/opkg_0.1.8.bb')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg_0.1.8.bb | 8 |
1 files changed, 4 insertions, 4 deletions
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() { |