diff options
-rw-r--r-- | conf/layer.conf | 4 | ||||
-rw-r--r-- | recipes-support/sciteco/sciteco-curses.inc | 8 |
2 files changed, 5 insertions, 7 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 70a1197..28ccc2c 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,4 +9,6 @@ BBFILE_COLLECTIONS += "rhaberkorn" BBFILE_PATTERN_rhaberkorn = "^${LAYERDIR}/" BBFILE_PRIORITY_rhaberkorn = "6" -LAYERSERIES_COMPAT_rhaberkorn = "kirkstone" +# And probably langdale, mickledore and nanbield as well, +# but they aren't tested. +LAYERSERIES_COMPAT_rhaberkorn = "kirkstone scarthgap" diff --git a/recipes-support/sciteco/sciteco-curses.inc b/recipes-support/sciteco/sciteco-curses.inc index 5bcc3cc..9a06ab3 100644 --- a/recipes-support/sciteco/sciteco-curses.inc +++ b/recipes-support/sciteco/sciteco-curses.inc @@ -1,19 +1,15 @@ DESCRIPTION = "Advanced TECO dialect and interactive screen editor based on Scintilla" -HOMEPAGE = "http://sciteco.sf.net/" +HOMEPAGE = "https://rhaberkorn.github.io/sciteco/" SECTION = "console/utils" LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" -PR = "r0" - SRC_URI = "gitsm://github.com/rhaberkorn/sciteco.git;protocol=https;branch=master" S = "${WORKDIR}/git" -# SciTECO does not support out-of-tree builds out of the box since -# Scintilla doesn't. -inherit autotools-brokensep pkgconfig +inherit autotools pkgconfig # Since we are cross-compiling, bootstrapping cannot work. # Instead there must be a native sciteco available. |