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>
This commit is contained in:
Martin Jansa
2012-07-17 07:34:39 +00:00
committed by Koen Kooi
parent 9e2751773c
commit 579616dd69
8 changed files with 8 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
require python-efl.inc require python-efl.inc
LICENSE = "LGPLv3" LICENSE = "LGPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6"
PR = "${INC_PR}.5" PR = "${INC_PR}.6"
SRCREV = "${EFL_SRCREV}" SRCREV = "${EFL_SRCREV}"
DEPENDS += "elementary python-evas" DEPENDS += "elementary python-evas"
RDEPENDS_${PN} += "python-evas python-ecore python-edje" RDEPENDS_${PN} += "python-evas python-ecore python-edje"

View File

@@ -4,6 +4,7 @@ LICENSE = "MIT BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=2667a0f4120372ea91f7467cdff4095f" LIC_FILES_CHKSUM = "file://COPYING;md5=2667a0f4120372ea91f7467cdff4095f"
SRCNAME = "e" SRCNAME = "e"
PV = "0.16.999.060+svnr${SRCPV}" PV = "0.16.999.060+svnr${SRCPV}"
PR = "r1"
SRCREV = "${EFL_SRCREV}" SRCREV = "${EFL_SRCREV}"
inherit e update-alternatives gettext inherit e update-alternatives gettext

View File

@@ -1,7 +1,7 @@
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35"
PV = "0.0.1+svnr${SRCPV}" PV = "0.0.1+svnr${SRCPV}"
PR = "${INC_PR}.0" PR = "${INC_PR}.1"
require e-module.inc require e-module.inc

View File

@@ -6,7 +6,7 @@ DEPENDS = "ecore eet udev"
inherit efl inherit efl
BBCLASSEXTEND = "native" BBCLASSEXTEND = "native"
INC_PR = "r0" INC_PR = "r1"
# Some upgrade path tweaking # Some upgrade path tweaking
AUTO_LIBNAME_PKGS = "" AUTO_LIBNAME_PKGS = ""

View File

@@ -5,7 +5,7 @@ DEPENDS = "eet-native efreet evas ecore edje eet edbus ethumb poppler"
inherit efl gettext inherit efl gettext
INC_PR = "r0" INC_PR = "r1"
EXTRA_OECONF = "\ EXTRA_OECONF = "\
--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \

View File

@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=69f44058245ce5c596d56bb622d5dabd"
# we no longer build the libxine backend, since the gstreamer backend seems more promising # we no longer build the libxine backend, since the gstreamer backend seems more promising
DEPENDS = "eet eeze evas ecore edje gstreamer gst-plugins-base" DEPENDS = "eet eeze evas ecore edje gstreamer gst-plugins-base"
INC_PR = "r0" INC_PR = "r1"
inherit efl inherit efl

View File

@@ -3,7 +3,7 @@ LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=e6a6db9e80255adbafa16e817d9a4d8c" LIC_FILES_CHKSUM = "file://COPYING;md5=e6a6db9e80255adbafa16e817d9a4d8c"
DEPENDS = "libexif eet-native evas ecore edje eet edbus emotion epdf" DEPENDS = "libexif eet-native evas ecore edje eet edbus emotion epdf"
INC_PR = "r0" INC_PR = "r1"
inherit efl inherit efl

View File

@@ -6,6 +6,7 @@ SECTION = "devel"
DEPENDS = "vala-native glib-2.0 dbus dbus-glib eina eet evas ecore edje elementary tiff" DEPENDS = "vala-native glib-2.0 dbus dbus-glib eina eet evas ecore edje elementary tiff"
PV = "2011.01.13.1+svnr${SRCPV}" PV = "2011.01.13.1+svnr${SRCPV}"
PE = "1" PE = "1"
PR = "r1"
SRCREV = "${EFL_SRCREV}" SRCREV = "${EFL_SRCREV}"
SRCNAME = "vala" SRCNAME = "vala"