[oe] Building Gstreamer from GIT

Paul Menzel paulepanter at users.sourceforge.net
Tue Apr 5 21:42:14 UTC 2011


Dear Srinredplano,


Am Dienstag, den 05.04.2011, 11:53 -0700 schrieb srinredplano SP:

> I am trying to build Gstreamer from GIT ( using branch 0.10.23 ) .But
> I am not able to run autogen.sh due to missing .git  directory .
> 
> Can any one let me know why the . git is  getting erased and what I
> should do to stop getting   that erased. (I am verymuch new to Git
> (though I have build Gstreamer using svn)o build Gstreamer using GIt
> Pointers for building Gstreamer using GIT  would be helpful.
> 
> Here is my recipe http://pastebin.com/tz6dsZmV . Thanks in Advance
> 
> gstreamer_0.10.30.bb
> ===================================================
> require gstreamer.inc
> PR = "r1"
> 
> SRCREV_pn-gstreamer = "${AUTOREV}"
> 
> SRC_URI[archive.md5sum] = "de01f73f71d97c5854badd363ca06509"
> SRC_URI[archive.sha256sum] =
> "e8ef301be423797ff36a0bb3615930b112b4175634051d19fd655e0ed974532a"

Your mailer mangled your message. Please turn of line wrapping for
sections with code.

> SRC_URI = "git://10.121.72.60/git/gstreamer.git;branch=0.10.23;protocol=git "
> 
> #SRC_URI = "git://anongit.freedesktop.org/gstreamer/common;branch=0.10.23;protocol=git
> "
> 
> 
> S = ${WORKDIR}/git
> 
> EXTRA_OECONF += "ac_cv_func_register_printf_function=no"
> 
> do_configure_prepend() {
>     pushd ${S}
>     tar -xzf ${DL_DIR}/git_10.121.72.60.git.gstreamer.git.tar.gz

What is that for? Where does the archive come from? BitBake takes care
getting a clone/checkout of the repository.

>     ./autogen.sh --noconfigure --nocheck
> 
>     sed -i -e s:docs::g Makefile.am
>     popd
> }

Please take a look at the existing Git recipes, for example

	$ find recipes/ -name *\_git.bb

and send a patch next time using `git format-patch …` and `git
send-email` so people can easily deal and test your code.


Thanks,

Paul
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20110405/0ea0ec3b/attachment-0002.sig>


More information about the Openembedded-devel mailing list