diff options
| -rw-r--r-- | meta/recipes-devtools/ccache/ccache.inc | 13 | ||||
| -rw-r--r-- | meta/recipes-devtools/ccache/ccache_3.4.2.bb | 4 |
2 files changed, 14 insertions, 3 deletions
diff --git a/meta/recipes-devtools/ccache/ccache.inc b/meta/recipes-devtools/ccache/ccache.inc index 656632893b..7f800659a3 100644 --- a/meta/recipes-devtools/ccache/ccache.inc +++ b/meta/recipes-devtools/ccache/ccache.inc | |||
| @@ -9,8 +9,19 @@ LICENSE = "GPLv3+" | |||
| 9 | 9 | ||
| 10 | DEPENDS = "zlib" | 10 | DEPENDS = "zlib" |
| 11 | 11 | ||
| 12 | SRC_URI = "https://download.samba.org/pub/${BPN}/${BP}.tar.xz" | 12 | SRC_URI = "https://download.samba.org/pub/${BPN}/${BP}.tar.gz" |
| 13 | 13 | ||
| 14 | inherit autotools | 14 | inherit autotools |
| 15 | 15 | ||
| 16 | # Remove ccache-native's dependencies, so that it can be used widely by | ||
| 17 | # other native recipes. | ||
| 18 | DEPENDS_class-native = "" | ||
| 19 | EXTRA_OECONF_class-native = "--with-bundled-zlib" | ||
| 20 | INHIBIT_AUTOTOOLS_DEPS_class-native = "1" | ||
| 21 | PATCHTOOL = "patch" | ||
| 22 | |||
| 16 | BBCLASSEXTEND = "native" | 23 | BBCLASSEXTEND = "native" |
| 24 | |||
| 25 | do_configure_class-native() { | ||
| 26 | oe_runconf | ||
| 27 | } | ||
diff --git a/meta/recipes-devtools/ccache/ccache_3.4.2.bb b/meta/recipes-devtools/ccache/ccache_3.4.2.bb index 72309348b2..921dc3bdff 100644 --- a/meta/recipes-devtools/ccache/ccache_3.4.2.bb +++ b/meta/recipes-devtools/ccache/ccache_3.4.2.bb | |||
| @@ -3,8 +3,8 @@ require ccache.inc | |||
| 3 | LICENSE = "GPLv3+" | 3 | LICENSE = "GPLv3+" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=2722abeaf1750dbf175b9491112374e1" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=2722abeaf1750dbf175b9491112374e1" |
| 5 | 5 | ||
| 6 | SRC_URI[md5sum] = "9e048f88f3897125864f9a5e1abfb72d" | 6 | SRC_URI[md5sum] = "07d4324efbb3c216bbd1c512f4553480" |
| 7 | SRC_URI[sha256sum] = "18a8b14367d63d3d37fb6c33cba60e1b7fcd7a63d608df97c9771ae0d234fee2" | 7 | SRC_URI[sha256sum] = "b2264923c63e2b90a17cf56acb1df3f4229c416fb88e476e5ec7e02919d319c3" |
| 8 | 8 | ||
| 9 | SRC_URI += " \ | 9 | SRC_URI += " \ |
| 10 | file://0002-dev.mk.in-fix-file-name-too-long.patch \ | 10 | file://0002-dev.mk.in-fix-file-name-too-long.patch \ |
