blob: 8f37d5b148699cd96cb9789954cdae76d201b89c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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}"
|