uim: move debug files into proper package
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Fri, 15 Jun 2007 22:34:20 +0000 (22:34 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Fri, 15 Jun 2007 22:34:20 +0000 (22:34 +0000)
packages/uim/uim-native_1.3.1.bb
packages/uim/uim.inc
packages/uim/uim_1.3.1.bb

index 653056e..e77d24d 100644 (file)
@@ -1,5 +1,6 @@
 require uim.inc
 DEPENDS = "gtk+ anthy intltool-native"
 inherit native autotools pkgconfig
+PR = "r1"
 
 S = "${WORKDIR}/uim-${PV}"
index 94eb11d..41cdc86 100644 (file)
@@ -14,3 +14,5 @@ EXTRA_OECONF += "--disable-applet \
                  --without-eb"
 
 SRC_URI = "http://uim.freedesktop.org/releases/uim/stable/uim-${PV}.tar.bz2"
+
+FILES-${PN}-dbg += "${libdir}/*/*/immodules/.debug"
index e5ddcd0..39d52b7 100644 (file)
@@ -1,7 +1,7 @@
 require uim.inc
 DEPENDS = "gtk+ uim-native anthy fontconfig libxft xt glib-2.0 ncurses"
 SECTION_uim-gtk2.0 = "x11/inputmethods"
-PR = "r1"
+PR = "r2"
 
 SRC_URI += "file://uim-module-manager.patch;patch=1"