From: Graeme Gregory Date: Thu, 24 Jan 2008 11:57:02 +0000 (+0000) Subject: cups.inc : break the cups libraries out of cups package, this will reduce X-Git-Tag: Release-2010-05/1~7838^2~12^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99be5b3387c167d9c4873032e31429848071c974;p=openembedded.git cups.inc : break the cups libraries out of cups package, this will reduce 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. --- diff --git a/packages/cups/cups.inc b/packages/cups/cups.inc index 20cc8c39c3..bbf2377ced 100644 --- a/packages/cups/cups.inc +++ b/packages/cups/cups.inc @@ -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.*" - diff --git a/packages/cups/cups_1.2.10.bb b/packages/cups/cups_1.2.10.bb index 125fc51caf..2361565a91 100644 --- a/packages/cups/cups_1.2.10.bb +++ b/packages/cups/cups_1.2.10.bb @@ -1,4 +1,4 @@ require cups.inc -PR = "r2" +PR = "r3" diff --git a/packages/cups/cups_1.2.12.bb b/packages/cups/cups_1.2.12.bb index 4a4512d790..662f0ec8ff 100644 --- a/packages/cups/cups_1.2.12.bb +++ b/packages/cups/cups_1.2.12.bb @@ -1,5 +1,5 @@ require cups.inc -PR = "r0" +PR = "r1" DEFAULT_PREFERENCE = "-1"