* [PATCH 0/1] Fix nativesdk package splitting
@ 2011-01-27 17:11 Joshua Lock
2011-01-27 17:11 ` [PATCH 1/1] nativesdk: ensure packages can be split Joshua Lock
0 siblings, 1 reply; 2+ messages in thread
From: Joshua Lock @ 2011-01-27 17:11 UTC (permalink / raw)
To: poky
From: Joshua Lock <josh@linux.intel.com>
Without this change the external-python-tarball build fails at rootfs
generation.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: josh/master
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=josh/master
Thanks,
Joshua Lock <josh@linux.intel.com>
---
Joshua Lock (1):
nativesdk: ensure packages can be split
meta/classes/nativesdk.bbclass | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
--
1.7.3.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] nativesdk: ensure packages can be split
2011-01-27 17:11 [PATCH 0/1] Fix nativesdk package splitting Joshua Lock
@ 2011-01-27 17:11 ` Joshua Lock
0 siblings, 0 replies; 2+ messages in thread
From: Joshua Lock @ 2011-01-27 17:11 UTC (permalink / raw)
To: poky
From: Joshua Lock <josh@linux.intel.com>
By setting FILES_${PN} += "${prefix}" we force most files to be included in
the base package for -nativesdk.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
meta/classes/nativesdk.bbclass | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/meta/classes/nativesdk.bbclass b/meta/classes/nativesdk.bbclass
index 587a907..5c76d60 100644
--- a/meta/classes/nativesdk.bbclass
+++ b/meta/classes/nativesdk.bbclass
@@ -45,7 +45,6 @@ base_prefix = "${SDKPATHNATIVE}"
prefix = "${SDKPATHNATIVE}${prefix_nativesdk}"
exec_prefix = "${SDKPATHNATIVE}${prefix_nativesdk}"
-FILES_${PN} += "${prefix}"
FILES_${PN}-dbg += "${prefix}/.debug \
${prefix}/bin/.debug \
"
--
1.7.3.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-27 17:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-27 17:11 [PATCH 0/1] Fix nativesdk package splitting Joshua Lock
2011-01-27 17:11 ` [PATCH 1/1] nativesdk: ensure packages can be split Joshua Lock
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.