CrealityTech / sonic_pad_os

sonic-pad os source code
GNU General Public License v2.0
29 stars 13 forks source link

GNU package glib2 moved #4

Open rmcolbert opened 1 year ago

rmcolbert commented 1 year ago

The folder structure for the glib2 package download has changed. They have removed patch level folders and rolled them up to major.minor folder. The OpenWRT toolchain accounts for this with a change to the PKG_SOURCE_URL

In packages/libs/glib2/Makefile, change line 16 to: PKG_SOURCE_URL:=@GNOME/glib/$(word 1,$(subst ., ,$(PKG_VERSION))).$(word 2,$(subst ., ,$(PKG_VERSION)))