From 1903bd0109a88bf0e8c9938f888dcfcc631351be Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Sun, 19 Jun 2011 10:54:33 +0200 Subject: ptxd_make_xpkg: handle DEPENDS in ptxd_make_xpkg_prepare Signed-off-by: Michael Olbrich --- scripts/lib/ptxd_make_opkg_finish.sh | 8 -------- 1 file changed, 8 deletions(-) (limited to 'scripts/lib/ptxd_make_opkg_finish.sh') diff --git a/scripts/lib/ptxd_make_opkg_finish.sh b/scripts/lib/ptxd_make_opkg_finish.sh index 97e10340f..583a5ef24 100644 --- a/scripts/lib/ptxd_make_opkg_finish.sh +++ b/scripts/lib/ptxd_make_opkg_finish.sh @@ -25,14 +25,6 @@ export -f ptxd_make_opkg_finish_impl # create an opkg package # ptxd_make_opkg_finish() { - local dep - - # replace space with ", " - dep="${pkg_xpkg_deps[*]}" - dep="${dep// /, }" - - sed -i -e "s:@DEPENDS@:${dep}:g" "${pkg_xpkg_control}" || return - local -a fake_args if [ -f "${pkg_fake_env}" ]; then fake_args=( "-i" "${pkg_fake_env}" ) -- cgit v1.2.3