X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openvuplus_3.0;a=blobdiff_plain;f=meta-openvuplus%2Frecipes-multimedia%2Fxbmc%2Fxbmc_git.bb;h=0c2e1f1755bcd8bb83df74422aa84b3a6e1e9291;hp=ce6bec3acf7bcf73d6309920cde82c0a29d25af0;hb=734eadec41d646357c773cf6ed3ff1359a117167;hpb=72a489c8029075ab8bd69b1b158a1bf877195ddb diff --git a/meta-openvuplus/recipes-multimedia/xbmc/xbmc_git.bb b/meta-openvuplus/recipes-multimedia/xbmc/xbmc_git.bb index ce6bec3..0c2e1f1 100644 --- a/meta-openvuplus/recipes-multimedia/xbmc/xbmc_git.bb +++ b/meta-openvuplus/recipes-multimedia/xbmc/xbmc_git.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "XBMC Media Center" +SUMMARY = "XBMC Media Center" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=6eb631b6da7fdb01508a80213ffc35ff" @@ -18,7 +18,7 @@ SRC_URI = "git://github.com/xbmc/xbmc.git;branch=eden;protocol=git \ file://configure.in-Avoid-running-code.patch \ " -inherit autotools gettext python-dir +inherit autotools-brokensep gettext python-dir S = "${WORKDIR}/git" @@ -48,7 +48,7 @@ export STAGING_INCDIR export PYTHON_DIR do_configure() { - sh bootstrap + ./bootstrap oe_runconf }