* [PATCH 0/1] Small RPM package fix @ 2012-07-06 20:06 Mark Hatle 2012-07-06 20:06 ` [PATCH 1/1] rpm: Fix PACKAGECONFIG dependencies Mark Hatle 2012-07-09 16:32 ` [PATCH 0/1] Small RPM package fix Saul Wold 0 siblings, 2 replies; 3+ messages in thread From: Mark Hatle @ 2012-07-06 20:06 UTC (permalink / raw) To: openembedded-core A couple of minor RPM fixes that affect non-default configurations. The following changes since commit 8f16811a8d51982a8b3d70e6087aef4a41926840: bootimg: Use STAGING_KERNEL_DIR (2012-07-06 09:38:17 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib mhatle/misc http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/misc Mark Hatle (1): rpm: Fix PACKAGECONFIG dependencies meta/recipes-devtools/rpm/rpm_5.4.9.bb | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) -- 1.7.3.4 ^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] rpm: Fix PACKAGECONFIG dependencies 2012-07-06 20:06 [PATCH 0/1] Small RPM package fix Mark Hatle @ 2012-07-06 20:06 ` Mark Hatle 2012-07-09 16:32 ` [PATCH 0/1] Small RPM package fix Saul Wold 1 sibling, 0 replies; 3+ messages in thread From: Mark Hatle @ 2012-07-06 20:06 UTC (permalink / raw) To: openembedded-core neon requires expat to be built first lua similarly requires expat if enabled selinux package name should be "libselinux" (from meta-selinux). Signed-off-by: Mark Hatle <mark.hatle@windriver.com> --- meta/recipes-devtools/rpm/rpm_5.4.9.bb | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-devtools/rpm/rpm_5.4.9.bb b/meta/recipes-devtools/rpm/rpm_5.4.9.bb index 8e892a8..6ef1aae 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.9.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.9.bb @@ -43,7 +43,7 @@ LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" DEPENDS = "libpcre attr acl popt ossp-uuid file" -PR = "r44" +PR = "r45" # rpm2cpio is a shell script, which is part of the rpm src.rpm. It is needed # in order to extract the distribution SRPM into a format we can extract... @@ -129,13 +129,13 @@ PACKAGECONFIG[libelf] = "--with-libelf,--without-libelf,elfutils," WITH_SELINUX = "--with-selinux --with-sepol --with-semanage" WITHOUT_SELINUX = "--without-selinux --without-sepol --without-semanage" -PACKAGECONFIG[selinux] = "${WITH_SELINUX},${WITHOUT_SELINUX},selinux," +PACKAGECONFIG[selinux] = "${WITH_SELINUX},${WITHOUT_SELINUX},libselinux," WITH_NEON = "--with-neon --with-libproxy --with-expat --without-gssapi" WITHOUT_NEON = "--without-neon --without-libproxy --without-expat --without-gssapi" -PACKAGECONFIG[neon] = "${WITH_NEON},${WITHOUT_NEON},neon," +PACKAGECONFIG[neon] = "${WITH_NEON},${WITHOUT_NEON},neon expat," -PACKAGECONFIG[lua] = "--with-lua,--without-lua," +PACKAGECONFIG[lua] = "--with-lua,--without-lua,expat," PACKAGECONFIG[tcl] = "--with-tcl,--without-tcl,tcl," PACAKGECONFIG[augeas] = "--with-augeas,--without-augeas,augeas," -- 1.7.3.4 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 0/1] Small RPM package fix 2012-07-06 20:06 [PATCH 0/1] Small RPM package fix Mark Hatle 2012-07-06 20:06 ` [PATCH 1/1] rpm: Fix PACKAGECONFIG dependencies Mark Hatle @ 2012-07-09 16:32 ` Saul Wold 1 sibling, 0 replies; 3+ messages in thread From: Saul Wold @ 2012-07-09 16:32 UTC (permalink / raw) To: Patches and discussions about the oe-core layer On 07/06/2012 01:06 PM, Mark Hatle wrote: > A couple of minor RPM fixes that affect non-default configurations. > > The following changes since commit 8f16811a8d51982a8b3d70e6087aef4a41926840: > > bootimg: Use STAGING_KERNEL_DIR (2012-07-06 09:38:17 +0100) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib mhatle/misc > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/misc > > Mark Hatle (1): > rpm: Fix PACKAGECONFIG dependencies > > meta/recipes-devtools/rpm/rpm_5.4.9.bb | 8 ++++---- > 1 files changed, 4 insertions(+), 4 deletions(-) > Merged into OE-Core Thanks Sau! ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-07-09 16:43 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-07-06 20:06 [PATCH 0/1] Small RPM package fix Mark Hatle 2012-07-06 20:06 ` [PATCH 1/1] rpm: Fix PACKAGECONFIG dependencies Mark Hatle 2012-07-09 16:32 ` [PATCH 0/1] Small RPM package fix Saul Wold
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox