Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iopsys
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Feed
iopsys
Commits
7d356ffb
Commit
7d356ffb
authored
5 years ago
by
Jakob Olsson
Browse files
Options
Downloads
Patches
Plain Diff
rename json-validator to libjson-validator
parent
85690d0e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libjson-validator/Makefile
+3
-3
3 additions, 3 deletions
libjson-validator/Makefile
owsd/Makefile
+1
-1
1 addition, 1 deletion
owsd/Makefile
with
4 additions
and
4 deletions
json-validator/Makefile
→
lib
json-validator/Makefile
+
3
−
3
View file @
7d356ffb
...
...
@@ -14,10 +14,10 @@ PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/json-schema-validator.git
include
$(INCLUDE_DIR)/package.mk
include
$(INCLUDE_DIR)/cmake.mk
define
Package/json-validator
define
Package/
lib
json-validator
SECTION
:=
base
CATEGORY
:=
Libraries
DEPENDS
:=
+json-schema-validator
DEPENDS
:=
+
lib
json-schema-validator
TITLE
:=
JSON-validator
endef
...
...
@@ -29,4 +29,4 @@ define Build/InstallDev
$(CP)
$(PKG_BUILD_DIR)/libjson-validator.so*
$(1)/usr/lib/
endef
$(
eval
$(
call BuildPackage,json-validator
))
$(
eval
$(
call BuildPackage,
lib
json-validator
))
This diff is collapsed.
Click to expand it.
owsd/Makefile
+
1
−
1
View file @
7d356ffb
...
...
@@ -36,7 +36,7 @@ include $(INCLUDE_DIR)/cmake.mk
define
Package/owsd
SECTION
:=
net
CATEGORY
:=
Network
DEPENDS
:=
+json-validator +json-schema-validator +libjson-c +libblobmsg-json +libwebsockets +ubox
\
DEPENDS
:=
+
lib
json-validator +
lib
json-schema-validator +libjson-c +libblobmsg-json +libwebsockets +ubox
\
+OWSD_USE_UBUS:ubus
\
+OWSD_USE_DBUS:libdbus
\
+OWSD_USE_DBUS:libxml2
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment