mirror of
git://git.yoctoproject.org/poky
synced 2026-08-15 16:07:26 +00:00
glib-2.0: Clean up anonymous methods
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@876 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
8aee6b32a0
commit
fac260b021
@ -20,11 +20,6 @@ S = "${WORKDIR}/glib-${PV}"
|
||||
|
||||
inherit autotools pkgconfig native gettext
|
||||
|
||||
python () {
|
||||
if bb.data.getVar("USE_NLS", d, 1) == "no":
|
||||
raise bb.parse.SkipPackage("${PN} requires native language support.")
|
||||
}
|
||||
|
||||
acpaths = ""
|
||||
do_configure_prepend () {
|
||||
install -m 0644 ${WORKDIR}/glibconfig-sysdefs.h .
|
||||
|
||||
@ -19,11 +19,6 @@ S = "${WORKDIR}/glib-${PV}"
|
||||
|
||||
inherit autotools pkgconfig native gettext
|
||||
|
||||
python () {
|
||||
if bb.data.getVar("USE_NLS", d, 1) == "no":
|
||||
raise bb.parse.SkipPackage("${PN} requires native language support.")
|
||||
}
|
||||
|
||||
acpaths = ""
|
||||
do_configure_prepend () {
|
||||
install -m 0644 ${WORKDIR}/glibconfig-sysdefs.h .
|
||||
|
||||
6
meta/packages/glib-2.0/glib-2.0.inc
vendored
Normal file
6
meta/packages/glib-2.0/glib-2.0.inc
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
python () {
|
||||
import bb
|
||||
if bb.data.getVar("USE_NLS", d, 1) == "no":
|
||||
raise bb.parse.SkipPackage("${PN} requires native language support.")
|
||||
}
|
||||
5
meta/packages/glib-2.0/glib-2.0_2.10.3.bb
vendored
5
meta/packages/glib-2.0/glib-2.0_2.10.3.bb
vendored
@ -24,10 +24,7 @@ S = "${WORKDIR}/glib-${PV}"
|
||||
|
||||
inherit autotools pkgconfig gettext
|
||||
|
||||
python () {
|
||||
if bb.data.getVar("USE_NLS", d, 1) == "no":
|
||||
raise bb.parse.SkipPackage("${PN} requires native language support.")
|
||||
}
|
||||
require glib-2.0.inc
|
||||
|
||||
acpaths = ""
|
||||
do_configure_prepend () {
|
||||
|
||||
5
meta/packages/glib-2.0/glib-2.0_2.12.0.bb
vendored
5
meta/packages/glib-2.0/glib-2.0_2.12.0.bb
vendored
@ -23,10 +23,7 @@ S = "${WORKDIR}/glib-${PV}"
|
||||
|
||||
inherit autotools pkgconfig gettext
|
||||
|
||||
python () {
|
||||
if bb.data.getVar("USE_NLS", d, 1) == "no":
|
||||
raise bb.parse.SkipPackage("${PN} requires native language support.")
|
||||
}
|
||||
require glib-2.0.inc
|
||||
|
||||
acpaths = ""
|
||||
do_configure_prepend () {
|
||||
|
||||
5
meta/packages/glib-2.0/glib-2.0_2.6.4.bb
vendored
5
meta/packages/glib-2.0/glib-2.0_2.6.4.bb
vendored
@ -24,10 +24,7 @@ S = "${WORKDIR}/glib-${PV}"
|
||||
|
||||
inherit autotools pkgconfig gettext
|
||||
|
||||
python () {
|
||||
if bb.data.getVar("USE_NLS", d, 1) == "no":
|
||||
raise bb.parse.SkipPackage("${PN} requires native language support.")
|
||||
}
|
||||
require glib-2.0.inc
|
||||
|
||||
acpaths = ""
|
||||
do_configure_prepend () {
|
||||
|
||||
5
meta/packages/glib-2.0/glib-2.0_2.8.6.bb
vendored
5
meta/packages/glib-2.0/glib-2.0_2.8.6.bb
vendored
@ -24,10 +24,7 @@ S = "${WORKDIR}/glib-${PV}"
|
||||
|
||||
inherit autotools pkgconfig gettext
|
||||
|
||||
python () {
|
||||
if bb.data.getVar("USE_NLS", d, 1) == "no":
|
||||
raise bb.parse.SkipPackage("${PN} requires native language support.")
|
||||
}
|
||||
require glib-2.0.inc
|
||||
|
||||
acpaths = ""
|
||||
do_configure_prepend () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user