From a27bfa0c5ad1132f6070d8a9f5df34faad029e9c Mon Sep 17 00:00:00 2001 From: Mike Westerhof Date: Thu, 12 Nov 2009 20:36:19 -0600 Subject: [PATCH] Revert "Makefile: update bitbake version to .18" This reverts commit 1b86062b79e43310f47ccf3cb4bfb67e95383236. (Since development moved to git, apparently, there is no tag for this version -- this will require other, potentially major, changes in the Master Makefile) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8bff203..de05095 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ HOST_MACHINE:=$(shell uname -m | sed \ -e 's/armv5b/armeb/' \ ) -BITBAKE_VERSION = tags/bitbake-1.8.18 +BITBAKE_VERSION = tags/bitbake-1.8.12 .PHONY: all all: update build -- 2.11.4.GIT