summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/cherokee
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-06-01 09:20:26 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-06-05 10:46:52 +0200
commit21b85f3426b5f3e0c937bfaa53e331fac0894110 (patch)
tree62c9f36eeef76839eec39708a7ceec4d11b19fca /meta-oe/recipes-connectivity/cherokee
parentb52a74b7a245a28dcdd91c3336e1cd86604befac (diff)
downloadmeta-openembedded-21b85f3426b5f3e0c937bfaa53e331fac0894110.tar.gz
recipes: bump PR to fix -systemd postinsts where SYSTEMD_SERVICE was used without PN* suffix
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-connectivity/cherokee')
-rw-r--r--meta-oe/recipes-connectivity/cherokee/cherokee_1.2.98.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/cherokee/cherokee_1.2.98.bb b/meta-oe/recipes-connectivity/cherokee/cherokee_1.2.98.bb
index 0080195de..a4835e071 100644
--- a/meta-oe/recipes-connectivity/cherokee/cherokee_1.2.98.bb
+++ b/meta-oe/recipes-connectivity/cherokee/cherokee_1.2.98.bb
@@ -5,7 +5,7 @@ SECTION = "network"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 6LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
7 7
8PR = "r3" 8PR = "r4"
9 9
10DEPENDS = "libpcre openssl mysql5 ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" 10DEPENDS = "libpcre openssl mysql5 ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
11 11