summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-17 10:25:18 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-19 16:32:10 +0000
commit11cff9446f7db1fbf00729fbebd06eb997253aa5 (patch)
treef1d5ce45f8a52af0e0a515bb45a46b3b5f2db047 /meta
parent6ed41e2523552e5ca5fca3194a8563147a05a40e (diff)
downloadpoky-11cff9446f7db1fbf00729fbebd06eb997253aa5.tar.gz
update-alternatives: We now use u-a in nativesdk so make sure the dependency is present
When update-alternatives was part of opkg which got built in most nativesdk scenarios, this missing dependency wasn't an issue. We now need nativesdk-opkg-utils so we need to ensure the dependency is present in nativesdk cases. This avoids build failures with the recent u-a move to opkg-utils. (From OE-Core rev: 7e0adf676da45e49287b7ce6478a6dbfd8fa117f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/update-alternatives.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/update-alternatives.bbclass b/meta/classes/update-alternatives.bbclass
index f75f5b6115..9f2c250d03 100644
--- a/meta/classes/update-alternatives.bbclass
+++ b/meta/classes/update-alternatives.bbclass
@@ -89,7 +89,7 @@ def ua_extend_depends(d):
89 89
90python __anonymous() { 90python __anonymous() {
91 # Update Alternatives only works on target packages... 91 # Update Alternatives only works on target packages...
92 if bb.data.inherits_class('native', d) or bb.data.inherits_class('nativesdk', d) or \ 92 if bb.data.inherits_class('native', d) or \
93 bb.data.inherits_class('cross', d) or bb.data.inherits_class('crosssdk', d) or \ 93 bb.data.inherits_class('cross', d) or bb.data.inherits_class('crosssdk', d) or \
94 bb.data.inherits_class('cross-canadian', d): 94 bb.data.inherits_class('cross-canadian', d):
95 return 95 return