diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-03-30 00:51:10 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-04-20 10:46:49 +0200 |
commit | a6949af8efa0631d63dc1b850186cc091cfb0401 (patch) | |
tree | eb7e70a2a07c6dde7e390675ff7e0137498a64c7 /meta-gnome/recipes-gnome | |
parent | e009f61f3b52675f0a6ce6ccec3737553fee543f (diff) | |
download | meta-openembedded-a6949af8efa0631d63dc1b850186cc091cfb0401.tar.gz |
gtksourceview2: inherit only gnomebase
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb index 877b1c166..df4d472f8 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb | |||
@@ -10,7 +10,7 @@ PNAME = "gtksourceview" | |||
10 | 10 | ||
11 | S = "${WORKDIR}/${PNAME}-${PV}" | 11 | S = "${WORKDIR}/${PNAME}-${PV}" |
12 | 12 | ||
13 | inherit gnome lib_package gettext | 13 | inherit gnomebase lib_package gettext |
14 | 14 | ||
15 | # overrule SRC_URI from gnome.conf | 15 | # overrule SRC_URI from gnome.conf |
16 | SRC_URI = "${GNOME_MIRROR}/${PNAME}/${@gnome_verdir("${PV}")}/${PNAME}-${PV}.tar.bz2;name=archive \ | 16 | SRC_URI = "${GNOME_MIRROR}/${PNAME}/${@gnome_verdir("${PV}")}/${PNAME}-${PV}.tar.bz2;name=archive \ |