aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lmbench/lmbench_2.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/lmbench/lmbench_2.5.bb')
-rw-r--r--recipes/lmbench/lmbench_2.5.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/recipes/lmbench/lmbench_2.5.bb b/recipes/lmbench/lmbench_2.5.bb
index 73063ad072..a28ef6ffa2 100644
--- a/recipes/lmbench/lmbench_2.5.bb
+++ b/recipes/lmbench/lmbench_2.5.bb
@@ -16,16 +16,6 @@ EXTRA_OEMAKE = 'CC="${CC}" AR="${AR}" CFLAGS="${CFLAGS}" \
LDFLAGS="${LDFLAGS}" LD="${LD}" OS="${TARGET_SYS}" \
TARGET="${TARGET_OS}" BASE="${prefix}"'
-
-python do_unpack () {
- bb.build.exec_func('base_do_unpack', d)
- bb.build.exec_func('byebk_do_unpack', d)
-}
-
-byebk_do_unpack () {
- find ${S}/.. -name BitKeeper -o -name SCCS | xargs rm -rf
-}
-
do_configure() {
:
}