git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ce5caa
)
glib-2.0.inc: Add missing import
author
Richard Purdie
<rpurdie@rpsys.net>
Sat, 25 Nov 2006 10:31:33 +0000
(10:31 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Sat, 25 Nov 2006 10:31:33 +0000
(10:31 +0000)
packages/glib-2.0/glib-2.0.inc
patch
|
blob
|
history
diff --git
a/packages/glib-2.0/glib-2.0.inc
b/packages/glib-2.0/glib-2.0.inc
index
c8bde21
..
ccbbd2b
100644
(file)
--- a/
packages/glib-2.0/glib-2.0.inc
+++ b/
packages/glib-2.0/glib-2.0.inc
@@
-1,5
+1,6
@@
python () {
+ import bb
if bb.data.getVar("USE_NLS", d, 1) == "no":
raise bb.parse.SkipPackage("${PN} requires native language support.")
}