php: package php-cgi into separate package (from BugLabs)
authorMarcin Juszkiewicz <marcin@buglabs.net>
Wed, 17 Dec 2008 14:19:41 +0000 (14:19 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 17 Dec 2008 17:05:02 +0000 (18:05 +0100)
git-svn-id: svn://svn.buglabs.net/bug/trunk/com.buglabs.build.oe@7711 35ad6e01-222d-0410-b96a-b41bba574936

packages/php/php_5.2.6.bb

index c2d3133..ec64459 100644 (file)
@@ -2,7 +2,7 @@ require php.inc
 
 DEPENDS = "zlib libxml2 virtual/libiconv php-native"
 
-PR = "r2"
+PR = "r3"
 
 SRC_URI += "file://pear-makefile.patch;patch=1 "
 
@@ -42,6 +42,7 @@ do_install_append() {
 
 PACKAGES = "${PN}-dbg \
             ${PN}-cli \
+            ${PN}-cgi \
             ${PN}-pear \
             ${PN}-dev \
             ${PN}-doc \
@@ -54,6 +55,7 @@ FILES_${PN}-dbg            =+ "${bindir}/.debug"
 FILES_${PN}-doc            += "${libdir}/php/doc" 
 
 FILES_${PN}-cli            = "${bindir}/php"
+FILES_${PN}-cgi            = "${bindir}/php-cgi"
 
 FILES_${PN}-pear            = "${bindir}/pear* ${bindir}/pecl \
                              ${libdir}/php/PEAR \