Skip to content

Commit 78d980c

Browse files
committed
libvirt: set CFLAGS only for QCOM distros
Restricting CFLAGs modifications using `qcom-distro` override avoid unnecessary compiler flag modifications in non-QCOM builds. Signed-off-by: Viswanath Kraleti <viswanath.kraleti@oss.qualcomm.com>
1 parent bb8ba2d commit 78d980c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Temporarily disable warnings due deprecated libxml2 APIs until the proper fix
22
# gets backported and merged in meta-virtualization
3-
CFLAGS:append:qcom = " -Wno-deprecated-declarations"
3+
CFLAGS:append:qcom-distro = " -Wno-deprecated-declarations"

0 commit comments

Comments
 (0)