[OE-core] [PATCH 00/11] RPM PMS in SDK tarball

David Nyström david.c.nystrom at gmail.com
Thu Oct 17 13:59:35 UTC 2013


As part of the effort to allow wic/mic usability in the SDK tarball:

This is a patchset directed towards adding RPM PMS functionality.
Unfortunately, this also adds a python runtime dependency, so I
took the liberty to add a DISTRO_FEATURE called "sdk-pms" to opt out, 
and to avoid bloating the toolchain tarball.

David Nyström (11):
  popt: Add nativesdk in BBCLASSEXTEND
  icu: Add nativesdk in BBCLASSEXTEND
  beecrypt: Add nativesdk in BBCLASSEXTEND
  attr: Add nativesdk in BBCLASSEXTEND
  acl: Add nativesdk in BBCLASSEXTEND
  rpmresolve: Add nativesdk in BBCLASSEXTEND
  smartpm: Add nativesdk in BBCLASSEXTEND
  ossp-uuid: Add nativesdk in BBCLASSEXTEND
  file: Add nativesdk in BBCLASSEXTEND
  nativesdk-packagegroup-sdk-host: Add new DISTRO_FEATURE, sdk-pms
  rpm: Add nativesdk in BBCLASSEXTEND

 .../nativesdk-packagegroup-sdk-host.bb             |  3 ++-
 meta/recipes-devtools/file/file_5.15.bb            |  2 +-
 meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb |  2 +-
 .../python/python-smartpm_1.4.1.bb                 |  6 +++++-
 meta/recipes-devtools/rpm/rpm_5.4.9.bb             | 24 ++++++++++++++++------
 meta/recipes-devtools/rpm/rpmresolve_1.0.bb        |  2 +-
 meta/recipes-support/attr/acl_2.2.51.bb            |  2 ++
 meta/recipes-support/attr/attr_2.4.46.bb           |  2 ++
 meta/recipes-support/beecrypt/beecrypt_4.2.1.bb    |  2 +-
 meta/recipes-support/icu/icu.inc                   |  3 ++-
 meta/recipes-support/popt/popt_1.16.bb             |  2 +-
 11 files changed, 36 insertions(+), 14 deletions(-)

-- 
1.8.3.2



More information about the Openembedded-core mailing list