diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2011-09-23 23:46:37 +0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-30 16:37:49 +0000 |
commit | 0e9001afd5a099a508d3e97a845511969b1b788a (patch) | |
tree | df3c512ed9857fb934d386d43449a4dbb2d9bfb9 /meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb | |
parent | d63678cdfab81919949e6ae60b89d782e23b511b (diff) | |
download | poky-0e9001afd5a099a508d3e97a845511969b1b788a.tar.gz |
icecc-create-env-native: provide the script right in the tree
There is no point in downloading a tarball with no clear upstream (other than
icecc itself) and then patching it. Rather put new script in the source tree.
(From OE-Core rev: 409fa8ca4d37ad407faaa2a8935e9d2bb89776c9)
(From OE-Core rev: e68d1d5117be9631db644b70308e7360a9d76a3a)
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb')
-rw-r--r-- | meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb b/meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb index 9a440baccf..621384387b 100644 --- a/meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb +++ b/meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb | |||
@@ -7,7 +7,7 @@ PRIORITY = "optional" | |||
7 | LICENSE = "GPLv2+" | 7 | LICENSE = "GPLv2+" |
8 | LIC_FILES_CHKSUM = "file://icecc-create-env;beginline=2;endline=5;md5=ae1df3d6a058bfda40b66094c5f6065f" | 8 | LIC_FILES_CHKSUM = "file://icecc-create-env;beginline=2;endline=5;md5=ae1df3d6a058bfda40b66094c5f6065f" |
9 | 9 | ||
10 | PR = "r1" | 10 | PR = "r2" |
11 | 11 | ||
12 | DEPENDS = "" | 12 | DEPENDS = "" |
13 | INHIBIT_DEFAULT_DEPS = "1" | 13 | INHIBIT_DEFAULT_DEPS = "1" |
@@ -15,8 +15,7 @@ INHIBIT_DEFAULT_DEPS = "1" | |||
15 | inherit native | 15 | inherit native |
16 | 16 | ||
17 | PATCHTOOL = "patch" | 17 | PATCHTOOL = "patch" |
18 | SRC_URI = "http://www.digital-opsis.com/openembedded/icecc-create-env-${PV}.tar.gz \ | 18 | SRC_URI = "file://icecc-create-env" |
19 | file://icecc-lto-update.patch " | ||
20 | 19 | ||
21 | S = "${WORKDIR}" | 20 | S = "${WORKDIR}" |
22 | 21 | ||
@@ -24,6 +23,3 @@ do_install() { | |||
24 | install -d ${D}/${bindir} | 23 | install -d ${D}/${bindir} |
25 | install -m 0755 ${WORKDIR}/icecc-create-env ${D}/${bindir} | 24 | install -m 0755 ${WORKDIR}/icecc-create-env ${D}/${bindir} |
26 | } | 25 | } |
27 | |||
28 | SRC_URI[md5sum] = "641ec45fe377529c7fd914f77b11b44f" | ||
29 | SRC_URI[sha256sum] = "9ff8360375432a7a5c476cc6d55b3fdea9d6f3edc080d295a60421d8f47b1834" | ||