From ba81c9cff919b82fa35e8856907cb8d03a884068 Mon Sep 17 00:00:00 2001 From: Derek Young Date: Mon, 11 Jul 2005 08:30:27 +0000 Subject: [PATCH] Fix the bitbake fixing line --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 82b69856d9..aeb50a51b3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ # Makefile for the NSLU2 Linux development system # Licensed under the GPL v2 or later -BITBAKE_REVISION="-r 269" # Fetch this revision of BitBake. Unset this to fetch bleeding edge. +# Fetch this revision of BitBake. Unset this to fetch bleeding edge. +BITBAKE_REVISION=-r 269 .PHONY: all all: update build -- 2.39.5