From: Denys Dmytriyenko <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-extras/recipes-graphics/gbm/libgbm_10.0.0.bb | 17 ----------------- meta-arago-extras/recipes-graphics/gbm/libgbm_9.0.0.bb | 13 ------------- 2 files changed, 30 deletions(-) delete mode 100644 meta-arago-extras/recipes-graphics/gbm/libgbm_10.0.0.bb delete mode 100644 meta-arago-extras/recipes-graphics/gbm/libgbm_9.0.0.bb
diff --git a/meta-arago-extras/recipes-graphics/gbm/libgbm_10.0.0.bb b/meta-arago-extras/recipes-graphics/gbm/libgbm_10.0.0.bb deleted file mode 100644 index 303f245..0000000 --- a/meta-arago-extras/recipes-graphics/gbm/libgbm_10.0.0.bb +++ /dev/null @@ -1,17 +0,0 @@ -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" - -inherit autotools pkgconfig - -BRANCH = "next" - -SRCREV = "96f37555c7e82a417b02051661377b10e6b3966e" - -SRC_URI = "git://git.ti.com/glsdk/libgbm.git;protocol=git;branch=${BRANCH}" - -S = "${WORKDIR}/git" - -PR = "r0" 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 deleted file mode 100644 index 3905738..0000000 --- a/meta-arago-extras/recipes-graphics/gbm/libgbm_9.0.0.bb +++ /dev/null @@ -1,13 +0,0 @@ -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" - -inherit autotools pkgconfig - -SRCREV = "cb86a2f2cecd41023bf1bf12fbcf11be11220f31" - -SRC_URI = "git://git.ti.com/glsdk/libgbm.git;protocol=git" - -S = "${WORKDIR}/git" -- 2.2.0 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
