summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiang Lu <lu.jiang@windriver.com>2019-09-12 05:08:21 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-15 17:51:59 +0100
commit86e654ce051d4067d1601d68ad5f4729ab3d462f (patch)
tree6c603fd355b7d723b4e0bd328712f4b5c06d26a9
parentbfcc9680fbc8a79f114fd66b8a6f9befb4676817 (diff)
downloadopenembedded-core-contrib-86e654ce051d4067d1601d68ad5f4729ab3d462f.tar.gz
libsoup:enable libsoup build as native package
Enable libsoup build as a native package, for it may invoked by other native package, such as ostree. Signed-off-by: Jiang Lu <lu.jiang@windriver.com> Signed-off-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta/recipes-support/libsoup/libsoup-2.4_2.66.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.66.2.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.66.2.bb
index c4715a0412..357f2fd3db 100644
--- a/meta/recipes-support/libsoup/libsoup-2.4_2.66.2.bb
+++ b/meta/recipes-support/libsoup/libsoup-2.4_2.66.2.bb
@@ -36,3 +36,5 @@ DEBIAN_NOAUTONAME_${PN} = "1"
# glib-networking is needed for SSL, proxies, etc.
RRECOMMENDS_${PN} = "glib-networking"
+
+BBCLASSEXTEND = "native"
href='#n141'>141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215