Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openwrt
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Freifunk Luebeck
openwrt
Commits
f421fefa
Commit
f421fefa
authored
4 years ago
by
Felix Fietkau
Browse files
Options
Downloads
Patches
Plain Diff
libubox: use PKG_ABI_VERSION
Signed-off-by:
Felix Fietkau
<
nbd@nbd.name
>
parent
b12288fa
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package/libs/libubox/Makefile
+4
-1
4 additions, 1 deletion
package/libs/libubox/Makefile
with
4 additions
and
1 deletion
package/libs/libubox/Makefile
+
4
−
1
View file @
f421fefa
...
@@ -8,6 +8,7 @@ PKG_SOURCE_URL=$(PROJECT_GIT)/project/libubox.git
...
@@ -8,6 +8,7 @@ PKG_SOURCE_URL=$(PROJECT_GIT)/project/libubox.git
PKG_MIRROR_HASH
:=
97dc4eba01cf2c5d6a6d0db3747e0cdc0d95cb87e51b3115272e7d3e69a8b255
PKG_MIRROR_HASH
:=
97dc4eba01cf2c5d6a6d0db3747e0cdc0d95cb87e51b3115272e7d3e69a8b255
PKG_SOURCE_DATE
:=
2020-12-12
PKG_SOURCE_DATE
:=
2020-12-12
PKG_SOURCE_VERSION
:=
357877693ca363b12e6e7e14d345639b2440cd07
PKG_SOURCE_VERSION
:=
357877693ca363b12e6e7e14d345639b2440cd07
PKG_ABI_VERSION
:=
$(
call abi_version_str,
$(
PKG_SOURCE_DATE
))
CMAKE_INSTALL
:=
1
CMAKE_INSTALL
:=
1
PKG_LICENSE
:=
ISC
PKG_LICENSE
:=
ISC
...
@@ -27,7 +28,7 @@ define Package/libubox
...
@@ -27,7 +28,7 @@ define Package/libubox
SECTION
:=
libs
SECTION
:=
libs
CATEGORY
:=
Libraries
CATEGORY
:=
Libraries
TITLE
:=
Basic utility library
TITLE
:=
Basic utility library
ABI_VERSION
:=
20201212
ABI_VERSION
:=
$(
PKG_ABI_VERSION
)
DEPENDS
:=
DEPENDS
:=
endef
endef
...
@@ -35,6 +36,7 @@ define Package/libblobmsg-json
...
@@ -35,6 +36,7 @@ define Package/libblobmsg-json
SECTION
:=
libs
SECTION
:=
libs
CATEGORY
:=
Libraries
CATEGORY
:=
Libraries
TITLE
:=
blobmsg <-> json conversion library
TITLE
:=
blobmsg <-> json conversion library
ABI_VERSION
:=
$(
PKG_ABI_VERSION
)
DEPENDS
:=
+libjson-c +libubox
DEPENDS
:=
+libjson-c +libubox
endef
endef
...
@@ -53,6 +55,7 @@ define Package/libjson-script
...
@@ -53,6 +55,7 @@ define Package/libjson-script
SECTION
:=
utils
SECTION
:=
utils
CATEGORY
:=
Utilities
CATEGORY
:=
Utilities
DEPENDS
:=
+libubox
DEPENDS
:=
+libubox
ABI_VERSION
:=
$(
PKG_ABI_VERSION
)
TITLE
:=
Minimalistic JSON based scripting engine
TITLE
:=
Minimalistic JSON based scripting engine
endef
endef
...
...
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