From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com ([192.55.52.93]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SFpOv-0006kI-5M for openembedded-core@lists.openembedded.org; Thu, 05 Apr 2012 18:19:09 +0200 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 05 Apr 2012 09:09:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="150028175" Received: from dcui-desktop.sh.intel.com ([10.239.36.12]) by fmsmga002.fm.intel.com with ESMTP; 05 Apr 2012 09:09:56 -0700 From: Dexuan Cui To: openembedded-core@lists.openembedded.org Date: Fri, 6 Apr 2012 00:10:10 +0800 Message-Id: X-Mailer: git-send-email 1.7.6 Subject: [PATCH 0/3] dexuan: build appliance: install xterm into the target [Apr 6, 2012] X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Apr 2012 16:19:09 -0000 The following changes since commit a8b5a3ed58d2a136867fc55b53443b59557c6459: self-hosted-image: use the correct location of the file sudoers (2012-04-05 12:01:31 +0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib dcui/self http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/self Dexuan Cui (3): libxaw: move it from meta-demoapps/ into meta/ and upgrade it to 1.0.10 xterm: port the recipe from OE and upgrade to v278 task-self-hosted: install xterm into the target meta/recipes-core/tasks/task-self-hosted.bb | 3 +- meta/recipes-graphics/xorg-app/xterm_278.bb | 25 ++++++++++++++++++++ .../recipes-graphics/xorg-lib/libxaw_1.0.10.bb | 15 +++++------ 3 files changed, 34 insertions(+), 9 deletions(-) create mode 100644 meta/recipes-graphics/xorg-app/xterm_278.bb rename meta-demoapps/recipes-graphics/xorg-lib/libxaw_1.0.5.bb => meta/recipes-graphics/xorg-lib/libxaw_1.0.10.bb (59%) -- 1.7.6