diff options
Diffstat (limited to 'recipes-support/sciteco/sciteco_git.bb')
-rw-r--r-- | recipes-support/sciteco/sciteco_git.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-support/sciteco/sciteco_git.bb b/recipes-support/sciteco/sciteco_git.bb new file mode 100644 index 0000000..6038eb0 --- /dev/null +++ b/recipes-support/sciteco/sciteco_git.bb @@ -0,0 +1,20 @@ +DEFAULT_PREFERENCE = "-1" + +require sciteco.inc + +# The configuration for development HEAD commit builds. +# To use it add the following line to conf/local.conf: +# +# PREFERRED_VERSION_sciteco-native = "git%" +# PREFERRED_VERSION_sciteco = "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}" + +# Factor out the icons into a separate package. +# We usually don't need them. +PACKAGES =+ "${PN}-icons" +FILES_${PN}-icons = "${datadir}/${PN}/*.png" |