apollo-ng / luci-theme-darkmatter

Alternative Luci theme for LEDE/OpenWRT
GNU General Public License v2.0
249 stars 98 forks source link

Error when building via feeds.conf using src-git #3

Closed chron0 closed 7 years ago

chron0 commented 7 years ago

./scripts/feeds update darkmatterUpdating feed 'darkmatter' from 'git://github.com/apollo-ng/luci-theme-darkmatter.git' ...Cloning into './feeds/darkmatter'...remote: Counting objects: 36, done.remote: Compressing objects: 100% (33/33), done.remote: Total 36 (delta 2), reused 33 (delta 2), pack-reused 0Receiving objects: 100% (36/36), 882.93 KiB | 156.00 KiB/s, done.Resolving deltas: 100% (2/2), done.Create index file './feeds/darkmatter.index' grep: feeds/darkmatter/Makefile:$(eval: No such file or directorygrep: $(call: No such file or directorygrep: BuildPackage,luci-theme-$(THEME_NAME)))/Makefile: No such file or directoryfeeds/darkmatter.tmp/info/.files-packageinfo.mk:1: *** target pattern contains no '%'. Stop.Collecting target info: done

It works when in local fs:

git clone https://github.com/apollo-ng/luci-theme-darkmatter.git
mv luci-theme-darkmatter <lede-source>/feeds/luci/themes
cd <lede-source>
./scripts/feeds update -i
./scripts/feeds install -a
make menuconfig --> select theme
chron0 commented 7 years ago

This seems to have been resolved, build with 15.05 and trunk have been successful. If it still fails for you, please re-open the issue.