diff options
| -rw-r--r-- | meta/classes/native.bbclass | 2 | ||||
| -rw-r--r-- | meta/classes/nativesdk.bbclass | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass index 7f2df17f23..ad7e98af17 100644 --- a/meta/classes/native.bbclass +++ b/meta/classes/native.bbclass | |||
| @@ -154,8 +154,6 @@ python native_virtclass_handler () { | |||
| 154 | newdeps.append(dep) | 154 | newdeps.append(dep) |
| 155 | d.setVar(varname, " ".join(newdeps)) | 155 | d.setVar(varname, " ".join(newdeps)) |
| 156 | 156 | ||
| 157 | e.data.setVar("OVERRIDES", e.data.getVar("OVERRIDES", False) + ":virtclass-native") | ||
| 158 | |||
| 159 | map_dependencies("DEPENDS", e.data) | 157 | map_dependencies("DEPENDS", e.data) |
| 160 | for pkg in [e.data.getVar("PN"), "", "${PN}"]: | 158 | for pkg in [e.data.getVar("PN"), "", "${PN}"]: |
| 161 | map_dependencies("RDEPENDS", e.data, pkg) | 159 | map_dependencies("RDEPENDS", e.data, pkg) |
diff --git a/meta/classes/nativesdk.bbclass b/meta/classes/nativesdk.bbclass index 69fb45c8a5..ab566e9803 100644 --- a/meta/classes/nativesdk.bbclass +++ b/meta/classes/nativesdk.bbclass | |||
| @@ -78,7 +78,6 @@ python nativesdk_virtclass_handler () { | |||
| 78 | 78 | ||
| 79 | e.data.setVar("MLPREFIX", "nativesdk-") | 79 | e.data.setVar("MLPREFIX", "nativesdk-") |
| 80 | e.data.setVar("PN", "nativesdk-" + e.data.getVar("PN").replace("-nativesdk", "").replace("nativesdk-", "")) | 80 | e.data.setVar("PN", "nativesdk-" + e.data.getVar("PN").replace("-nativesdk", "").replace("nativesdk-", "")) |
| 81 | e.data.setVar("OVERRIDES", e.data.getVar("OVERRIDES", False) + ":virtclass-nativesdk") | ||
| 82 | } | 81 | } |
| 83 | 82 | ||
| 84 | python () { | 83 | python () { |
