diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-10-07 11:55:20 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-10-09 11:09:23 +0200 |
commit | 0cd6b15d729c7f4b17ac02180e7c5462b91ed9e4 (patch) | |
tree | abd3c30fe4a23fb9abc1ac6d6708d6135869acbe /meta-webserver/recipes-php/modphp/modphp_5.3.14.bb | |
parent | 6d182b316f366e3491ee50ccd021eb7a79189136 (diff) | |
download | meta-openembedded-0cd6b15d729c7f4b17ac02180e7c5462b91ed9e4.tar.gz |
modphp: fix default php.ini & add PACKAGECONFIG
* Add "mysql" PACKAGECONFIG option
* Add "pgsql" PACKAGECONFIG option (untested)
* Use the correct template php.ini filename so that we actually get
some content in the default file
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta-webserver/recipes-php/modphp/modphp_5.3.14.bb')
-rw-r--r-- | meta-webserver/recipes-php/modphp/modphp_5.3.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-php/modphp/modphp_5.3.14.bb b/meta-webserver/recipes-php/modphp/modphp_5.3.14.bb index b6a51267b..707f5f90b 100644 --- a/meta-webserver/recipes-php/modphp/modphp_5.3.14.bb +++ b/meta-webserver/recipes-php/modphp/modphp_5.3.14.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | include modphp5.inc | 1 | include modphp5.inc |
2 | PR = "r0" | 2 | PR = "r1" |
3 | 3 | ||
4 | SRC_URI[md5sum] = "7caac4f71e2f21426c11ac153e538392" | 4 | SRC_URI[md5sum] = "7caac4f71e2f21426c11ac153e538392" |
5 | SRC_URI[sha256sum] = "c8075b6e83c5db0d26cc8426a7456856421089a76c963813b1fcac3ced041cb3" | 5 | SRC_URI[sha256sum] = "c8075b6e83c5db0d26cc8426a7456856421089a76c963813b1fcac3ced041cb3" |