Skip to content

Commit

Permalink
patching poco to c++17
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Oct 10, 2024
1 parent 793096d commit dde7438
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions external/setenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ rsync_dir $EXTERNAL/build .
rsync_dir $EXTERNAL/buildroot/ $BUILDROOT_DIR/
echo "patching openhd into config.in"
sed -i '/menu "Audio and video applications"/a\ source "package/openhd/Config.in"' "$BUILDROOT_DIR/package/Config.in"
echo "patching poco"
sed -i 's/c++14/c++17/g' buildroot-2021.05/package/poco
rsync_dir $EXTERNAL/isp_tuning .
rsync_dir $EXTERNAL/ramdisk/ ramdisk/
rsync_dir $EXTERNAL/u-boot/ $UBOOT_DIR/
Expand Down

0 comments on commit dde7438

Please sign in to comment.