Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] desktop-file-utils-native: disable emacs
@ 2016-04-07  9:54 Robert Yang
  2016-04-07  9:54 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2016-04-07  9:54 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 5ebea1114d54120d5ff5d8a6cd148110d0fda23f:

  build-appliance-image: Update to master head revision (2016-04-06 23:54:57 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/desktop
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/desktop

Robert Yang (1):
  desktop-file-utils-native: disable emacs

 .../desktop-file-utils/desktop-file-utils-native_0.22.bb                | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.7.4



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

* [PATCH 1/1] desktop-file-utils-native: disable emacs
  2016-04-07  9:54 [PATCH 0/1] desktop-file-utils-native: disable emacs Robert Yang
@ 2016-04-07  9:54 ` Robert Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2016-04-07  9:54 UTC (permalink / raw)
  To: openembedded-core

Fixed when len(TMPDIR) == 410:
| ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0    [vsyscall]
| /bin/bash: line 12:   903 Aborted    emacs --batch $am__subdir_includes -L

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../desktop-file-utils/desktop-file-utils-native_0.22.bb                | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.22.bb b/meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.22.bb
index 6f73564..f899cd2 100644
--- a/meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.22.bb
+++ b/meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.22.bb
@@ -14,3 +14,5 @@ SRC_URI[sha256sum] = "843532672692f98e9b2d6ae6cc8658da562dfde1606c7f33d9d227a344
 inherit autotools native
 
 S = "${WORKDIR}/desktop-file-utils-${PV}"
+
+EXTRA_OECONF += "ac_cv_prog_EMACS=no"
-- 
2.7.4



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

end of thread, other threads:[~2016-04-07  9:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-07  9:54 [PATCH 0/1] desktop-file-utils-native: disable emacs Robert Yang
2016-04-07  9:54 ` [PATCH 1/1] " Robert Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox