guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: adb: Fix build with glibc 2.28.


From: guix-commits
Subject: 01/01: gnu: adb: Fix build with glibc 2.28.
Date: Mon, 26 Nov 2018 14:37:25 -0500 (EST)

dannym pushed a commit to branch core-updates
in repository guix.

commit aaff78bef9d5ebcde965890fad442e25d8af4a2e
Author: Danny Milosavljevic <address@hidden>
Date:   Mon Nov 26 20:35:35 2018 +0100

    gnu: adb: Fix build with glibc 2.28.
    
    * gnu/packages/android.scm (android-platform-version): Use "7.1.2_r36".
    (android-platform-system-core): Update sha256 hash value (for 7.1.2_r36).
    (android-platform-bionic): Update sha256 hash value (for 7.1.2_r36).
---
 gnu/packages/android.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm
index e41beee..4838074 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -108,7 +108,7 @@ use their packages mostly unmodified in our Android NDK 
build system.")
 ;; Big thanks to them for laying the groundwork.
 
 ;; The version tag is consistent between all repositories.
-(define (android-platform-version) "7.1.2_r6")
+(define (android-platform-version) "7.1.2_r36")
 
 (define (android-platform-system-core version)
   (origin
@@ -120,7 +120,7 @@ use their packages mostly unmodified in our Android NDK 
build system.")
                               version "-checkout"))
     (sha256
      (base32
-      "0xc2n7jxrf1iw9cc278pijdfjix2fkiig5ws27f6rwp40zg5mrgg"))
+      "1krnc2b9zfkzpdgs1dcbji59nszlx2qr723pg89m52622czc06hg"))
     (patches
      (search-patches "libbase-use-own-logging.patch"
                      "libbase-fix-includes.patch"
@@ -151,7 +151,7 @@ use their packages mostly unmodified in our Android NDK 
build system.")
                               version "-checkout"))
     (sha256
      (base32
-      "0n9wkz3ynqw39if1ss9n32m66iga14nndf29hpm7g1aqn4wvvgzk"))))
+      "15r4s20d7vw022f8vrc3jbghmqwdcqzprl7i2bfvdkz8z76wc1ps"))))
 
 (define (android-platform-external version subdirectory checksum)
   (origin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]