diff options
author | Matthew McClintock <msm@freescale.com> | 2012-08-20 11:09:34 -0500 |
---|---|---|
committer | Scott Garman <scott.a.garman@intel.com> | 2012-08-24 00:38:17 -0700 |
commit | 318bc896b1bd5399807a417865b8e088d9d9eb15 (patch) | |
tree | ac8046e07deaeb7765a9fb2ae1f62c26987403b4 /meta/recipes-core/dbus | |
parent | 7ee10f25430421dc6e9552ffe15a6a5acbd4cb51 (diff) | |
download | openembedded-core-318bc896b1bd5399807a417865b8e088d9d9eb15.tar.gz openembedded-core-318bc896b1bd5399807a417865b8e088d9d9eb15.tar.bz2 openembedded-core-318bc896b1bd5399807a417865b8e088d9d9eb15.zip |
glib.inc: disable selinux for native builds
In addition to dbus, we also need to disable selinux for glib as well
otherwise we will get the same link error
(Note: Upstream master has disabled selinux AFAICT)
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'meta/recipes-core/dbus')
-rw-r--r-- | meta/recipes-core/dbus/dbus-glib_0.98.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus-glib_0.98.bb b/meta/recipes-core/dbus/dbus-glib_0.98.bb index bd9389a9f5..e2c6a0ccf1 100644 --- a/meta/recipes-core/dbus/dbus-glib_0.98.bb +++ b/meta/recipes-core/dbus/dbus-glib_0.98.bb @@ -1,6 +1,6 @@ require dbus-glib.inc -PR = "r0" +PR = "r1" SRC_URI[md5sum] = "3f7f117dc7c8d899d9acfdcbf9253fb8" SRC_URI[sha256sum] = "297c81d6bb8b1c312e9b0ccfe91eb28ec0672756abb64dfb7bbe2b5f1ae5d111" |