diff options
author | Paul Barker <paul@paulbarker.me.uk> | 2014-05-02 15:46:25 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-02 22:32:05 +0100 |
commit | cffbd11d915fe8a1399f23c97c4e2ecbdae4d00a (patch) | |
tree | 82b41d8032ceae22e411320e0e66e5badf9b68a6 /meta/recipes-bsp | |
parent | e6fb2f9afe2ba6b676c46d1eb297ca9cc532d405 (diff) | |
download | openembedded-core-cffbd11d915fe8a1399f23c97c4e2ecbdae4d00a.tar.gz openembedded-core-cffbd11d915fe8a1399f23c97c4e2ecbdae4d00a.tar.bz2 openembedded-core-cffbd11d915fe8a1399f23c97c4e2ecbdae4d00a.zip |
PR bumps to remove PRINC usage from meta-raspberrypi
This allows us to remove the following uses of PRINC in meta-raspberrypi:
recipes-bsp/formfactor/formfactor_0.0.bbappend:
PRINC = "1"
recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend:
PRINC := "${@int(PRINC) + 5}"
Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/formfactor/formfactor_0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/formfactor/formfactor_0.0.bb b/meta/recipes-bsp/formfactor/formfactor_0.0.bb index 29d14350a7..d1ae2a255c 100644 --- a/meta/recipes-bsp/formfactor/formfactor_0.0.bb +++ b/meta/recipes-bsp/formfactor/formfactor_0.0.bb @@ -3,7 +3,7 @@ SECTION = "base" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" -PR = "r44" +PR = "r45" SRC_URI = "file://config file://machconfig" S = "${WORKDIR}" |