aboutsummaryrefslogtreecommitdiffstats
path: root/packages/popt
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-01-03 09:48:08 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-03 09:48:08 +0000
commit107a5e3003720a080de58d295dab37f1ceb62549 (patch)
tree0bc95d4397780c1ecb0190300a0bec79f3e911d7 /packages/popt
parentcf6a9b059d567d022435b0077fc1ba73e4955fe4 (diff)
downloadopenembedded-107a5e3003720a080de58d295dab37f1ceb62549.tar.gz
autotooled packages: remove redundant do_stage
Diffstat (limited to 'packages/popt')
-rw-r--r--packages/popt/popt_1.7.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/popt/popt_1.7.bb b/packages/popt/popt_1.7.bb
index e599c023dc..184465a6fc 100644
--- a/packages/popt/popt_1.7.bb
+++ b/packages/popt/popt_1.7.bb
@@ -9,7 +9,3 @@ SRC_URI = "ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-${PV}.tar.gz \
file://intl.patch;patch=1"
inherit autotools
-
-do_stage () {
- autotools_stage_all
-}