git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
384f31e
)
cups: we do not want web interface so do not check for PHP, Perl, Python, Java
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Wed, 7 Mar 2007 12:08:37 +0000
(12:08 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Wed, 7 Mar 2007 12:08:37 +0000
(12:08 +0000)
packages/cups/cups_1.2.7.bb
patch
|
blob
|
history
diff --git
a/packages/cups/cups_1.2.7.bb
b/packages/cups/cups_1.2.7.bb
index
22034f9
..
24249fa
100644
(file)
--- a/
packages/cups/cups_1.2.7.bb
+++ b/
packages/cups/cups_1.2.7.bb
@@
-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 = "r
0
"
+PR = "r
1
"
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 \
"