diff options
| author | Samuli Piippo <samuli.piippo@qt.io> | 2017-03-15 08:24:20 +0200 |
|---|---|---|
| committer | Samuli Piippo <samuli.piippo@qt.io> | 2017-03-15 07:59:39 +0000 |
| commit | dd3dc1ed6e05076a6acc3848eeea558b80e49506 (patch) | |
| tree | 841392eb5e8df977236c618f6598923a88656e52 /recipes | |
| parent | b81c7ca3651a2dd9b4d7c9f4ccc60067e01864b5 (diff) | |
| download | meta-boot2qt-dd3dc1ed6e05076a6acc3848eeea558b80e49506.tar.gz | |
ninja: remove our copy of the recipe
Ninja is now available from upstream layers.
Change-Id: Iad18c89283818d1dbaa57c9a72c07ee9b9273c16
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'recipes')
| -rw-r--r-- | recipes/ninja/ninja-native_git.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes/ninja/ninja-native_git.bb b/recipes/ninja/ninja-native_git.bb deleted file mode 100644 index e2deb6b..0000000 --- a/recipes/ninja/ninja-native_git.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | DESCRIPTION = "Ninja is a small build system with a focus on speed." | ||
| 2 | LICENSE = "Apache-2" | ||
| 3 | |||
| 4 | inherit native | ||
| 5 | |||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=a81586a64ad4e476c791cda7e2f2c52e" | ||
| 7 | |||
| 8 | PV = "1.5.3+gitr${SRCPV}" | ||
| 9 | SRCREV="3309498174411e02e7680ea8b470bb7d1d70bdb8" | ||
| 10 | SRCBRANCH="release" | ||
| 11 | |||
| 12 | SRC_URI = "git://github.com/martine/ninja.git;branch=${SRCBRANCH}" | ||
| 13 | |||
| 14 | S="${WORKDIR}/git" | ||
| 15 | |||
| 16 | do_compile() { | ||
| 17 | python ${S}/bootstrap.py | ||
| 18 | } | ||
| 19 | |||
| 20 | do_install() { | ||
| 21 | install -d ${D}${bindir} | ||
| 22 | install -m 0755 ${S}/ninja ${D}${bindir}/ninja | ||
| 23 | } | ||
