cups: we do not want web interface so do not check for PHP, Perl, Python, Java
authorMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 7 Mar 2007 12:08:37 +0000 (12:08 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 7 Mar 2007 12:08:37 +0000 (12:08 +0000)
packages/cups/cups_1.2.7.bb

index 22034f9..24249fa 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "An Internet printing system for Unix."
 SECTION = "console/utils"
 LICENSE = "GPL LGPL"
 DEPENDS = "gnutls jpeg dbus dbus-glib libpng zlib install-native fakeroot-native"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "ftp://ftp3.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2 \
          "
@@ -17,6 +17,10 @@ EXTRA_OECONF = " \
                --enable-browsing \
                 --disable-openssl \
                --disable-tiff \
+               --without-php \
+               --without-perl \
+               --without-python \
+               --without-java \
                "