diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-22 11:27:13 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-22 11:44:28 +0100 |
commit | dc807f54f858419f97e211cd62fd2d30db9a80de (patch) | |
tree | 59adc7578ccccd566b5db07ed2a8e764c30510d8 /meta/packages/kern-tools | |
parent | 5c63f8a2494cd74792e1a67b114a90a0a2fdbbcc (diff) | |
download | poky-dc807f54f858419f97e211cd62fd2d30db9a80de.tar.gz |
Finally deprecate all legacy do_stage functions. This changes the existing warning
into a fatal error if any legacy do_stage functions are found.
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/kern-tools')
-rw-r--r-- | meta/packages/kern-tools/kern-tools-native_git.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/packages/kern-tools/kern-tools-native_git.bb b/meta/packages/kern-tools/kern-tools-native_git.bb index 417bcb689b..4e4b86b979 100644 --- a/meta/packages/kern-tools/kern-tools-native_git.bb +++ b/meta/packages/kern-tools/kern-tools-native_git.bb | |||
@@ -7,9 +7,6 @@ DEPENDS = "git-native" | |||
7 | PR = r4 | 7 | PR = r4 |
8 | PV = "0.1+git${SRCPV}" | 8 | PV = "0.1+git${SRCPV}" |
9 | 9 | ||
10 | # needed until the native do_stage goes away | ||
11 | NATIVE_INSTALL_WORKS=1 | ||
12 | |||
13 | inherit native | 10 | inherit native |
14 | 11 | ||
15 | SRC_URI = "git://git.pokylinux.org/wr-kernel-tools.git;protocol=git" | 12 | SRC_URI = "git://git.pokylinux.org/wr-kernel-tools.git;protocol=git" |