aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgetallpkginfo.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/getallpkginfo.bash b/getallpkginfo.bash
index 36d6a5e..8061544 100755
--- a/getallpkginfo.bash
+++ b/getallpkginfo.bash
@@ -158,7 +158,7 @@ function check_local_version_change () {
#
cd $PokyHome
. ./oe-init-build-env build
- bitbake -s | sed -n '9,$'p | awk '{printf("%s,%s\n", $1, $2)}' | sed -e 's/,.*:/,/' -e 's/-r.*$//' > $LogRestore/recipe_name_version.log
+ bitbake -s | sed -n '9,$'p | awk '{printf("%s,%s\n", $1, $2)}' | sed -e 's/,.*:/,/' -e 's/-r[0-9].*$//' > $LogRestore/recipe_name_version.log
#
#Use dailycheck_to_db.py to collect all the recipes information to daily_check.sqlite daily
#