Skip to content

Commit

Permalink
update poco
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Oct 10, 2024
1 parent 9c9d973 commit 83d9bad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion external/setenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ 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/poco.mk
rm -Rf buildroot-2021.05/package/poco/poco.hash
sed -i 's|POCO_SITE = $(call github,pocoproject,poco,poco-$(POCO_VERSION)-release)|POCO_SITE = $(call github,OpenHD,poco,v$(POCO_VERSION))|' buildroot-2021.05/package/poco/poco.mk
sed -i 's/1.10.1/main/g' buildroot-2021.05/package/poco/poco.mk
sed -i 's/1.10.1/1.13.3/g' buildroot-2021.05/package/poco/poco.mk
rsync_dir $EXTERNAL/isp_tuning .
rsync_dir $EXTERNAL/ramdisk/ ramdisk/
rsync_dir $EXTERNAL/u-boot/ $UBOOT_DIR/
Expand Down

0 comments on commit 83d9bad

Please sign in to comment.