diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-01-03 09:48:08 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-03 09:48:08 +0000 |
commit | 107a5e3003720a080de58d295dab37f1ceb62549 (patch) | |
tree | 0bc95d4397780c1ecb0190300a0bec79f3e911d7 /packages/cyrus-sasl/cyrus-sasl_2.1.19.bb | |
parent | cf6a9b059d567d022435b0077fc1ba73e4955fe4 (diff) |
autotooled packages: remove redundant do_stage
Diffstat (limited to 'packages/cyrus-sasl/cyrus-sasl_2.1.19.bb')
-rw-r--r-- | packages/cyrus-sasl/cyrus-sasl_2.1.19.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/cyrus-sasl/cyrus-sasl_2.1.19.bb b/packages/cyrus-sasl/cyrus-sasl_2.1.19.bb index ba6dc65f88..d202fd7b83 100644 --- a/packages/cyrus-sasl/cyrus-sasl_2.1.19.bb +++ b/packages/cyrus-sasl/cyrus-sasl_2.1.19.bb @@ -32,10 +32,6 @@ do_compile_prepend () { cd .. } -do_stage () { - autotools_stage_all -} - pkg_postinst () { grep cyrus /etc/passwd || adduser --disabled-password --home=/var/spool/mail --ingroup mail -g "Cyrus sasl" cyrus echo "cyrus" | saslpasswd2 -p -c cyrus |