diff options
Diffstat (limited to 'recipes-support/sciteco/sciteco-curses_git.bb')
-rw-r--r-- | recipes-support/sciteco/sciteco-curses_git.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-support/sciteco/sciteco-curses_git.bb b/recipes-support/sciteco/sciteco-curses_git.bb new file mode 100644 index 0000000..8f37d5b --- /dev/null +++ b/recipes-support/sciteco/sciteco-curses_git.bb @@ -0,0 +1,15 @@ +DEFAULT_PREFERENCE = "-1" + +require sciteco-curses.inc + +# The configuration for development HEAD commit builds. +# To use it add the following line to conf/local.conf: +# +# PREFERRED_VERSION_sciteco-curses-native = "git%" +# PREFERRED_VERSION_sciteco-curses = "git%" +# + +# Use latest revision from branch specified in SRC_URI (master) +SRCREV = "${AUTOREV}" +# Makes sure that new commits result in new package versions: +PV = "git-${SRCPV}" |