From 86735426ecc1dfca73e8bfa64f2b2a019f8f97e0 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 5 Jan 2010 14:00:41 +0100 Subject: qi: bump revision for sane-toolchain compatibility Signed-off-by: Martin Jansa --- recipes/qi/files/sanitize-makefile.patch | 2 +- recipes/qi/qi.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/qi') diff --git a/recipes/qi/files/sanitize-makefile.patch b/recipes/qi/files/sanitize-makefile.patch index cd1abf3f58..69f34f8cfb 100644 --- a/recipes/qi/files/sanitize-makefile.patch +++ b/recipes/qi/files/sanitize-makefile.patch @@ -6,7 +6,7 @@ Index: git/Makefile include config.mk --BUILD_DATE := $(shell date) +-BUILD_DATE := $(shell date --iso-8601=seconds) -BUILD_HOST := $(shell hostname) -BUILD_BRANCH := $(shell git branch | grep ^\* | cut -d' ' -f2) -BUILD_HEAD := $(shell git show --pretty=oneline | head -n1 | cut -d' ' -f1 | cut -b1-16) diff --git a/recipes/qi/qi.inc b/recipes/qi/qi.inc index 949a011463..f944390345 100644 --- a/recipes/qi/qi.inc +++ b/recipes/qi/qi.inc @@ -16,7 +16,7 @@ do_configure() { BUILD_HOST=\$(shell hostname) BUILD_VERSION=${PV} -BUILD_DATE=\$(shell date) +BUILD_DATE=\$(shell date --iso-8601=seconds) # NOTE: The following depends on the fact that only one version of the cross-compiler # has been built. If it bails out with something like: "| arm-linux-ld: 4.3.3: No such file or directory" @@ -51,6 +51,6 @@ do_deploy () { PACKAGE_ARCH = "${MACHINE_ARCH}" do_deploy[dirs] = "${S}" -addtask deploy before do_package after do_install +addtask deploy before do_build after do_package addtask quilt before do_patch after do_unpack addtask svnrev before do_patch after do_quilt -- cgit v1.2.3