1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +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:
Richard Purdie
2006-11-20 09:17:58 +00:00
parent 8aee6b32a0
commit fac260b021
7 changed files with 10 additions and 26 deletions
-5
View File
@@ -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 .
-5
View File
@@ -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
View 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.")
}
+1 -4
View File
@@ -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 () {
+1 -4
View File
@@ -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 () {
+1 -4
View File
@@ -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 () {
+1 -4
View File
@@ -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 () {