From 664e3540effe50935de24824203a872ef24e5099 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Tue, 7 Dec 2010 00:29:07 +0100 Subject: [PATCH] ohm: bump git SRCREV to 2010-02-11 master * removes offending dpmsstr.h include * explicit packaging of .la files for -dev (installed but not shipped) * bump PR Signed-off-by: Andrea Adami --- recipes/hal/ohm_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/hal/ohm_git.bb b/recipes/hal/ohm_git.bb index 64a0a7ebef..24d49f42d8 100644 --- a/recipes/hal/ohm_git.bb +++ b/recipes/hal/ohm_git.bb @@ -7,9 +7,10 @@ RDEPENDS_${PN} += "udev hal-info" SRC_URI = "git://anongit.freedesktop.org/git/ohm/;protocol=git \ file://fix_configure.patch" -SRCREV = "edfe25d49d67884bf004de7ae0724c162bb5e65e" +SRCREV = "3cb3496846508929b9f2d05683ec93523de7947c" PV = "0.1.2+${PR}+gitr${SRCREV}" PE = "1" +PR = "r1" S = "${WORKDIR}/git" @@ -29,7 +30,7 @@ OE_LT_RPATH_ALLOW[export]="1" PACKAGES =+ "libohm ohm-plugin-x11" -FILES_${PN}-dev += "${libdir}/ohm/*.a" +FILES_${PN}-dev += "${libdir}/ohm/*.a ${libdir}/ohm/*.la" FILES_${PN} = "${sysconfdir} \ ${bindir}/* \ -- 2.39.5