This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#1135
from kevinmehall/parallel
Allow glib2, dbus, and bluez to build in parallel
lilik-openwrt-22.03
Steven Barth
10 years ago
parent
8da9355228
14bfb3a5f8
commit
f0d8226753
3 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libs/glib2/Makefile
+1
-0
utils/bluez/Makefile
+1
-0
utils/dbus/Makefile
+ 2
- 0
libs/glib2/Makefile
View File
@ -16,6 +16,8 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/glib-$(PKG_VERSION)
PKG_SOURCE_URL
:=
@GNOME/glib/2.43
PKG_MD5SUM
:=
2f28879252c660a65aa3139ec499776b
PKG_BUILD_PARALLEL
:=
1
HOST_BUILD_PARALLEL
:=
1
PKG_BUILD_DEPENDS
:=
glib2/host libpthread zlib libintl libffi
HOST_BUILD_DEPENDS
:=
libintl/host libiconv/host libffi/host
PKG_INSTALL
:=
1
+ 1
- 0
utils/bluez/Makefile
View File
@ -19,6 +19,7 @@ PKG_LICENSE:=GPL-2.0+
PKG_LICENSE_FILES
:=
COPYING
PKG_MAINTAINER
:=
Nicolas Thill <nico@openwrt.org>
PKG_BUILD_PARALLEL
:=
1
PKG_INSTALL
:=
1
i
n
c
l
u
d
e
$(
INCLUDE_DIR
)
/
p
a
c
k
a
g
e
.
m
k
+ 1
- 0
utils/dbus/Makefile
View File
@ -18,6 +18,7 @@ PKG_MD5SUM:=32cd0d16067422bfd691e2f647b432b0
PKG_MAINTAINER
:=
Steven Barth <cyrus@openwrt.org>
PKG_LICENSE
:=
AFL-2.1
PKG_BUILD_PARALLEL
:=
1
PKG_FIXUP
:=
autoreconf
PKG_INSTALL
:=
1
Write
Preview
Loading…
Cancel
Save