diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-02-25 10:39:20 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-28 23:15:51 +0000 |
commit | baa357ee206515004ed2da6b1b09836d96a844cd (patch) | |
tree | b0aa1b3a6afa0be9164080de2c61b10a24491f75 /meta/recipes-extended/lsb | |
parent | ea488f804ebc1ef54b3eb4f1a99f3c58197dfb11 (diff) | |
download | poky-baa357ee206515004ed2da6b1b09836d96a844cd.tar.gz |
lsbinitscripts: Update to 9.44
(From OE-Core rev: 910d37ae5a42c1a4e696cfde48ba9b209d8c3a78)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/lsb')
-rw-r--r-- | meta/recipes-extended/lsb/lsbinitscripts_9.44.bb (renamed from meta/recipes-extended/lsb/lsbinitscripts_9.43.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-extended/lsb/lsbinitscripts_9.43.bb b/meta/recipes-extended/lsb/lsbinitscripts_9.44.bb index 4926572c80..9c7b6606b5 100644 --- a/meta/recipes-extended/lsb/lsbinitscripts_9.43.bb +++ b/meta/recipes-extended/lsb/lsbinitscripts_9.44.bb | |||
@@ -2,17 +2,17 @@ DESCRIPTION = "SysV init scripts which only is used in an LSB image" | |||
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | DEPENDS = "popt glib-2.0" | 4 | DEPENDS = "popt glib-2.0" |
5 | PR = "r3" | 5 | PR = "r0" |
6 | 6 | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=ebf4e8b49780ab187d51bd26aaa022c6" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=ebf4e8b49780ab187d51bd26aaa022c6" |
8 | 8 | ||
9 | S="${WORKDIR}/initscripts-${PV}" | 9 | S="${WORKDIR}/initscripts-${PV}" |
10 | SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/initscripts/initscripts-9.43.tar.bz2/a225c9b7b0786e395b38a4d919e7d72f/initscripts-9.43.tar.bz2 \ | 10 | SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/initscripts/initscripts-9.44.tar.bz2/2a59d3bd214b4dc6238046490d536e42/initscripts-9.44.tar.bz2 \ |
11 | file://functions.patch \ | 11 | file://functions.patch \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI[md5sum] = "a225c9b7b0786e395b38a4d919e7d72f" | 14 | SRC_URI[md5sum] = "2a59d3bd214b4dc6238046490d536e42" |
15 | SRC_URI[sha256sum] = "9503c71e4f646f3fc5e7a10d5f4e6f5aea9275249fea596879b2513555d53867" | 15 | SRC_URI[sha256sum] = "59aed26c98981dff2e94b3ae1a9c57597399653fb592669e16dee3ab090b576e" |
16 | 16 | ||
17 | inherit update-alternatives | 17 | inherit update-alternatives |
18 | 18 | ||