Skip to content

Commit 9cd0814

Browse files
committed
libdrm: Remove not needed nobranch parameter and cleanup
Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
1 parent 2006f8a commit 9cd0814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎recipes-graphics/drm/libdrm_2.4.115.imx.bb‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ HOMEPAGE = "http://dri.freedesktop.org"
77
SECTION = "x11/base"
88
LICENSE = "MIT"
99
LIC_FILES_CHKSUM = "file://LICENSE;md5=9eb1f4831351ab42d762c40b3ebb7add \
10-
file://xf86drm.c;beginline=9;endline=32;md5=c8a3b961af7667c530816761e949dc71"
10+
file://xf86drm.c;beginline=9;endline=32;md5=c8a3b961af7667c530816761e949dc71"
1111
PROVIDES = "drm"
1212
DEPENDS = "libpthread-stubs"
1313

1414
SRC_URI = "${IMX_LIBDRM_SRC};branch=${SRCBRANCH}"
15-
IMX_LIBDRM_SRC ?= "git://github.com/nxp-imx/libdrm-imx.git;protocol=https;nobranch=1"
15+
IMX_LIBDRM_SRC ?= "git://github.com/nxp-imx/libdrm-imx.git;protocol=https"
1616
SRCBRANCH ?= "libdrm-imx-2.4.115"
1717
SRCREV = "0f889a1f9640f6210132dd565141eb19005245fb"
1818

0 commit comments

Comments
 (0)