Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] linux-fusion: fix build after af52661d (linux: rename LINUX26 to LINUX)
@ 2011-07-18 11:13 Peter Korsgaard
  2011-07-18 12:11 ` Sven Neumann
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2011-07-18 11:13 UTC (permalink / raw)
  To: buildroot


commit: http://git.buildroot.net/buildroot/commit/?id=1dfc43cced8d30984687950beca6448203fb576d
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

linux-fusion uses a number of linux-specific variables. Adjust to match
their new names.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/linux-fusion/linux-fusion.mk |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/linux-fusion/linux-fusion.mk b/package/linux-fusion/linux-fusion.mk
index 392ffd6..be1cc71 100644
--- a/package/linux-fusion/linux-fusion.mk
+++ b/package/linux-fusion/linux-fusion.mk
@@ -9,12 +9,12 @@ LINUX_FUSION_SITE = http://directfb.org/downloads/Core/linux-fusion
 LINUX_FUSION_INSTALL_STAGING = YES
 LINUX_FUSION_DEPENDENCIES = linux
 
-LINUX_FOR_FUSION=$(LINUX26_VERSION_PROBED)
+LINUX_FOR_FUSION=$(LINUX_VERSION_PROBED)
 LINUX_FUSION_ETC_DIR=$(TARGET_DIR)/etc/udev/rules.d
 
 LINUX_FUSION_MAKE_OPTS =  KERNEL_VERSION=$(LINUX_FOR_FUSION)
-LINUX_FUSION_MAKE_OPTS += KERNEL_BUILD=$(LINUX26_DIR)
-LINUX_FUSION_MAKE_OPTS += KERNEL_SOURCE=$(LINUX26_DIR)
+LINUX_FUSION_MAKE_OPTS += KERNEL_BUILD=$(LINUX_DIR)
+LINUX_FUSION_MAKE_OPTS += KERNEL_SOURCE=$(LINUX_DIR)
 
 LINUX_FUSION_MAKE_OPTS += SYSROOT=$(TARGET_DIR)
 LINUX_FUSION_MAKE_OPTS += ARCH=$(KERNEL_ARCH)
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [git commit] linux-fusion: fix build after af52661d (linux: rename LINUX26 to LINUX)
  2011-07-18 11:13 [Buildroot] [git commit] linux-fusion: fix build after af52661d (linux: rename LINUX26 to LINUX) Peter Korsgaard
@ 2011-07-18 12:11 ` Sven Neumann
  2011-07-18 13:35   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Sven Neumann @ 2011-07-18 12:11 UTC (permalink / raw)
  To: buildroot

On Mon, 2011-07-18 at 13:13 +0200, Peter Korsgaard wrote:
> commit: http://git.buildroot.net/buildroot/commit/?id=1dfc43cced8d30984687950beca6448203fb576d
> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
> 
> linux-fusion uses a number of linux-specific variables. Adjust to match
> their new names.
> 
> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
> ---

Still getting hits when I "git grep" for LINUX26:

 fs/iso9660/iso9660.mk
 scripts/get_linux_config.sh

Those probably need to be changed as well.


Sven

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [git commit] linux-fusion: fix build after af52661d (linux: rename LINUX26 to LINUX)
  2011-07-18 12:11 ` Sven Neumann
@ 2011-07-18 13:35   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2011-07-18 13:35 UTC (permalink / raw)
  To: buildroot

>>>>> "Sven" == Sven Neumann <s.neumann@raumfeld.com> writes:

 Sven> Still getting hits when I "git grep" for LINUX26:

 Sven>  fs/iso9660/iso9660.mk

Correct, will fix.

 Sven>  scripts/get_linux_config.sh

Thats a false positive.

Thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-07-18 13:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-18 11:13 [Buildroot] [git commit] linux-fusion: fix build after af52661d (linux: rename LINUX26 to LINUX) Peter Korsgaard
2011-07-18 12:11 ` Sven Neumann
2011-07-18 13:35   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox