From 45eacfefe1cbb5fe6684482d99882977df4ad535 Mon Sep 17 00:00:00 2001 From: Hamish Guthrie Date: Tue, 4 Nov 2008 07:55:14 +0000 Subject: [PATCH] Created conditional download for pre-2.6.27 kernel builds to use strace-4.5.16 and 2.6.27 kernels use strace-4.5.18 - also created a dummy PATCH_DIR on strace-4.5.18 so that the existing patches will not be applied SVN-Revision: 13119 --- utils/strace/Makefile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/utils/strace/Makefile b/utils/strace/Makefile index 7044ee6f7..e73a25290 100644 --- a/utils/strace/Makefile +++ b/utils/strace/Makefile @@ -9,12 +9,19 @@ include $(TOPDIR)/rules.mk PKG_NAME:=strace -PKG_VERSION:=4.5.18 PKG_RELEASE:=2 +ifneq ($(CONFIG_LINUX_2_6_27),y) + PKG_VERSION:=4.5.16 + PKG_MD5SUM:=77f66d09aa82981bb6d65fa19a2c1ba9 +else + PKG_VERSION:=4.5.18 + PKG_MD5SUM:=e9449fcee97e6a8ed73934c883c870e0 + PATCH_DIR:=./none +endif + PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/$(PKG_NAME) -PKG_MD5SUM:=e9449fcee97e6a8ed73934c883c870e0 PKG_FIXUP = libtool -- 2.30.2