diff options
Diffstat (limited to 'meta/classes/package_rpm.bbclass')
| -rw-r--r-- | meta/classes/package_rpm.bbclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/classes/package_rpm.bbclass b/meta/classes/package_rpm.bbclass index 61f0117216..64689d8d72 100644 --- a/meta/classes/package_rpm.bbclass +++ b/meta/classes/package_rpm.bbclass | |||
| @@ -110,7 +110,7 @@ rpm_log_check() { | |||
| 110 | if (echo "$lf_txt" | grep -v log_check | grep "$keyword_die") >/dev/null 2>&1 | 110 | if (echo "$lf_txt" | grep -v log_check | grep "$keyword_die") >/dev/null 2>&1 |
| 111 | then | 111 | then |
| 112 | echo "log_check: There were error messages in the logfile" | 112 | echo "log_check: There were error messages in the logfile" |
| 113 | echo -e "log_check: Matched keyword: [$keyword_die]\n" | 113 | printf "log_check: Matched keyword: [$keyword_die]\n\n" |
| 114 | echo "$lf_txt" | grep -v log_check | grep -C 5 -i "$keyword_die" | 114 | echo "$lf_txt" | grep -v log_check | grep -C 5 -i "$keyword_die" |
| 115 | echo "" | 115 | echo "" |
| 116 | do_exit=1 | 116 | do_exit=1 |
| @@ -211,8 +211,8 @@ process_pkg_list_rpm() { | |||
| 211 | pkgs="$@" | 211 | pkgs="$@" |
| 212 | local confbase=${INSTALL_CONFBASE_RPM} | 212 | local confbase=${INSTALL_CONFBASE_RPM} |
| 213 | 213 | ||
| 214 | echo -n > ${target_rootfs}/install/base_archs.pkglist | 214 | printf "" > ${target_rootfs}/install/base_archs.pkglist |
| 215 | echo -n > ${target_rootfs}/install/ml_archs.pkglist | 215 | printf "" > ${target_rootfs}/install/ml_archs.pkglist |
| 216 | 216 | ||
| 217 | for pkg in $pkgs; do | 217 | for pkg in $pkgs; do |
| 218 | echo "Processing $pkg..." | 218 | echo "Processing $pkg..." |
