diff options
author | Shrikant Bobade <shrikant_bobade@mentor.com> | 2016-05-31 14:44:46 +0530 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-06-16 10:33:18 -0400 |
commit | 7cc59002c9361ede994fcd622c74e4218948f1ad (patch) | |
tree | 3dcf781549ab84efe915d2efb89fe513456b7654 | |
parent | e944d1581231be64d4b2723e42997b4843d9825c (diff) | |
download | meta-selinux-7cc59002c9361ede994fcd622c74e4218948f1ad.tar.gz |
iproute2: fix qa warning by using with-selinux
WARNING: iproute2-4.6.0-r0 do_package_qa: QA Issue: iproute2-ss rdepends on
libselinux, but it isn't a build dependency, missing libselinux in DEPENDS
or PACKAGECONFIG? [build-deps]
Signed-off-by: Shrikant Bobade <shrikant_bobade@mentor.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | recipes-connectivity/iproute2/iproute2_%.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-connectivity/iproute2/iproute2_%.bbappend b/recipes-connectivity/iproute2/iproute2_%.bbappend new file mode 100644 index 0000000..c1e8ed6 --- /dev/null +++ b/recipes-connectivity/iproute2/iproute2_%.bbappend | |||
@@ -0,0 +1 @@ | |||
inherit with-selinux | |||