git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
28564e9
)
meson: allow compilation in a subdirectory
author
Rosen Penev
<redacted>
Sat, 18 Apr 2020 07:01:28 +0000
(
00:01
-0700)
committer
Rosen Penev
<redacted>
Sat, 18 Apr 2020 07:22:12 +0000
(
00:22
-0700)
Small tweak to get it to build.
Signed-off-by: Rosen Penev <redacted>
devel/meson/Makefile
patch
|
blob
|
history
devel/meson/meson.mk
patch
|
blob
|
history
diff --git
a/devel/meson/Makefile
b/devel/meson/Makefile
index b9af6f71c47fa23777836c8314c22f03fe50528f..7a4955facfe3382491cf0fcd3ab38a4a5fefd837 100644
(file)
--- a/
devel/meson/Makefile
+++ b/
devel/meson/Makefile
@@
-2,7
+2,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=meson
PKG_VERSION:=0.54.0
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PYPI_NAME:=meson
PKG_HASH:=dde5726d778112acbd4a67bb3633ab2ee75d33d1e879a6283a7b4a44c3363c27
diff --git
a/devel/meson/meson.mk
b/devel/meson/meson.mk
index 16c6b16685fed136d14435c93cf67d2910e38178..0a261ca64c80e534045e42c3d7890cc821440b60 100644
(file)
--- a/
devel/meson/meson.mk
+++ b/
devel/meson/meson.mk
@@
-103,7
+103,7
@@
define Build/Configure/Meson
--cross-file $(PKG_BUILD_DIR)/openwrt-cross.txt \
$(MESON_ARGS) \
$(MESON_BUILD_DIR) \
- $(
PKG_BUILD_DIR)
, \
+ $(
MESON_BUILD_DIR)/..
, \
$(MESON_VARS))
endef
git clone https://git.99rst.org/PROJECT