Skip to content
Snippets Groups Projects
Commit 29ca1e0f authored by benpicco's avatar benpicco
Browse files

Merge pull request #1142 from benpicco/fix_oonf_build

fix buildtest with oonf_api
parents ce33d5e2 a2dec64b
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ $(CURDIR)/$(PKG_NAME)/Makefile: $(CURDIR)/$(PKG_NAME) ...@@ -25,6 +25,7 @@ $(CURDIR)/$(PKG_NAME)/Makefile: $(CURDIR)/$(PKG_NAME)
$(foreach patch,$(shell ls [0-9][0-9][0-9][0-9]*.patch),cd "$<" && git am "../$(patch)" || { git am --abort; exit 1; };) $(foreach patch,$(shell ls [0-9][0-9][0-9][0-9]*.patch),cd "$<" && git am "../$(patch)" || { git am --abort; exit 1; };)
$(CURDIR)/$(PKG_NAME): $(CURDIR)/$(PKG_NAME):
test -d oonf_api || \
git clone $(PKG_URL) $@ && \ git clone $(PKG_URL) $@ && \
cd $@ && git reset --hard $(PKG_VERSION) cd $@ && git reset --hard $(PKG_VERSION)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment