From: Andrea Adami Date: Mon, 6 Dec 2010 23:29:07 +0000 (+0100) Subject: ohm: bump git SRCREV to 2010-02-11 master X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=664e3540effe50935de24824203a872ef24e5099;p=openembedded.git 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 --- 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}/* \