[oe-commits] org.oe.dev uim: fix apparent typo, pkconfig => pkgconfig

justinp commit openembedded-commits at lists.openembedded.org
Tue Oct 10 23:44:50 UTC 2006


uim: fix apparent typo, pkconfig => pkgconfig

Author: justinp at openembedded.org
Branch: org.openembedded.dev
Revision: e36853fa15c5f08a6e5ab69e726061ce397a7cb4
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e36853fa15c5f08a6e5ab69e726061ce397a7cb4
Files:
1
packages/uim/uim-native_1.1.0.bb
packages/uim/uim_1.1.0.bb
Diffs:

#
# mt diff -r3bcdeb94d0c234ce594c1821305ae73fddafca7c -re36853fa15c5f08a6e5ab69e726061ce397a7cb4
#
# 
# 
# patch "packages/uim/uim-native_1.1.0.bb"
#  from [5fe9ced8448831390e4a7657e40c14f4ea3604a2]
#    to [e6a6390285520dda2e76f222e8b26d8552e103e7]
# 
# patch "packages/uim/uim_1.1.0.bb"
#  from [bd0b81119af1457ab36f7547d8e8f39a1c13f80e]
#    to [4ac7a1814676228169248a86213411a873f0c98f]
# 
============================================================
--- packages/uim/uim-native_1.1.0.bb	5fe9ced8448831390e4a7657e40c14f4ea3604a2
+++ packages/uim/uim-native_1.1.0.bb	e6a6390285520dda2e76f222e8b26d8552e103e7
@@ -1,3 +1,3 @@ DEPENDS = "gtk+ anthy intltool-native"
 require uim.inc
 DEPENDS = "gtk+ anthy intltool-native"
+inherit native autotools pkgconfig
-inherit native autotools pkconfig
============================================================
--- packages/uim/uim_1.1.0.bb	bd0b81119af1457ab36f7547d8e8f39a1c13f80e
+++ packages/uim/uim_1.1.0.bb	4ac7a1814676228169248a86213411a873f0c98f
@@ -9,7 +9,7 @@ do_stage() {
 	autotools_stage_all
 }
 
-inherit autotools pkconfig
+inherit autotools pkgconfig
 
 PACKAGES = "uim-xim uim-utils uim-skk uim-gtk2.0 uim-fep uim-common uim-anthy libuim0 libuim-dev"
 






More information about the Openembedded-commits mailing list