From: Tim-Philipp Müller Date: Sun, 14 Apr 2013 16:17:50 +0000 (+0100) Subject: update-common: generate autogen.sh from template for selected modules X-Git-Tag: upstream/20130618~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27365926b86b772958bedc78e446545d0ea1f2e8;p=platform%2Fupstream%2Fgst-common.git update-common: generate autogen.sh from template for selected modules --- diff --git a/update-common b/update-common index 8deff28..d6c7fd5 100755 --- a/update-common +++ b/update-common @@ -72,6 +72,19 @@ do echo updating common from $ref_from to $ref_to if [ "$ref_from" != "$ref_to" ] ; then cd $dir/$module + # update autogen.sh for selected modules + case $module in + gstreamer) + gst-plugins-base) + gst-plugins-good) + gst-plugins-ugly) + gst-plugins-bad) + ./common/update-autogen + git add autogen.sh + ;; + *) + ;; + esac git add common git commit -m "Automatic update of common submodule