diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2015-03-25 10:47:45 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2015-03-25 10:47:45 +0900 |
commit | 1c35920d85e424b3f65aa6df1dbde689dd6ec007 (patch) | |
tree | 58b2cacb3674111aad5a4ded694db0cef5cf55f3 /common/recipes-multimedia/libshvio/libshvio_git.bb |
commit BSP v1.8.0
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Diffstat (limited to 'common/recipes-multimedia/libshvio/libshvio_git.bb')
-rw-r--r-- | common/recipes-multimedia/libshvio/libshvio_git.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/common/recipes-multimedia/libshvio/libshvio_git.bb b/common/recipes-multimedia/libshvio/libshvio_git.bb new file mode 100644 index 0000000..c9ad0af --- /dev/null +++ b/common/recipes-multimedia/libshvio/libshvio_git.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "A library for controlling the SH-Mobile VIO/VEU" +AUTHOR = "Phil Edworthy <phil.edworthy@renesas.com>" +BUGTRACKER = "" + +SECTION = "libs" +PRIORITY = "optional" + +PR = "r0" + +inherit autotools pkgconfig + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=838c366f69b72c5df05c96dff79b35f2" + +SRCREV = "3cebf3b073c2f22c60109e345670641a77c5981f" +SRC_URI = "git://github.com/renesas-devel/libshvio.git;branch=vio6" +S = "${WORKDIR}/git/" + +DEPENDS = "libuiomux libshmeram" +EXTRA_OECONF = "--enable-meram" + +do_configure() { + autoreconf -ivf ${S} + oe_runconf +} |