From: Richard Purdie Date: Wed, 18 Aug 2010 10:49:21 +0000 (+0100) Subject: linux-wrs: Make sure kern-tools-native is built before do_patch X-Git-Tag: 2011-1~4866 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9ba6043530fe139c61e7aab6b69056c5a312e580;p=openembedded-core.git linux-wrs: Make sure kern-tools-native is built before do_patch Signed-off-by: Richard Purdie --- diff --git a/meta/packages/linux/linux-wrs_git.bb b/meta/packages/linux/linux-wrs_git.bb index 38718464de..c8d362571f 100644 --- a/meta/packages/linux/linux-wrs_git.bb +++ b/meta/packages/linux/linux-wrs_git.bb @@ -4,7 +4,6 @@ LICENSE = "GPL" # Set this to 'preempt_rt' in the local.conf if you want a real time kernel LINUX_KERNEL_TYPE ?= standard -DEPENDS = "kern-tools-native" SRCREV_FORMAT = "meta_machine" PV = "2.6.34+git${SRCPV}" @@ -109,7 +108,7 @@ do_install_perf() { oe_runmake -C ${S}/tools/perf CC="${KERNEL_CC}" LD="${KERNEL_LD}" prefix=${prefix} DESTDIR=${D} install } -do_wrlinux_configme[depends] = "kern-tools-native:do_populate_sysroot" +do_patch[depends] = "kern-tools-native:do_populate_sysroot" addtask wrlinux_configme before do_configure after do_patch addtask wrlinux_link_vmlinux after do_compile before do_install addtask wrlinux_configcheck after do_configure before do_compile