diff options
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm_5.4.16.bb')
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4.16.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.16.bb b/meta/recipes-devtools/rpm/rpm_5.4.16.bb index 55acd25b1c..9f78deeea2 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.16.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.16.bb | |||
@@ -527,7 +527,7 @@ do_configure() { | |||
527 | sed -e 's/pkg-config --exists uuid/pkg-config --exists ossp-uuid/g' \ | 527 | sed -e 's/pkg-config --exists uuid/pkg-config --exists ossp-uuid/g' \ |
528 | -e 's/pkg-config uuid/pkg-config ossp-uuid/g' -i ${S}/configure | 528 | -e 's/pkg-config uuid/pkg-config ossp-uuid/g' -i ${S}/configure |
529 | 529 | ||
530 | ( cd ${S}/syck ; set +e ; rm -- -l* ; make distclean ) || : | 530 | ( cd ${S}/syck ; set +e ; rm -- -l* ; rm Makefile config.h config.status lib/Makefile libtool stamp-h1 tests/.deps tests/Makefile ) || : |
531 | 531 | ||
532 | export varprefix=${localstatedir} | 532 | export varprefix=${localstatedir} |
533 | oe_runconf | 533 | oe_runconf |