* [meta-qt5][PATCH] ninja-native: remove from meta-qt5 (moved to meta-oe)
@ 2015-11-13 22:08 Andre McCurdy
2016-04-05 11:48 ` Javier Viguera
0 siblings, 1 reply; 2+ messages in thread
From: Andre McCurdy @ 2015-11-13 22:08 UTC (permalink / raw)
To: openembedded-devel
ninja-native is now available in meta-oe (jethro and master):
http://git.openembedded.org/meta-openembedded/commit/?id=d931801de77a9cbb13c916231583b3526a7d3e11
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---
recipes-devtools/ninja/ninja-native_git.bb | 23 -----------------------
1 file changed, 23 deletions(-)
delete mode 100644 recipes-devtools/ninja/ninja-native_git.bb
diff --git a/recipes-devtools/ninja/ninja-native_git.bb b/recipes-devtools/ninja/ninja-native_git.bb
deleted file mode 100644
index e2deb6b..0000000
--- a/recipes-devtools/ninja/ninja-native_git.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-DESCRIPTION = "Ninja is a small build system with a focus on speed."
-LICENSE = "Apache-2"
-
-inherit native
-
-LIC_FILES_CHKSUM = "file://COPYING;md5=a81586a64ad4e476c791cda7e2f2c52e"
-
-PV = "1.5.3+gitr${SRCPV}"
-SRCREV="3309498174411e02e7680ea8b470bb7d1d70bdb8"
-SRCBRANCH="release"
-
-SRC_URI = "git://github.com/martine/ninja.git;branch=${SRCBRANCH}"
-
-S="${WORKDIR}/git"
-
-do_compile() {
- python ${S}/bootstrap.py
-}
-
-do_install() {
- install -d ${D}${bindir}
- install -m 0755 ${S}/ninja ${D}${bindir}/ninja
-}
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-qt5][PATCH] ninja-native: remove from meta-qt5 (moved to meta-oe)
2015-11-13 22:08 [meta-qt5][PATCH] ninja-native: remove from meta-qt5 (moved to meta-oe) Andre McCurdy
@ 2016-04-05 11:48 ` Javier Viguera
0 siblings, 0 replies; 2+ messages in thread
From: Javier Viguera @ 2016-04-05 11:48 UTC (permalink / raw)
To: openembedded-devel
ninja-native recipe is still duplicated in Jethro branch:
$ bitbake-layers show-overlayed
=== Overlayed recipes ===
ninja-native:
meta-qt5 1.5.3+gitrAUTOINC+3309498174
meta-oe 1.6.0
Could the removal patch in master be cherry-picked to jethro?
# git cherry-pick -x 2d1bf98775aeb6796c66d545230c422b36b58cbe
-
Regards,
Javier Viguera
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-04-05 11:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-13 22:08 [meta-qt5][PATCH] ninja-native: remove from meta-qt5 (moved to meta-oe) Andre McCurdy
2016-04-05 11:48 ` Javier Viguera
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.