diff options
-rw-r--r-- | packages/anthy/anthy_7811.bb | 15 | ||||
-rw-r--r-- | packages/qemu/qemu-qop-nogfx-native_svn.bb | 1 | ||||
-rw-r--r-- | packages/qemu/qemu_cvs.bb | 5 | ||||
-rw-r--r-- | packages/uim/uim-native_1.3.1.bb | 2 |
4 files changed, 14 insertions, 9 deletions
diff --git a/packages/anthy/anthy_7811.bb b/packages/anthy/anthy_7811.bb index 5ac651223b..9f5bf8d1e6 100644 --- a/packages/anthy/anthy_7811.bb +++ b/packages/anthy/anthy_7811.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://anthy.sourceforge.jp" LICENSE = "GPL" DEPENDS = "anthy-native" SECTION = "inputmethods" -PR = "r1" +PR = "r2" SRC_URI = "http://osdn.dl.sourceforge.jp/anthy/20510/anthy-7811.tar.gz \ file://not_build_elc.patch;patch=1 \ @@ -14,8 +14,6 @@ SRC_URI = "http://osdn.dl.sourceforge.jp/anthy/20510/anthy-7811.tar.gz \ inherit autotools pkgconfig -PACKAGES = "${PN} ${PN}-el libanthy0 libanthy-dev" - DESCRIPTION_anthy = "A Japanese input method (backend, dictionary and utility)" DESCRIPTION_libanthy0 = "Anthy runtime library" DESCRIPTION_libanthy-dev = "Anthy static library, headers and documets for developers" @@ -27,6 +25,12 @@ SECTION_libanthy-dev = "devel/libs" LEAD_SONAME = "libanthy.so.0" RDEPENDS_anthy = "libanthy0" +do_stage() { + autotools_stage_all +} + +PACKAGES += "${PN}-el libanthy0 libanthy-dev" +FILES_${PN}-dbg += "${libdir}/.debug" FILES_libanthy0 = "${libdir}/libanthy.so.* \ ${libdir}/libanthydic.so.* \ ${libdir}/libanthyinput.so.*" @@ -39,8 +43,3 @@ FILES_${PN}-el = "${datadir}/emacs/*" FILES_${PN} = "${datadir}/* \ ${bindir}/* \ ${sysconfdir}/anthy-conf" - - -do_stage() { - autotools_stage_all -} diff --git a/packages/qemu/qemu-qop-nogfx-native_svn.bb b/packages/qemu/qemu-qop-nogfx-native_svn.bb index 4936761339..1a041c8536 100644 --- a/packages/qemu/qemu-qop-nogfx-native_svn.bb +++ b/packages/qemu/qemu-qop-nogfx-native_svn.bb @@ -4,6 +4,7 @@ PROVIDES = "qemu-native" SRC_URI = "svn://nowt.dyndns.org/svn/qemu;module=trunk;proto=https \ file://configure.patch;patch=1 \ + http://www.busybox.net/downloads/qemu/qemu-gcc-4-all.patch;patch=1 \ " S = "${WORKDIR}/trunk" diff --git a/packages/qemu/qemu_cvs.bb b/packages/qemu/qemu_cvs.bb index 8d22a6f1f8..23589fec9e 100644 --- a/packages/qemu/qemu_cvs.bb +++ b/packages/qemu/qemu_cvs.bb @@ -14,8 +14,11 @@ SRC_URI = "cvs://anonymous@cvs.savannah.nongnu.org/sources/qemu;method=pserver;r file://compiler.patch;patch=1 \ file://qemu-usb-wacom-0.8.2.patch;patch=1 \ file://qemu-usb-wacom-pressure.patch;patch=1 \ - file://qemu-usb-wacom-buttons.patch;patch=1" + file://qemu-usb-wacom-buttons.patch;patch=1 \ + http://www.busybox.net/downloads/qemu/qemu-gcc-4-all.patch;patch=1" S = "${WORKDIR}/qemu" +EXTRA_OECONF="--disable-gcc-check" + inherit autotools diff --git a/packages/uim/uim-native_1.3.1.bb b/packages/uim/uim-native_1.3.1.bb index 5249ac6394..653056e193 100644 --- a/packages/uim/uim-native_1.3.1.bb +++ b/packages/uim/uim-native_1.3.1.bb @@ -1,3 +1,5 @@ require uim.inc DEPENDS = "gtk+ anthy intltool-native" inherit native autotools pkgconfig + +S = "${WORKDIR}/uim-${PV}" |