Let's say I want to make a package: PKG_NAME:=avr-gcc PKG_VERSION:=1.0
but my source is named gcc PKG_SOURCE:=gcc-$(PACKAGE_VERSION).tar.gz When this source gets uncompressed it gets put into. target_mipsel/avr-gcc/.. The uncompress set goes up a level in directories the source ends up in target_mipsel/gcc-1.0 What is the right way to achieve a rename like this? I need the source in the avr-gcc tree so that I can apply avr specific patches to it. -- Jon Smirl jonsm...@gmail.com _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel