poky-floating-revisions.inc: Allow oprofile version to float in bleeding builds

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4886 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-07-18 18:07:19 +00:00
parent 17268d4c9c
commit cc8e31cf7e
2 changed files with 4 additions and 2 deletions

View File

@ -12,7 +12,6 @@ SRCDATE_libmatchbox ?= "20070417"
SRCDATE_maemo-mapper-nohildon ?= "20061114"
SRCDATE_matchbox-panel-manager ?= "20060612"
SRCDATE_minimo ?= "20070510"
SRCDATE_oprofile ?= "20080718"
SRCDATE_xcalibrateext ?= "20051101"
SRCDATE_xcalibrate ?= "20060312"
SRCDATE_yaffs2-utils-native = "20071107"
@ -158,7 +157,6 @@ PREFERRED_VERSION_gnome-keyring ?= "2.20"
PREFERRED_VERSION_evince ?= "2.20.0"
PREFERRED_VERSION_minimo ?= "0.02+cvs${SRCDATE_minimo}"
#PREFERRED_VERSION_oprofile ?= "0.9.3+cvs20080718"
PREFERRED_VERSION_oprofile ?= "0.9.4"
PREFERRED_VERSION_elfutils ?= "0.89"
PREFERRED_VERSION_hal ?= "0.5.9.1"

View File

@ -55,3 +55,7 @@ SRCREV_pn-libmatchbox ?= "${AUTOREV}"
SRCREV_pn-tasks ?= "${AUTOREV}"
SRCREV_pn-libjana = "${AUTOREV}"
SRCDATE_oprofile ?= "${DATE}"
PREFERRED_VERSION_oprofile ?= "0.9.4+cvs${SRCDATE_oprofile}"