diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-24 13:47:57 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-24 14:58:35 +0100 |
commit | de6657ec4699d470124520fa3a4777f7f63d4f8b (patch) | |
tree | 95577278007f69f7356b4dd7350432096996f8b9 /meta/recipes-core | |
parent | edcbb79583e1577cb64d368e3902915dea50a96e (diff) | |
download | poky-de6657ec4699d470124520fa3a4777f7f63d4f8b.tar.gz |
Sync with PRINC removal from meta-intel
PRINC usage is removed from meta-intel, bump core PR values to ensure
no version regressions.
(From OE-Core rev: c6108ebe116eafaf0a22b5f22a3eec87c86859f4)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/psplash/psplash_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb b/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb index 7bc7058a0a..9d3af34717 100644 --- a/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb +++ b/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "http://packages.debian.org/ifupdown" | |||
4 | SECTION = "base" | 4 | SECTION = "base" |
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://${WORKDIR}/copyright;md5=3dd6192d306f582dee7687da3d8748ab" | 6 | LIC_FILES_CHKSUM = "file://${WORKDIR}/copyright;md5=3dd6192d306f582dee7687da3d8748ab" |
7 | PR = "r0" | 7 | PR = "r3" |
8 | 8 | ||
9 | inherit update-rc.d | 9 | inherit update-rc.d |
10 | 10 | ||
diff --git a/meta/recipes-core/psplash/psplash_git.bb b/meta/recipes-core/psplash/psplash_git.bb index e0c867a996..2228963e92 100644 --- a/meta/recipes-core/psplash/psplash_git.bb +++ b/meta/recipes-core/psplash/psplash_git.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://psplash.h;beginline=1;endline=16;md5=840fb2356b10a85b | |||
7 | 7 | ||
8 | SRCREV = "afd4e228c606a9998feae44a3fed4474803240b7" | 8 | SRCREV = "afd4e228c606a9998feae44a3fed4474803240b7" |
9 | PV = "0.1+git${SRCPV}" | 9 | PV = "0.1+git${SRCPV}" |
10 | PR = "r8" | 10 | PR = "r15" |
11 | 11 | ||
12 | SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ | 12 | SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ |
13 | file://psplash-init \ | 13 | file://psplash-init \ |