diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-03-29 12:55:13 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-03-29 12:55:13 +0000 |
commit | f136df84b633c76c600bb2b46637e189e5db176b (patch) | |
tree | 915ed7b637b7adb7585080879ca1e3b2ae257fd7 /packages/acpid/acpid_1.0.3.bb | |
parent | dd4760f7cedf0fd50bde55efd565c88e7d794cc8 (diff) |
acpid: use update-rc.d class
Diffstat (limited to 'packages/acpid/acpid_1.0.3.bb')
-rw-r--r-- | packages/acpid/acpid_1.0.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/acpid/acpid_1.0.3.bb b/packages/acpid/acpid_1.0.3.bb index d67ea96875..640acd5203 100644 --- a/packages/acpid/acpid_1.0.3.bb +++ b/packages/acpid/acpid_1.0.3.bb @@ -1,4 +1,4 @@ require acpid.inc SRC_URI += "file://gcc40.patch;patch=1" -PR = "r1" +PR = "r2" |