From: Mrinmayee Hingolikar <[email protected]> * This was migrated from meta-ti-glsdk to meta-arago because it is not a BSP component. Preserved authorship for Mrinmayee * Changes made for upstreaming: * Removed un-needed .inc file since there is only one version * Renamed to just libgbm instead of libgbm-glsdk which also means that the PROVIDES line could be removed.
Signed-off-by: Chase Maupin <[email protected]> --- .../recipes-graphics/gbm/libgbm_9.0.0.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-arago-extras/recipes-graphics/gbm/libgbm_9.0.0.bb diff --git a/meta-arago-extras/recipes-graphics/gbm/libgbm_9.0.0.bb b/meta-arago-extras/recipes-graphics/gbm/libgbm_9.0.0.bb new file mode 100644 index 0000000..8b20dbb --- /dev/null +++ b/meta-arago-extras/recipes-graphics/gbm/libgbm_9.0.0.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Userspace interface for the kernel GBM services." +HOMEPAGE = "http://git.ti.com" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://gbm.c;beginline=1;endline=26;md5=b871c7f2f477df29ee4c0ec437b187f7" +DEPENDS = "libdrm" + +COMPATIBLE_MACHINE = "omap-a15" + +inherit autotools pkgconfig + +SRCREV = "cb86a2f2cecd41023bf1bf12fbcf11be11220f31" + +SRC_URI = "git://git.ti.com/glsdk/libgbm.git;protocol=git" + +S = "${WORKDIR}/git" -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
