Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openwrt-packages
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
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
Markus Gothe
openwrt-packages
Commits
0b609eb3
Commit
0b609eb3
authored
3 years ago
by
Oskari Rauta
Browse files
Options
Downloads
Patches
Plain Diff
crun: update to 3.2.0
Signed-off-by:
Oskari Rauta
<
oskari.rauta@gmail.com
>
parent
0287535e
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
utils/crun/Makefile
+5
-6
5 additions, 6 deletions
utils/crun/Makefile
with
5 additions
and
6 deletions
utils/crun/Makefile
+
5
−
6
View file @
0b609eb3
include
$(TOPDIR)/rules.mk
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
crun
PKG_NAME
:=
crun
PKG_VERSION
:=
0.
19.1
PKG_VERSION
:=
0.
20
PKG_RELEASE
:=
$(
AUTORELEASE
)
PKG_RELEASE
:=
$(
AUTORELEASE
)
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_URL
:=
https://github.com/containers/crun.git
PKG_SOURCE_URL
:=
https://github.com/containers/crun.git
PKG_SOURCE_DATE
:=
2021-0
5-18
PKG_SOURCE_DATE
:=
2021-0
6-07
PKG_SOURCE_VERSION
:=
f9c405d3cd8727f98ac4cdf0d98722684ee5f0bb
PKG_SOURCE_VERSION
:=
8d6a8b5ab80461cfed19f020a36584af13c32038
PKG_MIRROR_HASH
:=
3aaa49a471c85b5eb6132ef10da94f96aee371ce9575b74985248d2502172d95
PKG_MIRROR_HASH
:=
9ca1f0e530b33ce8820bd03329eb6731c5050d6e7f35bd2463d9a81cc00382e0
PKG_BUILD_DEPENDS
:=
argp-standalone
PKG_BUILD_DEPENDS
:=
argp-standalone
PKG_BUILD_PARALLEL
:=
1
PKG_BUILD_PARALLEL
:=
1
...
@@ -74,8 +74,7 @@ define Package/crun/install
...
@@ -74,8 +74,7 @@ define Package/crun/install
endef
endef
define
Build/InstallDev
define
Build/InstallDev
$(INSTALL_DIR)
$(1)/usr/bin
$(1)/usr/lib
$(INSTALL_DIR)
$(1)/usr/lib
$(INSTALL_BIN)
$(PKG_INSTALL_DIR)/usr/bin/crun
$(1)/usr/bin/
$(CP)
$(PKG_INSTALL_DIR)/usr/lib/libcrun.*
$(1)/usr/lib/
$(CP)
$(PKG_INSTALL_DIR)/usr/lib/libcrun.*
$(1)/usr/lib/
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