From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail1.windriver.com ([147.11.146.13]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RnBJX-0002S5-L6 for openembedded-core@lists.openembedded.org; Tue, 17 Jan 2012 16:51:12 +0100 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail1.windriver.com (8.14.3/8.14.3) with ESMTP id q0HFhYKx011940 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Tue, 17 Jan 2012 07:43:34 -0800 (PST) Received: from localhost.localdomain (172.25.34.61) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.1.255.0; Tue, 17 Jan 2012 07:43:33 -0800 From: Mark Hatle To: Date: Tue, 17 Jan 2012 09:47:48 -0600 Message-ID: X-Mailer: git-send-email 1.7.3.4 MIME-Version: 1.0 X-Originating-IP: [172.25.34.61] Subject: [PATCH 0/1] Enable spaces in RPM packages 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: Tue, 17 Jan 2012 15:51:12 -0000 Content-Type: text/plain RPM packages could not handle spaces in filenames, fix this. The following changes since commit 7257ded5355ffdc0fc169e7f34daeedb0b3dcd78: busybox/uglibc: remove obsolete check for "kernel24" (2012-01-17 15:15:29 +0000) are available in the git repository at: git://git.pokylinux.org/poky-contrib mhatle/rpm http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/rpm Mark Hatle (1): package_rpm.bbclass: Add support for filenames with spaces meta/classes/package_rpm.bbclass | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) -- 1.7.3.4