8000 Adding aria2 to buildroot · Issue #2041 · aria2/aria2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Adding aria2 to buildroot #2041
Open
Open
@Rommell761

Description

@Rommell761

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
$(MAKE) -C $(@d) $(TARGET_CONFIGURE_OPTS) configure
$(MAKE) -C $(@d)
endef

define ARIA2_INSTALL_TARGET_CMDS
$(MAKE) -C $(@d) install DESTDIR=$(TARGET_DIR)
endef

$(eval $(generic-package))

I will apreciate any suggest

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0