Skip to content

Commit

Permalink
Update setenv.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Oct 10, 2024
1 parent 8ac2909 commit 50d4abf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions external/setenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ 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
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
rsync_dir $EXTERNAL/isp_tuning .
rsync_dir $EXTERNAL/ramdisk/ ramdisk/
rsync_dir $EXTERNAL/u-boot/ $UBOOT_DIR/
Expand Down

0 comments on commit 50d4abf

Please sign in to comment.