diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-07-17 07:34:39 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-07-19 11:07:13 +0200 |
commit | 579616dd695d39b2346cd387ab1204ee486cb4e7 (patch) | |
tree | 83cb5c83a0a01ae173f51fb81dc53a08421f9444 /meta-efl/recipes-efl/e17 | |
parent | 9e2751773cd523b338d7962030356a1bce327174 (diff) | |
download | meta-openembedded-579616dd695d39b2346cd387ab1204ee486cb4e7.tar.gz |
meta-efl: recipes: bump PR to rebuild after libudev0 soname change to libudev1
* this patch depends on http://patchwork.openembedded.org/patch/32085/
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-efl/recipes-efl/e17')
-rw-r--r-- | meta-efl/recipes-efl/e17/e-wm_svn.bb | 1 | ||||
-rw-r--r-- | meta-efl/recipes-efl/e17/elfe_svn.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta-efl/recipes-efl/e17/e-wm_svn.bb b/meta-efl/recipes-efl/e17/e-wm_svn.bb index 0c9ad93bd..852bbcc59 100644 --- a/meta-efl/recipes-efl/e17/e-wm_svn.bb +++ b/meta-efl/recipes-efl/e17/e-wm_svn.bb | |||
@@ -4,6 +4,7 @@ LICENSE = "MIT BSD" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2667a0f4120372ea91f7467cdff4095f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2667a0f4120372ea91f7467cdff4095f" |
5 | SRCNAME = "e" | 5 | SRCNAME = "e" |
6 | PV = "0.16.999.060+svnr${SRCPV}" | 6 | PV = "0.16.999.060+svnr${SRCPV}" |
7 | PR = "r1" | ||
7 | SRCREV = "${EFL_SRCREV}" | 8 | SRCREV = "${EFL_SRCREV}" |
8 | 9 | ||
9 | inherit e update-alternatives gettext | 10 | inherit e update-alternatives gettext |
diff --git a/meta-efl/recipes-efl/e17/elfe_svn.bb b/meta-efl/recipes-efl/e17/elfe_svn.bb index 33b8d05e0..f6d6fdb94 100644 --- a/meta-efl/recipes-efl/e17/elfe_svn.bb +++ b/meta-efl/recipes-efl/e17/elfe_svn.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | LICENSE = "MIT" | 1 | LICENSE = "MIT" |
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" | 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" |
3 | PV = "0.0.1+svnr${SRCPV}" | 3 | PV = "0.0.1+svnr${SRCPV}" |
4 | PR = "${INC_PR}.0" | 4 | PR = "${INC_PR}.1" |
5 | 5 | ||
6 | require e-module.inc | 6 | require e-module.inc |
7 | 7 | ||