pisi rebuild

This commit is contained in:
Safa Arıman
2020-01-12 13:09:27 +03:00
parent 9e0a7c46a9
commit 314a3b0dcd
2 changed files with 8 additions and 19 deletions
@@ -1,15 +0,0 @@
diff -Nuar a/pisi/actionsapi/kerneltools.py b/pisi/actionsapi/kerneltools.py
--- a/pisi/actionsapi/kerneltools.py 2020-01-10 04:21:15.000000000 +0300
+++ b/pisi/actionsapi/kerneltools.py 2020-01-12 00:11:45.464966486 +0300
@@ -254,7 +254,11 @@
shelltools.makedirs(headers_tmp)
shelltools.makedirs(headers_dir)
+ # Clean up the source directory
+ autotools.make('mrproper')
+
# install the headers
+ autotools.make("%s defconfig" % make_cmd)
autotools.rawInstall(make_cmd, "headers_install")
oldwd = os.getcwd()
+8 -4
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>PISI is the package management system of Pisi Linux</Summary>
<Description>PISI is a modern package management system implemented in Python. Some of its main features are: package sources are written in XML and python, implements all functions through a simple-to-use API, integrates low-level and high-level package management features.</Description>
<Archive sha1sum="227a4a01f7686892c0ad44bce5c95cc2e634cc50" type="targz">https://github.com/PisiLinuxNew/pisi/archive/v2.7.1.tar.gz</Archive>
<Archive sha1sum="3f357cf20c4a981c4c976faf0a92b0e4f2b7d4fa" type="targz">https://github.com/PisiLinuxNew/pisi/archive/v2.7.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>comar</Dependency>
<Dependency>plyvel</Dependency>
@@ -22,9 +22,6 @@
<Dependency>intltool</Dependency>
<Dependency versionFrom="1.18">leveldb-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>kernel_build_fix.patch</Patch>
</Patches>
</Source>
<Package>
@@ -74,6 +71,13 @@
</Package>
<History>
<Update release="15">
<Date>2020-01-10</Date>
<Version>2.7.1</Version>
<Comment>Rebuild</Comment>
<Name>Safa Arıman</Name>
<Email>safa@ariman.gen.tr</Email>
</Update>
<Update release="14">
<Date>2020-01-10</Date>
<Version>2.7.1</Version>