Hi,

I'm trying to build a package from the sources and not downloading them.

When you compile a package what actually happen is:
1) The package archive is downloaded from the server and extracted in the buildroot
2) The patches are applied
3) The source is compiled

I managed to compile the sources: by using:
    mkdir -p $(PKG_BUILD_DIR)
    $(CP) ./src/* $(PKG_BUILD_DIR)/

So that's copies the sources to the build dir but it doesn't path... I tired to call $(call Build/Quilt/Default) but It didn't work...

Also tried to compile with QUILT=1 which seems that it runs the script but the patched were not copied, I tired to copy manually still doesn't work...

Any ideas?

(Last edited by mapisto on 5 Apr 2013, 18:17)