Files
RedBear-OS/local
vasilito f1802f6f2b qtbase: remove NO-OP seds for add_subdirectory(network) and tuiotouch
The 2 `sed -i` chains in qtbase's [build].script that
uncommented `add_subdirectory(network)` and
`add_subdirectory(tuiotouch)` are NO-OPs against
upstream Qt 6.11.0 — both `add_subdirectory` lines
are ALREADY uncommented in the upstream CMakeLists.txt
files:

  src/CMakeLists.txt: `    add_subdirectory(network)`
  src/plugins/generic/CMakeLists.txt:
    `    add_subdirectory(tuiotouch)`

The seds were a leftover from when Qt 6.x had these
subdirs commented out. With Qt 6.11, the uncomment
is a no-op and the dead sed chains accumulate
technical debt (per the v6.0 zero-tolerance policy
on stubs and workarounds).

Removed both seds + their context comments. QtNetwork
and TUIO are already enabled in the upstream tree,
so the rest of the recipe doesn't need any change.

Remaining sed chains in qtbase (4):
  - 4 `sed -i` calls that modify `elf.h` in
    `${COOKBOOK_SYSROOT}` (build-time, exempt from
    R2 per the new lint rule — they're
    cross-compilation fixes, not upstream edits).

lint-recipe: now 1 error remaining (sddm, 19 seds
that need separate migration).
2026-06-12 23:37:49 +03:00
..
2026-06-12 22:19:14 +03:00