[oe-commits] Florian Boor : cups: Enable serial backend

git at git.openembedded.org git at git.openembedded.org
Thu Sep 27 17:19:52 UTC 2012


Module: openembedded.git
Branch: master
Commit: 30a8708e5b9f970599fa18fec5294709ac7386d7
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=30a8708e5b9f970599fa18fec5294709ac7386d7

Author: Florian Boor <florian at kernelconcepts.de>
Date:   Sat Aug  4 10:51:41 2012 +0200

cups: Enable serial backend

    Enable building the backend for serial printers.

Signed-off-by: Florian Boor <florian.boor at kernelconcepts.de>

---

 recipes/cups/cups_1.4.6.bb |    3 ++-
 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 4053186..b613437 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





More information about the Openembedded-commits mailing list