From 9bd713ab3554893948e939f2a532b7e364fad725 Mon Sep 17 00:00:00 2001 From: Jan Luebbe Date: Sun, 10 May 2015 19:37:20 +0200 Subject: [PATCH] barebox-state: add recipe Signed-off-by: Jan Luebbe [hfreyther: Use a fixed version of the utilities] --- recipes-extra/barebox-state/barebox-state.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes-extra/barebox-state/barebox-state.bb diff --git a/recipes-extra/barebox-state/barebox-state.bb b/recipes-extra/barebox-state/barebox-state.bb new file mode 100644 index 0000000..d4ce730 --- /dev/null +++ b/recipes-extra/barebox-state/barebox-state.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "barebox state tool (dt)" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" +PR = "r0" + +SRC_URI = "git://git.pengutronix.de/git/tools/dt-utils.git" + +PACKAGES =+ "libdt-utils barebox-fdtdump" + +FILES_libdt-utils = "${libdir}/libdt-utils.so.*" +FILES_barebox-fdtdump = "${bindir}/fdtdump" + +S = "${WORKDIR}/git" + +SRCREV = "2e87b7e47752380219c1f12b3dcbb5db706936e5" + +DEPENDS = "udev" + +inherit autotools pkgconfig gettext