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/fuse | |
parent | 5c63f8a2494cd74792e1a67b114a90a0a2fdbbcc (diff) | |
download | openembedded-core-dc807f54f858419f97e211cd62fd2d30db9a80de.tar.gz openembedded-core-dc807f54f858419f97e211cd62fd2d30db9a80de.tar.bz2 openembedded-core-dc807f54f858419f97e211cd62fd2d30db9a80de.zip |
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/fuse')
-rw-r--r-- | meta/packages/fuse/fuse_2.7.2.bb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/packages/fuse/fuse_2.7.2.bb b/meta/packages/fuse/fuse_2.7.2.bb index a1795e7f0c..d284a25f5f 100644 --- a/meta/packages/fuse/fuse_2.7.2.bb +++ b/meta/packages/fuse/fuse_2.7.2.bb @@ -20,8 +20,3 @@ FILES_fuse-utils-dbg = "${bindir}/.debug ${base_sbindir}/.debug" DEBIAN_NOAUTONAME_fuse-utils = "1" DEBIAN_NOAUTONAME_fuse-utils-dbg = "1" -fakeroot do_stage() { - autotools_stage_all -} - - |