diff options
author | Florin Sarbu <florin.sarbu@windriver.com> | 2012-11-02 05:46:43 +0200 |
---|---|---|
committer | Florin Sarbu <florin.sarbu@windriver.com> | 2012-11-02 05:46:43 +0200 |
commit | ba4cd9f5f53c26f82679a3645dbf616f677c3070 (patch) | |
tree | 82101a678363253b1ce29acd31cfae5c17085bac | |
parent | c7f5754343bd05723153fb23b4acb09629c545c6 (diff) | |
download | meta-ivi-ba4cd9f5f53c26f82679a3645dbf616f677c3070.tar.gz meta-ivi-ba4cd9f5f53c26f82679a3645dbf616f677c3070.tar.bz2 meta-ivi-ba4cd9f5f53c26f82679a3645dbf616f677c3070.zip |
xserver-xorg: Modify the way we increment PR in the bbappend
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
-rw-r--r-- | recipes-graphics/xorg-xserver/xserver-xorg_1.11.2.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xorg_1.11.2.bbappend b/recipes-graphics/xorg-xserver/xserver-xorg_1.11.2.bbappend index 1860fab..fc367af 100644 --- a/recipes-graphics/xorg-xserver/xserver-xorg_1.11.2.bbappend +++ b/recipes-graphics/xorg-xserver/xserver-xorg_1.11.2.bbappend @@ -1,4 +1,4 @@ -PRINC = "3" +PRINC := "${@int(PRINC) + 3}" LIB_DEPS += "virtual/libgl" |