This patch series is the last bit to enable rpm4 base code. To use this version you must set Preferred Version as such:
EFERRED_VERSION_rpm = "4.11.2" PREFERRED_VERSION_rpm-native = "4.11.2" The rootfs_rpm is a Work In Progress and I expect will not be accepted. Sau! The following changes since commit bff185f6252751a97dcdf7ddfe86b808a714fdc5: dev-manual: Added a note to the EXTERNALSRC example about the class (2014-09-22 13:04:44 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib sgw/rpm4 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=sgw/rpm4 Saul Wold (5): nss: nss.pc is not target specific rpm5: add python-rpm PROVIDES python-smartpm: Add patches for rpm4 rpm: add version 4.11.2 rootfs_rpm: remove hard depends on rpmresolve - WIP meta/classes/rootfs_rpm.bbclass | 1 - .../python/python-smartpm/smart-dflags.patch | 53 +-- .../python/python-smartpm/smart-rpm4-fixes.patch | 49 +++ .../python/python-smartpm_1.4.1.bb | 5 +- .../add_RPMSENSE_MISSINGOK_to_rpmmodule.patch | 20 ++ .../rpm/rpm-4.11.2/disable_shortcircuited.patch | 23 ++ .../rpm/rpm-4.11.2/fix_libdir.patch | 19 + meta/recipes-devtools/rpm/rpm-4.11.2/pythondeps.sh | 16 + .../rpm/rpm-4.11.2/remove-db3-from-configure.patch | 26 ++ .../rpm/rpm-4.11.2/remove-dir-check.patch | 23 ++ .../rpm/rpm-4.11.2/rpm-scriptetexechelp.patch | 194 +++++++++++ .../rpm/rpm-4.11.2/support-suggests-tag.patch | 384 +++++++++++++++++++++ .../rpm/rpm-4.11.2/use-pkgconfig-for-python.patch | 38 ++ meta/recipes-devtools/rpm/rpm_4.11.2.bb | 133 +++++++ meta/recipes-devtools/rpm/rpm_5.4.14.bb | 1 + meta/recipes-support/nss/nss.inc | 6 +- 16 files changed, 962 insertions(+), 29 deletions(-) create mode 100644 meta/recipes-devtools/python/python-smartpm/smart-rpm4-fixes.patch create mode 100644 meta/recipes-devtools/rpm/rpm-4.11.2/add_RPMSENSE_MISSINGOK_to_rpmmodule.patch create mode 100644 meta/recipes-devtools/rpm/rpm-4.11.2/disable_shortcircuited.patch create mode 100644 meta/recipes-devtools/rpm/rpm-4.11.2/fix_libdir.patch create mode 100755 meta/recipes-devtools/rpm/rpm-4.11.2/pythondeps.sh create mode 100644 meta/recipes-devtools/rpm/rpm-4.11.2/remove-db3-from-configure.patch create mode 100644 meta/recipes-devtools/rpm/rpm-4.11.2/remove-dir-check.patch create mode 100644 meta/recipes-devtools/rpm/rpm-4.11.2/rpm-scriptetexechelp.patch create mode 100644 meta/recipes-devtools/rpm/rpm-4.11.2/support-suggests-tag.patch create mode 100644 meta/recipes-devtools/rpm/rpm-4.11.2/use-pkgconfig-for-python.patch create mode 100644 meta/recipes-devtools/rpm/rpm_4.11.2.bb -- 1.8.3.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
