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.inc | |
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.inc')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg.inc | 3 |
1 files changed, 3 insertions, 0 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" | ||