ohm: bump git SRCREV to 2010-02-11 master
authorAndrea Adami <andrea.adami@gmail.com>
Mon, 6 Dec 2010 23:29:07 +0000 (00:29 +0100)
committerAndrea Adami <andrea.adami@gmail.com>
Mon, 6 Dec 2010 23:37:15 +0000 (00:37 +0100)
* removes offending dpmsstr.h include
* explicit packaging of .la files for -dev (installed but not shipped)
* bump PR

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
recipes/hal/ohm_git.bb

index 64a0a7e..24d49f4 100644 (file)
@@ -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}/* \