Fix TARGET_PATH for external toolchain builds
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 15 Dec 2008 22:07:38 +0000 (22:07 -0000)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 15 Dec 2008 22:07:38 +0000 (22:07 -0000)
commitc934e1aa1832b750351f6b00edc4d085bf289c71
treecda667b35b123305d4e9d2d9daba3d6074b49ec2
parent7fdbdfc5590511692f38195ec887795f8489b3dd
Fix TARGET_PATH for external toolchain builds

TARGET_PATH didn't contain $(STAGING_DIR)/usr/bin, which means that
programs installed in $(STAGING_DIR)/usr/bin were not considered for
execution during Buildroot build process. This was a problem with host
automake/autoconf/libtool, which could not be found.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Makefile.in