diff options
author | Dirk Opfer <dirk@do13.de> | 2010-08-02 09:45:49 +0200 |
---|---|---|
committer | Dirk Opfer <dirk@do13.de> | 2010-08-03 13:47:19 +0200 |
commit | 2415f71c42561910705763e13f666b0940979e1b (patch) | |
tree | 14e687b8bf5af9461d39450ebe485b0d87e74dab | |
parent | cc58e6fe45b79ab09f71dadba7a02702bf6adf5f (diff) |
argp-standalone: Remove staging null ops
-rw-r--r-- | recipes/argp-standalone/argp-standalone_1.3.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes/argp-standalone/argp-standalone_1.3.bb b/recipes/argp-standalone/argp-standalone_1.3.bb index 055d1dc8e6..79d219a98b 100644 --- a/recipes/argp-standalone/argp-standalone_1.3.bb +++ b/recipes/argp-standalone/argp-standalone_1.3.bb @@ -5,9 +5,5 @@ SRC_URI = "http://www.auto.tuwien.ac.at/~mkoegler/eib/argp-standalone-${PV}.tar. inherit autotools -do_stage() { - autotools_stage_all -} - SRC_URI[md5sum] = "8a336796eeb2a765b76f68e3312adaab" SRC_URI[sha256sum] = "8b9067e77812c67c1e1b96ab9d92ab9af3a97e991d3c385b6e241d97f0e3cd28" |