diff options
author | Steffen Sledz <sledz@dresearch.de> | 2009-09-15 15:26:48 +0200 |
---|---|---|
committer | Steffen Sledz <sledz@dresearch.de> | 2009-09-15 15:26:48 +0200 |
commit | bdb0b9755876fbb2463dc30b64b57f8c57afc396 (patch) | |
tree | 5fe7ca99d30a5726f408988fd28b3b27f1224ad5 /recipes | |
parent | ff4773355412adf6bb7258bb6c8b45bc43bb5d17 (diff) |
gob2-native: missing glib-2.0-native dependency added
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gob2/gob2-native_2.0.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gob2/gob2-native_2.0.14.bb b/recipes/gob2/gob2-native_2.0.14.bb index e6a26f13d2..45bce0121d 100644 --- a/recipes/gob2/gob2-native_2.0.14.bb +++ b/recipes/gob2/gob2-native_2.0.14.bb @@ -1,5 +1,5 @@ require gob2_${PV}.bb -DEPENDS = "bison-native flex-native" +DEPENDS = "bison-native flex-native glib-2.0-native" inherit native |