From c919acf345859385c1a2ca532309777cdcd0c17d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 24 Aug 2014 10:05:13 +0100 Subject: poky-floating-revisions: SRCREV never worksin PREFERRED_VERSION, remove bad example (From meta-yocto rev: 42e89dca7916e033c278d5bd71cd283b9dd7d1da) Signed-off-by: Richard Purdie --- .../conf/distro/include/poky-floating-revisions.inc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'meta-yocto') diff --git a/meta-yocto/conf/distro/include/poky-floating-revisions.inc b/meta-yocto/conf/distro/include/poky-floating-revisions.inc index 41dd71fb0f..5b8c3a0ea8 100644 --- a/meta-yocto/conf/distro/include/poky-floating-revisions.inc +++ b/meta-yocto/conf/distro/include/poky-floating-revisions.inc @@ -50,23 +50,23 @@ SRCREV_pn-tasks ?= "${AUTOREV}" SRCREV_pn-ofono ?= "${AUTOREV}" SRCREV_pn-dri2proto = "${AUTOREV}" -#PREFERRED_VERSION_dri2proto ?= "1.99.1+git${SRCREV}" +#PREFERRED_VERSION_dri2proto ?= "1.99.1+git%" SRCREV_pn-libdrm = "${AUTOREV}" -#PREFERRED_VERSION_libdrm ?= "2.4.0+git${SRCREV}" +#PREFERRED_VERSION_libdrm ?= "2.4.0+git%" SRCREV_pn-libxcb = "${AUTOREV}" -#PREFERRED_VERSION_libxcb ?= "1.1.90.1+gitr${SRCREV}" +#PREFERRED_VERSION_libxcb ?= "1.1.90.1+gitr%" SRCREV_pn-lib-proto = "${AUTOREV}" -#PREFERRED_VERSION_xcb-proto ?= "1.2+gitr${SRCREV}" +#PREFERRED_VERSION_xcb-proto ?= "1.2+gitr%" SRCREV_pn-libxcb-sdk = "${AUTOREV}" -#PREFERRED_VERSION_libxcb-sdk ?= "1.1.90.1+gitr${SRCREV}" +#PREFERRED_VERSION_libxcb-sdk ?= "1.1.90.1+gitr%" SRCREV_pn-xf86-input-evdev = "${AUTOREV}" #PREFERRED_VERSION_xf86-input-evdev ?= "2.0.4" SRCREV_pn-xf86-input-mouse = "${AUTOREV}" -#PREFERRED_VERSION_xf86-input-mouse ?= "1.3.0+git${SRCREV}" +#PREFERRED_VERSION_xf86-input-mouse ?= "1.3.0+git%" SRCREV_pn-xf86-input-keyboard = "${AUTOREV}" -#PREFERRED_VERSION_xf86-input-keyboard ?= "1.3.1+git${SRCREV}" +#PREFERRED_VERSION_xf86-input-keyboard ?= "1.3.1+git%" SRCREV_pn-xf86-input-synaptics = "${AUTOREV}" -#PREFERRED_VERSION_xf86-input-synaptics ?= "0.15.2+git${SRCREV}" +#PREFERRED_VERSION_xf86-input-synaptics ?= "0.15.2+git%" #SRCDATE_oprofile ?= "${DATE}" -- cgit v1.2.3-54-g00ecf