pisi update
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
diff --git a/pisi/actionsapi/kerneltools.py b/pisi/actionsapi/kerneltools.py
|
||||||
|
index df3de3b..2560b47 100644
|
||||||
|
--- a/pisi/actionsapi/kerneltools.py
|
||||||
|
+++ b/pisi/actionsapi/kerneltools.py
|
||||||
|
@@ -253,6 +253,9 @@ def installLibcHeaders(excludes=None):
|
||||||
|
# Create directories
|
||||||
|
shelltools.makedirs(headers_tmp)
|
||||||
|
shelltools.makedirs(headers_dir)
|
||||||
|
+
|
||||||
|
+ # Clean up the source directory
|
||||||
|
+ autotools.make('mrproper')
|
||||||
|
|
||||||
|
# install the headers
|
||||||
|
autotools.rawInstall(make_cmd, "headers_install")
|
||||||
@@ -22,6 +22,9 @@
|
|||||||
<Dependency>intltool</Dependency>
|
<Dependency>intltool</Dependency>
|
||||||
<Dependency versionFrom="1.18">leveldb-devel</Dependency>
|
<Dependency versionFrom="1.18">leveldb-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
|
<Patches>
|
||||||
|
<Patch>kernel_build_fix.patch</Patch>
|
||||||
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
@@ -71,6 +74,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="14">
|
||||||
|
<Date>2020-01-10</Date>
|
||||||
|
<Version>2.7.1</Version>
|
||||||
|
<Comment>Apply patch and rebuild</Comment>
|
||||||
|
<Name>Safa Arıman</Name>
|
||||||
|
<Email>safa@ariman.gen.tr</Email>
|
||||||
|
</Update>
|
||||||
<Update release="13">
|
<Update release="13">
|
||||||
<Date>2020-01-10</Date>
|
<Date>2020-01-10</Date>
|
||||||
<Version>2.7.1</Version>
|
<Version>2.7.1</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user