Commit 55fdeaab authored by Vitaly Lipatov's avatar Vitaly Lipatov

repack.d: remove scripts with only add_libs_requires (it is default behaviour)

parent cdcbf31d
#!/bin/sh -x
# Default repack script (used if a special script for target product is mieed)
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
......
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
. $(dirname $0)/common.sh
add_libs_requires
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
. $(dirname $0)/common.sh
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
. $(dirname $0)/common.sh
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
. $(dirname $0)/common.sh
add_libs_requires
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment