Description
Hi everybody
I am trying add aria2 as a package for my buildroot config but i still getting compiling errors as follow
make[2]: Nothing to be done for 'configure'.
/usr/bin/make -j9 -C /x86_64/build/aria2-1.36.0
make[2]: *** No targets specified and no makefile found. Stop.
make[1]: *** [package/pkg-generic.mk:293: /x86_64/build/aria2-1.36.0/.stamp_built] Error 2
make: *** [Makefile:23: _all] Error 2
this is my aria2.mk file
Aria2 package for Buildroot
ARIA2_VERSION = 1.36.0
ARIA2_SITE = https://github.com/aria2/aria2/releases/download/release-$(ARIA2_VERSION)
ARIA2_SOURCE = aria2-$(ARIA2_VERSION).tar.gz
define ARIA2_BUILD_CMDS
endef
define ARIA2_INSTALL_TARGET_CMDS
endef
I will apreciate any suggest