diff options
Diffstat (limited to 'meta/recipes-extended/cups/cups14.inc')
-rw-r--r-- | meta/recipes-extended/cups/cups14.inc | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/meta/recipes-extended/cups/cups14.inc b/meta/recipes-extended/cups/cups14.inc index e64f239a6a..48f493d6c7 100644 --- a/meta/recipes-extended/cups/cups14.inc +++ b/meta/recipes-extended/cups/cups14.inc | |||
@@ -64,16 +64,24 @@ python do_package_append() { | |||
64 | 64 | ||
65 | PACKAGES =+ "${PN}-lib ${PN}-libimage" | 65 | PACKAGES =+ "${PN}-lib ${PN}-libimage" |
66 | 66 | ||
67 | FILES_${PN} += "${exec_prefix}/lib/cups/backend \ | ||
68 | ${exec_prefix}/lib/cups/cgi-bin \ | ||
69 | ${exec_prefix}/lib/cups/filter \ | ||
70 | ${exec_prefix}/lib/cups/monitor \ | ||
71 | ${exec_prefix}/lib/cups/notifier \ | ||
72 | ${exec_prefix}/lib/cups/daemon \ | ||
73 | " | ||
74 | |||
67 | FILES_${PN}-lib = "${libdir}/libcups.so.*" | 75 | FILES_${PN}-lib = "${libdir}/libcups.so.*" |
68 | 76 | ||
69 | FILES_${PN}-libimage = "${libdir}/libcupsimage.so.*" | 77 | FILES_${PN}-libimage = "${libdir}/libcupsimage.so.*" |
70 | 78 | ||
71 | FILES_${PN}-dbg += "${libdir}/cups/backend/.debug \ | 79 | FILES_${PN}-dbg += "${exec_prefix}/lib/cups/backend/.debug \ |
72 | ${libdir}/cups/cgi-bin/.debug \ | 80 | ${exec_prefix}/lib/cups/cgi-bin/.debug \ |
73 | ${libdir}/cups/filter/.debug \ | 81 | ${exec_prefix}/lib/cups/filter/.debug \ |
74 | ${libdir}/cups/monitor/.debug \ | 82 | ${exec_prefix}/lib/cups/monitor/.debug \ |
75 | ${libdir}/cups/notifier/.debug \ | 83 | ${exec_prefix}/lib/cups/notifier/.debug \ |
76 | ${libdir}/cups/daemon/.debug \ | 84 | ${exec_prefix}/lib/cups/daemon/.debug \ |
77 | " | 85 | " |
78 | 86 | ||
79 | #package the html for the webgui inside the main packages (~1MB uncompressed) | 87 | #package the html for the webgui inside the main packages (~1MB uncompressed) |