diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2013-01-04 18:32:45 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2013-01-05 13:42:22 +0800 |
commit | 5abfe148ef915d28535d43dabe38cc44ec2620f9 (patch) | |
tree | c00f53c2cb02e79978be92abe26ca849ecaf4439 | |
parent | b493530bffebef2c2887228304cb5e738abb9d29 (diff) | |
download | meta-selinux-5abfe148ef915d28535d43dabe38cc44ec2620f9.tar.gz |
packages: inherit enable-selinux
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
-rw-r--r-- | recipes-core/dbus/dbus_1.5.12.bbappend | 6 | ||||
-rw-r--r-- | recipes-devtools/prelink/prelink_git.bbappend | 7 | ||||
-rw-r--r-- | recipes-extended/pam/libpam_1.1.6.bbappend | 9 | ||||
-rw-r--r-- | recipes-extended/parted/parted_3.1.bbappend | 6 | ||||
-rw-r--r-- | recipes-extended/tar/tar_1.26.bbappend | 6 |
5 files changed, 11 insertions, 23 deletions
diff --git a/recipes-core/dbus/dbus_1.5.12.bbappend b/recipes-core/dbus/dbus_1.5.12.bbappend index 70be093..366fdf5 100644 --- a/recipes-core/dbus/dbus_1.5.12.bbappend +++ b/recipes-core/dbus/dbus_1.5.12.bbappend | |||
@@ -1,5 +1,3 @@ | |||
1 | PR .= ".1" | 1 | PR .= ".2" |
2 | 2 | ||
3 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}" | 3 | inherit enable-selinux |
4 | |||
5 | EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '--enable-selinux', '--disable-selinux', d)}" | ||
diff --git a/recipes-devtools/prelink/prelink_git.bbappend b/recipes-devtools/prelink/prelink_git.bbappend index 29eaee7..366fdf5 100644 --- a/recipes-devtools/prelink/prelink_git.bbappend +++ b/recipes-devtools/prelink/prelink_git.bbappend | |||
@@ -1,6 +1,3 @@ | |||
1 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}" | 1 | PR .= ".2" |
2 | |||
3 | EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '--enable-selinux', '--disable-selinux', d)}" | ||
4 | |||
5 | PR .= ".1" | ||
6 | 2 | ||
3 | inherit enable-selinux | ||
diff --git a/recipes-extended/pam/libpam_1.1.6.bbappend b/recipes-extended/pam/libpam_1.1.6.bbappend index 678dc91..71acecc 100644 --- a/recipes-extended/pam/libpam_1.1.6.bbappend +++ b/recipes-extended/pam/libpam_1.1.6.bbappend | |||
@@ -3,11 +3,8 @@ FILESPATH_append := ":${@base_set_filespath(['${THISDIR}/${PN}'], d)}" | |||
3 | 3 | ||
4 | SRC_URI += "file://sepermit-add-DESTDIR-prefix.patch" | 4 | SRC_URI += "file://sepermit-add-DESTDIR-prefix.patch" |
5 | 5 | ||
6 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}" | 6 | PR .= ".4" |
7 | 7 | ||
8 | RDEPENDS_${PN}-runtime += "${@base_contains('DISTRO_FEATURES', 'selinux', 'pam-plugin-selinux', '', d)}" | 8 | inherit enable-selinux |
9 | |||
10 | EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '', '--disable-selinux', d)}" | ||
11 | |||
12 | PR .= ".3" | ||
13 | 9 | ||
10 | RDEPENDS_${PN}-runtime += "${@target_selinux(d, 'pam-plugin-selinux')}" | ||
diff --git a/recipes-extended/parted/parted_3.1.bbappend b/recipes-extended/parted/parted_3.1.bbappend index 70be093..366fdf5 100644 --- a/recipes-extended/parted/parted_3.1.bbappend +++ b/recipes-extended/parted/parted_3.1.bbappend | |||
@@ -1,5 +1,3 @@ | |||
1 | PR .= ".1" | 1 | PR .= ".2" |
2 | 2 | ||
3 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}" | 3 | inherit enable-selinux |
4 | |||
5 | EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '--enable-selinux', '--disable-selinux', d)}" | ||
diff --git a/recipes-extended/tar/tar_1.26.bbappend b/recipes-extended/tar/tar_1.26.bbappend index 2996853..4b971c5 100644 --- a/recipes-extended/tar/tar_1.26.bbappend +++ b/recipes-extended/tar/tar_1.26.bbappend | |||
@@ -1,9 +1,7 @@ | |||
1 | PR .= ".1" | 1 | PR .= ".2" |
2 | 2 | ||
3 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 3 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
4 | 4 | ||
5 | SRC_URI += "file://tar-1.24-xattrs.patch" | 5 | SRC_URI += "file://tar-1.24-xattrs.patch" |
6 | 6 | ||
7 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}" | 7 | inherit enable-selinux |
8 | |||
9 | EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'selinux', '--enable-selinux', '--disable-selinux', d)}" | ||