diff options
author | Florin Sarbu <florin.sarbu@windriver.com> | 2014-03-25 09:00:16 +0200 |
---|---|---|
committer | Florin Sarbu <florin.sarbu@windriver.com> | 2014-03-25 19:04:56 +0200 |
commit | 37bd2062956da9ec989ef5074b1c991aca34dfb2 (patch) | |
tree | 2d7bd9c23ca5e8c56b02085e9b810b38f62b672f /meta-ivi-bsp | |
parent | 06e742a7a78ceb7d72829318e35a0ffb86c37e8d (diff) | |
download | meta-ivi-37bd2062956da9ec989ef5074b1c991aca34dfb2.tar.gz meta-ivi-37bd2062956da9ec989ef5074b1c991aca34dfb2.tar.bz2 meta-ivi-37bd2062956da9ec989ef5074b1c991aca34dfb2.zip |
Remove use of deprecated PRINC.
The PR server should be used to automatically increment the PR.
See: https://wiki.yoctoproject.org/wiki/PR_Service
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
Diffstat (limited to 'meta-ivi-bsp')
3 files changed, 0 insertions, 6 deletions
diff --git a/meta-ivi-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/meta-ivi-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend index dedce1f..9e9748a 100644 --- a/meta-ivi-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend +++ b/meta-ivi-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend @@ -1,4 +1,2 @@ # Append path for meta-ivi layer to include bsp xorg.conf FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -PRINC := "${@int(PRINC) + 1}" diff --git a/meta-ivi-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend index c09d607..7aaad58 100644 --- a/meta-ivi-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend @@ -1,5 +1,3 @@ -PRINC := "${@int(PRINC) + 2}" - # find defconfig path FILESEXTRAPATHS := "${THISDIR}/${PN}" diff --git a/meta-ivi-bsp/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto_3.4.bbappend index c09d607..7aaad58 100644 --- a/meta-ivi-bsp/recipes-kernel/linux/linux-yocto_3.4.bbappend +++ b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto_3.4.bbappend @@ -1,5 +1,3 @@ -PRINC := "${@int(PRINC) + 2}" - # find defconfig path FILESEXTRAPATHS := "${THISDIR}/${PN}" |