[oe-commits] Koen Kooi : systemd-compat-units: fix service name in opkg unit

git version control git at git.openembedded.org
Mon Jun 13 07:52:49 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: eac31f4e3a684f58936aaf5438b5f2c421645a0a
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=eac31f4e3a684f58936aaf5438b5f2c421645a0a

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Sat Jun 11 11:14:22 2011 +0200

systemd-compat-units: fix service name in opkg unit

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../recipes-core/systemd/systemd-compat-units.bb   |    2 +-
 .../systemd/systemd-compat-units/opkg.service      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-core/systemd/systemd-compat-units.bb b/meta-oe/recipes-core/systemd/systemd-compat-units.bb
index 7571514..37b10fb 100644
--- a/meta-oe/recipes-core/systemd/systemd-compat-units.bb
+++ b/meta-oe/recipes-core/systemd/systemd-compat-units.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Units to make systemd work better with existing sysvinit scripts"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
 
-PR = "r9"
+PR = "r10"
 
 inherit allarch
 
diff --git a/meta-oe/recipes-core/systemd/systemd-compat-units/opkg.service b/meta-oe/recipes-core/systemd/systemd-compat-units/opkg.service
index 43da75c..76516c3 100644
--- a/meta-oe/recipes-core/systemd/systemd-compat-units/opkg.service
+++ b/meta-oe/recipes-core/systemd/systemd-compat-units/opkg.service
@@ -2,7 +2,7 @@
 Description=Opkg first boot configure
 DefaultDependencies=no
 ConditionPathExists=|/etc/rcS.d/S98configure
-Before=sysinit.target systemd-tmpfiles.service
+Before=sysinit.target systemd-tmpfiles-setup.service
 
 [Service]
 ExecStart=/etc/rcS.d/S98configure





More information about the Openembedded-commits mailing list