cups.inc : break the cups libraries out of cups package, this will reduce
authorGraeme Gregory <dp@xora.org.uk>
Thu, 24 Jan 2008 11:57:02 +0000 (11:57 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Thu, 24 Jan 2008 11:57:02 +0000 (11:57 +0000)
dependencies for some packages down from 2.3M to 100k. No reason why if
a app support cups that we should haul in the full cups system.

packages/cups/cups.inc
packages/cups/cups_1.2.10.bb
packages/cups/cups_1.2.12.bb

index 20cc8c3..bbf2377 100644 (file)
@@ -64,6 +64,12 @@ python do_package_append() {
        os.system('chmod 0511 %s/install/cups/var/run/cups/certs' % workdir)
 }
 
+PACKAGES =+ "${PN}-lib ${PN}-libimage"
+
+FILES_${PN}-lib = "${libdir}/libcups.so.*"
+
+FILES_${PN}-libimage = "${libdir}/libcupsimage.so.*"
+
 FILES_${PN}-dbg += "${libdir}/cups/backend/.debug \
                     ${libdir}/cups/cgi-bin/.debug \
                    ${libdir}/cups/filter/.debug \
@@ -79,5 +85,3 @@ FILES_${PN} += "${datadir}/doc/cups/images \
                 ${datadir}/icons/ \
               "
 
-LEAD_SONAME = "libcups.so.*"
-
index 125fc51..2361565 100644 (file)
@@ -1,4 +1,4 @@
 require cups.inc
 
-PR = "r2"
+PR = "r3"
 
index 4a4512d..662f0ec 100644 (file)
@@ -1,5 +1,5 @@
 require cups.inc
 
-PR = "r0"
+PR = "r1"
 
 DEFAULT_PREFERENCE = "-1"