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:
@@ -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 .
|
||||
|
||||
Vendored
+6
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user