diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-04-17 17:36:44 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-04-17 17:36:44 +0800 |
commit | 59a303b29d496e38a31486c503bc89d352752cad (patch) | |
tree | 532c9782bebe07ae2366d5cf67a57d8d04ff0204 | |
parent | 9a143837c45e099cb421d8415fcac7a109856212 (diff) | |
download | meta-selinux-59a303b29d496e38a31486c503bc89d352752cad.tar.gz |
psmisc: Drop bbappend v22.14 since bb has been droped.
-rw-r--r-- | recipes-extended/psmisc/psmisc_22.14.bbappend | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes-extended/psmisc/psmisc_22.14.bbappend b/recipes-extended/psmisc/psmisc_22.14.bbappend deleted file mode 100644 index aa6b6cb..0000000 --- a/recipes-extended/psmisc/psmisc_22.14.bbappend +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}" | ||
2 | |||
3 | EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '--with-selinux', '--without-selinux', d)}" | ||
4 | |||
5 | PR .= ".1" | ||
6 | |||