Revert "cross.bbclass: set autoconf's program prefix to keep TARGET_SYS and TARGET_PR...
authorChris Larson <clarson@kergoth.com>
Wed, 25 Mar 2009 01:25:54 +0000 (18:25 -0700)
committerChris Larson <clarson@kergoth.com>
Wed, 25 Mar 2009 01:25:54 +0000 (18:25 -0700)
This reverts commit 114155243344c15847e73598e82d02926443cbf1.

classes/cross.bbclass

index 72a0fb7..7debde6 100644 (file)
@@ -2,11 +2,6 @@
 # no need for them to be a direct target of 'world'
 EXCLUDE_FROM_WORLD = "1"
 
-# In order to keep TARGET_PREFIX decoupled from TARGET_SYS, let's force the
-# binary names to match the former, rather than relying on autoconf's implicit
-# prefixing based on the latter.
-EXTRA_OECONF_append = " --program-prefix=${TARGET_PREFIX}"
-
 # Save PACKAGE_ARCH before changing HOST_ARCH
 OLD_PACKAGE_ARCH := "${PACKAGE_ARCH}"
 PACKAGE_ARCH = "${OLD_PACKAGE_ARCH}"