diff options
author | Paul Barker <paul@paulbarker.me.uk> | 2014-05-08 20:40:25 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2014-05-08 21:20:26 +0300 |
commit | 2f98f49fab36af880a3f07451c0d5bb41702ba17 (patch) | |
tree | 4539bae408d7124b56e874f47d2a2fd2802f3099 | |
parent | cc74bf6c1f9ab9beea52c4c75797f3ad51f72c55 (diff) | |
download | meta-raspberrypi-2f98f49fab36af880a3f07451c0d5bb41702ba17.tar.gz |
Remove uses of PRINC
PRINC is now obsolete and the PR Service should be used instead to keep PR
values incrementing on change.
A patch has also been submitted to openembedded-core to bump the appropriate PR
values so that PR doesn't move backwards. This patch should only be applied
after that patch, and only to branches which include that patch (ie. if that
patch doesn't go into daisy in oe-core, this patch shouldn't go into daisy in
meta-raspberrypi).
Change-Id: Ibac9e4e89d12dbd6e94430f47e20b82a67506625
Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Acked-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | recipes-bsp/formfactor/formfactor_0.0.bbappend | 1 | ||||
-rw-r--r-- | recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/recipes-bsp/formfactor/formfactor_0.0.bbappend b/recipes-bsp/formfactor/formfactor_0.0.bbappend index 0003480..72d991c 100644 --- a/recipes-bsp/formfactor/formfactor_0.0.bbappend +++ b/recipes-bsp/formfactor/formfactor_0.0.bbappend | |||
@@ -1,2 +1 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | |
2 | PRINC = "1" | ||
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend index 3e86645..e37f942 100644 --- a/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | |||
@@ -1,8 +1,5 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | # Don't forget to bump PRINC if you update the extra files. | ||
4 | PRINC := "${@int(PRINC) + 5}" | ||
5 | |||
6 | THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" | 3 | THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" |
7 | FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:" | 4 | FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:" |
8 | 5 | ||