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:57:48 +0100 |
commit | c6108ebe116eafaf0a22b5f22a3eec87c86859f4 (patch) | |
tree | cb73c1bf715854b88bc25b652bd3303cf16a4a93 /meta/recipes-core | |
parent | b2df9eef5a99e1d5a9dd262c1091b409a8c8174d (diff) | |
download | openembedded-core-c6108ebe116eafaf0a22b5f22a3eec87c86859f4.tar.gz openembedded-core-c6108ebe116eafaf0a22b5f22a3eec87c86859f4.tar.bz2 openembedded-core-c6108ebe116eafaf0a22b5f22a3eec87c86859f4.zip |
Sync with PRINC removal from meta-intel
PRINC usage is removed from meta-intel, bump core PR values to ensure
no version regressions.
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" SECTION = "base" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${WORKDIR}/copyright;md5=3dd6192d306f582dee7687da3d8748ab" -PR = "r0" +PR = "r3" inherit update-rc.d 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 SRCREV = "afd4e228c606a9998feae44a3fed4474803240b7" PV = "0.1+git${SRCPV}" -PR = "r8" +PR = "r15" SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ file://psplash-init \ |