diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2011-05-10 14:47:30 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-10 16:59:07 +0200 |
| commit | e55afd32d8718534403cb871fc776b7f078250dc (patch) | |
| tree | 75ec39156a96fd082bfb310df15ff1c7e173f5e5 | |
| parent | aef16efcd8e3d4b74b4e0c640ae20911c092d753 (diff) | |
| download | meta-openembedded-e55afd32d8718534403cb871fc776b7f078250dc.tar.gz | |
glib-2.0: depends on python-argparse-native
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | meta-oe/recipes-core/glib-2.0/glib-2.0_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/glib-2.0/glib-2.0_git.bb b/meta-oe/recipes-core/glib-2.0/glib-2.0_git.bb index f95d162b4d..51b04486cb 100644 --- a/meta-oe/recipes-core/glib-2.0/glib-2.0_git.bb +++ b/meta-oe/recipes-core/glib-2.0/glib-2.0_git.bb | |||
| @@ -1,10 +1,11 @@ | |||
| 1 | require glib.inc | 1 | require glib.inc |
| 2 | 2 | ||
| 3 | PE = "1" | 3 | PE = "1" |
| 4 | PR = "r1" | ||
| 4 | 5 | ||
| 5 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
| 6 | 7 | ||
| 7 | DEPENDS += "libffi" | 8 | DEPENDS += "libffi python-argparse-native" |
| 8 | 9 | ||
| 9 | SRC_URI = "git://git.gnome.org/glib;protocol=git;branch=master \ | 10 | SRC_URI = "git://git.gnome.org/glib;protocol=git;branch=master \ |
| 10 | file://configure-libtool.patch \ | 11 | file://configure-libtool.patch \ |
