On Sat, Nov 15, 2014 at 1:16 PM, Fabio Rafael da Rosa <[email protected]> wrote: > Hi all, > I saw (and did confirm at irc channel) that currently, gbs does not > recognize git submodules, and will not properly export the source files when > it tries to build.
I documented how to deal with gitmodules at : https://wiki.tizen.org/wiki/Updating_packages#Using_gitmodules Using gitmodules Git in git (~ svn externals) used for common code among projects Commit this script in packaging subfolder : https://gitorious.org/tizen/tizen-helper/raw/master:bin/gitmodules.sh Usage : git rebase upstream sh packaging/gitmodules.sh git commit -sam 'packaging: gitmodules refresh' packaging/*.tar.bz2 References : https://review.tizen.org/gerrit/gitweb?p=platform/upstream/gstreamer-vaapi.git;a=summary See page 29 : http://www.slideshare.net/rzrfreefr/tizen-upstreamcooptdc2014pcoval# p29 ask me for help if it's unclear have fun with git _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
