diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2016-03-09 13:58:41 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-10 23:06:16 +0000 |
commit | e4d6f4f48f83a5881351007aae66427e0b11fc8a (patch) | |
tree | 53b617669388ce598f7315893dde65e01166acfd /meta/recipes-devtools/rpm/rpm_5.4.16.bb | |
parent | 9c67db02d89b48fe151a292faf65db81dd3baf50 (diff) | |
download | openembedded-core-e4d6f4f48f83a5881351007aae66427e0b11fc8a.tar.gz openembedded-core-e4d6f4f48f83a5881351007aae66427e0b11fc8a.tar.bz2 openembedded-core-e4d6f4f48f83a5881351007aae66427e0b11fc8a.zip |
rpm: Fix musl integration with RPM5
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm_5.4.16.bb')
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4.16.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.16.bb b/meta/recipes-devtools/rpm/rpm_5.4.16.bb index c961bac5dc..5fea53f543 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.16.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.16.bb @@ -147,6 +147,7 @@ SRC_URI += " \ file://rpm-syck-fix-gram.patch \ file://rpm-rpmdb-grammar.patch \ file://rpm-disable-blaketest.patch \ + file://rpm-autogen-force.patch \ " SRC_URI_append_libc-musl = "\ |