From: Rod Whitby Date: Thu, 12 Feb 2009 05:09:27 +0000 (+0000) Subject: Makefile: Updated for bitbake 1.8.12 X-Git-Url: https://repo.or.cz/w/nslu2-linux/master.git/commitdiff_plain/61bc646f88e1576d25789f5736c1cd17e6f075f6 Makefile: Updated for bitbake 1.8.12 --- diff --git a/Makefile b/Makefile index a020c3f..361b7a8 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.10 +BITBAKE_VERSION = tags/bitbake-1.8.12 .PHONY: all all: update build @@ -540,7 +540,7 @@ update-optware: optware/.svn/entries .PHONY: update-openwrt update-openwrt: openwrt/.svn/entries - ( cd openwrt ; svn update ; ./scripts/feeds update ) + ( cd openwrt ; svn update ; ./scripts/feeds update -a ; ./scripts/feeds install -a ) update-slugos-%-beta: releases/slugos-%-beta/.configured ( cd releases/slugos-$*-beta ; svn update ) @@ -549,7 +549,7 @@ update-unslung-%-beta: releases/unslung-%-beta/.configured ( cd releases/unslung-$*-beta ; svn update ) update-openwrt-%: releases/openwrt-%/.configured - ( cd releases/openwrt-$* ; svn update ) + ( cd releases/openwrt-$* ; svn update ; ./scripts/feeds update -a ; ./scripts/feeds install -a ) .PHONY: check-makefile check-makefile: