mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-30 17:40:16 +02:00
deptest: handle packages from feeds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16099 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ce5ea3d74f
commit
93e9ceb397
@ -19,7 +19,7 @@ mkdir -p "$STAMP_DIR" "$BUILD_DIR" "$LOG_DIR"
|
|||||||
|
|
||||||
for pkg in `cat tmp/.packagedeps | grep CONFIG_PACKAGE | grep -v curdir | sed -e 's,.*[/=]\s*,,' | sort -u`; do
|
for pkg in `cat tmp/.packagedeps | grep CONFIG_PACKAGE | grep -v curdir | sed -e 's,.*[/=]\s*,,' | sort -u`; do
|
||||||
SELECTED=
|
SELECTED=
|
||||||
for conf in `grep CONFIG_PACKAGE tmp/.packagedeps | grep " $pkg\$" | sed -e 's,package-$(\(CONFIG_PACKAGE_.*\)).*,\1,'`; do
|
for conf in `grep CONFIG_PACKAGE tmp/.packagedeps | grep -E "[ /]$pkg\$" | sed -e 's,package-$(\(CONFIG_PACKAGE_.*\)).*,\1,'`; do
|
||||||
grep "$conf=" .config > /dev/null && SELECTED=1
|
grep "$conf=" .config > /dev/null && SELECTED=1
|
||||||
done
|
done
|
||||||
[ -f "$STAMP_DIR/$pkg-done" ] && continue
|
[ -f "$STAMP_DIR/$pkg-done" ] && continue
|
||||||
|
Loading…
Reference in New Issue
Block a user