dpkg-native: disable SELinux in 1.13.22
authorMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 23 Oct 2008 19:35:24 +0000 (21:35 +0200)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 23 Oct 2008 19:35:24 +0000 (21:35 +0200)
packages/dpkg/dpkg-native_1.13.22.bb

index 7087f1f..5dcf53c 100644 (file)
@@ -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"