CI: change pkgname
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
parent
434c9d2a4b
commit
a450911b98
2 changed files with 11 additions and 2 deletions
|
@ -22,7 +22,7 @@ jobs:
|
||||||
id: build
|
id: build
|
||||||
uses: actions/pmbootstrap-build@main
|
uses: actions/pmbootstrap-build@main
|
||||||
with:
|
with:
|
||||||
name: libcamera
|
name: libcamera-neko-gpu
|
||||||
aports: ${{github.workspace}}/package/alpine
|
aports: ${{github.workspace}}/package/alpine
|
||||||
arch: ${{ matrix.info.arch }}
|
arch: ${{ matrix.info.arch }}
|
||||||
src: ${{github.workspace}}
|
src: ${{github.workspace}}
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
pkgname=libcamera
|
basepkgname=libcamera
|
||||||
|
pkgname=$basepkgname-neko-gpu
|
||||||
pkgver=9999999
|
pkgver=9999999
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Linux camera framework"
|
pkgdesc="Linux camera framework"
|
||||||
|
@ -38,6 +39,14 @@ subpackages="
|
||||||
$pkgname-gstreamer
|
$pkgname-gstreamer
|
||||||
$pkgname-tools
|
$pkgname-tools
|
||||||
"
|
"
|
||||||
|
provides="
|
||||||
|
$basepkgname
|
||||||
|
$basepkgname-dbg
|
||||||
|
$basepkgname-dev
|
||||||
|
$basepkgname-doc
|
||||||
|
$basepkgname-gstreamer
|
||||||
|
$basepkgname-tools
|
||||||
|
"
|
||||||
source=""
|
source=""
|
||||||
builddir="$srcdir/$pkgname"
|
builddir="$srcdir/$pkgname"
|
||||||
# gstreamer tests fail
|
# gstreamer tests fail
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue