[Buildroot] Package without external sources

Sven Klomp mail at klomp.eu
Sat Nov 14 12:56:05 UTC 2020


Hello,

I want to create a package without external sources. photoframe.mk looks 
like:
PHOTOFRAME_VERSION = 0.0.1
PHOTOFRAME_LICENSE = GPL-3.0+

define PHOTOFRAME_INSTALL_TARGET_CMDS
     $(INSTALL) -D -m 0755 $(LIBFOO_PKGDIR)/photoframe.sh $(TARGET_DIR)/bin
endef

$(eval $(autotools-package))


However, the it complains with
"PHOTOFRAME_SITE cannot be empty when PHOTOFRAME_SOURCE is not"

I wonder, as PHOTOFRAME_SOURCE is not set as shown above.


Thanks for help
Sven


More information about the buildroot mailing list