cherokee: Move the .la files and the .so files associated with shared
authorJamie Lenehan <lenehan@twibble.org>
Sun, 19 Nov 2006 02:52:01 +0000 (02:52 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Sun, 19 Nov 2006 02:52:01 +0000 (02:52 +0000)
libraries (not those that are plugins) into from the main package into the
-dev package since they are not required to run cherokee.

packages/cherokee/cherokee.inc
packages/cherokee/cherokee_0.5.3.bb
packages/cherokee/cherokee_0.5.5.bb

index 4adc283..9736370 100644 (file)
@@ -21,8 +21,12 @@ do_install_append () {
         install -m 755 ${WORKDIR}/cherokee.init ${D}${sysconfdir}/init.d/cherokee
 }
 
-PACKAGES =+ "cget libcherokee-server libcherokee-client libcherokee-base"
+# Put -dev near the front so we can move the .la files into it with a wildcard
+PACKAGES = "${PN}-dbg ${PN}-dev \
+            libcherokee-server libcherokee-client libcherokee-base \
+            cget ${PN} ${PN}-doc ${PN}-locale"
 
+FILES_${PN}-dev += "${libdir}/cherokee/*.la"
 FILES_cget = "${bindir}/cget"
 FILES_libcherokee-server = "${libdir}/libcherokee-server*"
 FILES_libcherokee-client = "${libdir}/libcherokee-client*"
index 45746cc..85b8987 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r5"
+PR = "r6"
 
 SRC_URI_append = "file://configure.patch;patch=1 \
                   file://Makefile.in.patch;patch=1 \
index 02d94db..e3e7085 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r1"
+PR = "r2"
 
 SRC_URI_append = "file://configure.in.patch;patch=1 \
                   file://Makefile.am.patch;patch=1"