[oe-commits] Andrea Adami : ohm: bump git SRCREV to 2010-02-11 master

git version control git at git.openembedded.org
Mon Dec 6 23:39:00 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 664e3540effe50935de24824203a872ef24e5099
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=664e3540effe50935de24824203a872ef24e5099

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Tue Dec  7 00:29:07 2010 +0100

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 <andrea.adami at gmail.com>

---

 recipes/hal/ohm_git.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/hal/ohm_git.bb b/recipes/hal/ohm_git.bb
index 64a0a7e..24d49f4 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}/* \





More information about the Openembedded-commits mailing list