[oe] Building Gstreamer from GIT

srinredplano SP srinredplano at gmail.com
Tue Apr 5 18:53:26 UTC 2011


Hi All,
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"

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
    ./autogen.sh --noconfigure --nocheck

    sed -i -e s:docs::g Makefile.am
    popd
}




More information about the Openembedded-devel mailing list