diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-04-15 08:49:55 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-04-15 09:08:26 +0300 |
commit | 4c2c9c48f34c261d5d4a72ccfaba68753268e20b (patch) | |
tree | b25465fd6d32ae6b0a83c64585b41d6dae6737fb /recipes-support/sciteco/sciteco_0.6.4.bb | |
parent | 693d3ea3583562974adabe9748fcbbe3b86dcf43 (diff) | |
download | meta-rhaberkorn-4c2c9c48f34c261d5d4a72ccfaba68753268e20b.tar.gz |
updated SciTECO recipe for current builds
* Renamed to sciteco-curses, analoguous to the Debian packages, since
there might be a Gtk port in the future.
* Lexilla support, malloc-replacement and LTO is now configurable via PACKAGECONFIG.
Especially disabling Lexilla and enabling LTO can have a huge impact on binary size.
* Woman pages are packaged into sciteco-curses-doc now, since they are not strictly
required and it's important to save space.
* Updated for Yocto kirkstone. Will probably work with other version as well,
but hasn't been tested.
* We can now do parallel builds.
* Removed the v0.6.4 recipe. It's too old.
Diffstat (limited to 'recipes-support/sciteco/sciteco_0.6.4.bb')
-rw-r--r-- | recipes-support/sciteco/sciteco_0.6.4.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-support/sciteco/sciteco_0.6.4.bb b/recipes-support/sciteco/sciteco_0.6.4.bb deleted file mode 100644 index a2af320..0000000 --- a/recipes-support/sciteco/sciteco_0.6.4.bb +++ /dev/null @@ -1,3 +0,0 @@ -require sciteco.inc - -SRCREV = "v0.6.4" |