[oe-commits] Marcin Juszkiewicz : dpkg-native: disable SELinux in 1.13.22

GIT User account git at amethyst.openembedded.net
Thu Oct 23 19:36:45 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 458702db3c425f1c31ca125d2331584837443110
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=458702db3c425f1c31ca125d2331584837443110

Author: Marcin Juszkiewicz <hrw at openembedded.org>
Date:   Thu Oct 23 21:35:24 2008 +0200

dpkg-native: disable SELinux in 1.13.22

---

 packages/dpkg/dpkg-native_1.13.22.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/packages/dpkg/dpkg-native_1.13.22.bb b/packages/dpkg/dpkg-native_1.13.22.bb
index 7087f1f..5dcf53c 100644
--- a/packages/dpkg/dpkg-native_1.13.22.bb
+++ b/packages/dpkg/dpkg-native_1.13.22.bb
@@ -1,5 +1,5 @@
 require dpkg.inc
-PR = "r3"
+PR = "r4"
 DEPENDS += "zlib-native virtual/update-alternatives-native"
 SRC_URI += "file://noman.patch;patch=1"
 
@@ -10,4 +10,5 @@ EXTRA_OECONF = "--without-static-progs \
 		--with-start-stop-daemon \
 		--with-zlib \
 		--with-bz2lib \
+		--without-selinux \
 		--without-sgml-doc"





More information about the Openembedded-commits mailing list