All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core][PATCH 1/2] subversion: extend for nativesdk
@ 2020-07-09  5:19 Jens Rehsack
  2020-07-09  5:19 ` [OE-core][PATCH 2/2] serf: " Jens Rehsack
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Rehsack @ 2020-07-09  5:19 UTC (permalink / raw)
  To: openembedded-core; +Cc: Jens Rehsack

For SDK environments where people still use subversion, let it easily being
added to buildtools-tarball to invite more developers relying on Yocto
based SDKs without much requirement to setup anything on the development
workplace.

Signed-off-by: Jens Rehsack <sno@netbsd.org>
---
 meta/recipes-devtools/subversion/subversion_1.14.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/subversion/subversion_1.14.0.bb b/meta/recipes-devtools/subversion/subversion_1.14.0.bb
index b9884151cf..452a025fcc 100644
--- a/meta/recipes-devtools/subversion/subversion_1.14.0.bb
+++ b/meta/recipes-devtools/subversion/subversion_1.14.0.bb
@@ -59,4 +59,4 @@ PARALLEL_MAKEINST = ""
 
 RDEPENDS_${PN} = "serf"
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [OE-core][PATCH 2/2] serf: extend for nativesdk
  2020-07-09  5:19 [OE-core][PATCH 1/2] subversion: extend for nativesdk Jens Rehsack
@ 2020-07-09  5:19 ` Jens Rehsack
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Rehsack @ 2020-07-09  5:19 UTC (permalink / raw)
  To: openembedded-core; +Cc: Jens Rehsack

As an unconditionally dependency of subversion, extend serf recipe for
building a nativesdk variant being usable by nativesdk-subversion.

Signed-off-by: Jens Rehsack <sno@netbsd.org>
---
 meta/recipes-support/serf/serf_1.3.9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/serf/serf_1.3.9.bb b/meta/recipes-support/serf/serf_1.3.9.bb
index dd4133a45c..6a27f12102 100644
--- a/meta/recipes-support/serf/serf_1.3.9.bb
+++ b/meta/recipes-support/serf/serf_1.3.9.bb
@@ -30,4 +30,4 @@ EXTRA_OESCONS = " \
                   OPENSSL="${STAGING_EXECPREFIXDIR}" \
                   "
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-09  5:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-09  5:19 [OE-core][PATCH 1/2] subversion: extend for nativesdk Jens Rehsack
2020-07-09  5:19 ` [OE-core][PATCH 2/2] serf: " Jens Rehsack

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.