diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2012-06-01 09:20:26 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-06-05 10:46:52 +0200 |
| commit | 21b85f3426b5f3e0c937bfaa53e331fac0894110 (patch) | |
| tree | 62c9f36eeef76839eec39708a7ceec4d11b19fca /meta-oe/recipes-connectivity | |
| parent | b52a74b7a245a28dcdd91c3336e1cd86604befac (diff) | |
| download | meta-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')
4 files changed, 4 insertions, 4 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 0080195dee..a4835e071e 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" | |||
| 5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
| 7 | 7 | ||
| 8 | PR = "r3" | 8 | PR = "r4" |
| 9 | 9 | ||
| 10 | DEPENDS = "libpcre openssl mysql5 ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | 10 | DEPENDS = "libpcre openssl mysql5 ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" |
| 11 | 11 | ||
diff --git a/meta-oe/recipes-connectivity/gateone/gateone_git.bb b/meta-oe/recipes-connectivity/gateone/gateone_git.bb index d56c848472..c737eae1a1 100644 --- a/meta-oe/recipes-connectivity/gateone/gateone_git.bb +++ b/meta-oe/recipes-connectivity/gateone/gateone_git.bb | |||
| @@ -2,7 +2,7 @@ DESCRIPTION = "HTML5 (plugin-free) web-based terminal emulator and SSH client" | |||
| 2 | LICENSE = "AGPLv3" | 2 | LICENSE = "AGPLv3" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ee5b168fc7de89a0cadc49e27830aa2c" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ee5b168fc7de89a0cadc49e27830aa2c" |
| 4 | 4 | ||
| 5 | PR = "r5" | 5 | PR = "r6" |
| 6 | 6 | ||
| 7 | PV = "1.1" | 7 | PV = "1.1" |
| 8 | SRCREV = "bb74e1095adb66b04b51ed6ff10ae0aa96afdd46" | 8 | SRCREV = "bb74e1095adb66b04b51ed6ff10ae0aa96afdd46" |
diff --git a/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb b/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb index 474d98a3c6..221dc2c7aa 100644 --- a/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb +++ b/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb | |||
| @@ -4,7 +4,7 @@ SECTION = "net/misc" | |||
| 4 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=cbbffd568227ada506640fe950a4823b" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=cbbffd568227ada506640fe950a4823b" |
| 6 | 6 | ||
| 7 | PR = "r5" | 7 | PR = "r6" |
| 8 | 8 | ||
| 9 | DEPENDS = "systemd libnl dbus dbus-glib udev wireless-tools polkit gnutls util-linux ppp" | 9 | DEPENDS = "systemd libnl dbus dbus-glib udev wireless-tools polkit gnutls util-linux ppp" |
| 10 | inherit gnome gettext systemd | 10 | inherit gnome gettext systemd |
diff --git a/meta-oe/recipes-connectivity/openssh/openssh_6.0p1.bbappend b/meta-oe/recipes-connectivity/openssh/openssh_6.0p1.bbappend index a4590657d8..de7668fb54 100644 --- a/meta-oe/recipes-connectivity/openssh/openssh_6.0p1.bbappend +++ b/meta-oe/recipes-connectivity/openssh/openssh_6.0p1.bbappend | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
| 2 | 2 | ||
| 3 | PRINC := "${@int(PRINC) + 1}" | 3 | PRINC := "${@int(PRINC) + 2}" |
| 4 | 4 | ||
| 5 | SYSTEMD_PACKAGES = "openssh-sshd-systemd" | 5 | SYSTEMD_PACKAGES = "openssh-sshd-systemd" |
| 6 | SYSTEMD_SERVICE = "sshd.socket" | 6 | SYSTEMD_SERVICE = "sshd.socket" |
