aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorFlorian Boor <florian@kernelconcepts.de>2012-08-04 10:51:41 +0200
committerFlorian Boor <florian.boor@kernelconcepts.de>2012-09-27 19:00:05 +0200
commit30a8708e5b9f970599fa18fec5294709ac7386d7 (patch)
tree35ec75b883a8c99d0f895d12b6b297a4734880d5 /recipes
parent2594c13da700a66ebf608e3fd9327076a7c500e0 (diff)
downloadopenembedded-30a8708e5b9f970599fa18fec5294709ac7386d7.tar.gz
cups: Enable serial backend
Enable building the backend for serial printers. Signed-off-by: Florian Boor <florian.boor@kernelconcepts.de>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/cups/cups_1.4.6.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/cups/cups_1.4.6.bb b/recipes/cups/cups_1.4.6.bb
index 4053186c01..b61343767e 100644
--- a/recipes/cups/cups_1.4.6.bb
+++ b/recipes/cups/cups_1.4.6.bb
@@ -5,6 +5,7 @@ LICENSE = "GPL LGPL"
DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib fakeroot-native"
DEPENDS += "virtual/libusb0"
PROVIDES = "cups14"
+PR = "r1"
SRC_URI = "ftp://ftp.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2 \
file://use_echo_only_in_init.patch \
@@ -42,7 +43,7 @@ do_configure() {
}
do_compile () {
sed -i s:STRIP:NOSTRIP: Makedefs
- sed -i s:serial:: backend/Makefile
+# sed -i s:serial:: backend/Makefile
echo "all:" > man/Makefile
echo "libs:" >> man/Makefile
echo "install:" >> man/Makefile