diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-03-30 00:41:54 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-04-20 10:43:31 +0200 |
| commit | a0759c2a693ff866c448e18772844a2107768ddf (patch) | |
| tree | 2d4c8653dfaa675216830e54ea7a8b35a2ad330d | |
| parent | fe57633136c317c089779bd31c8c69499e12cd92 (diff) | |
| download | meta-openembedded-a0759c2a693ff866c448e18772844a2107768ddf.tar.gz | |
babl: inherit only gnomebase
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-graphics/babl/babl_0.1.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/babl/babl_0.1.10.bb b/meta-oe/recipes-graphics/babl/babl_0.1.10.bb index 1ef4956a8f..3830b30c34 100644 --- a/meta-oe/recipes-graphics/babl/babl_0.1.10.bb +++ b/meta-oe/recipes-graphics/babl/babl_0.1.10.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "Babl is a dynamic, any to any, pixel format conversion library" | |||
| 2 | LICENSE = "LGPL-3.0" | 2 | LICENSE = "LGPL-3.0" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" |
| 4 | 4 | ||
| 5 | inherit gnome | 5 | inherit gnomebase |
| 6 | 6 | ||
| 7 | SRC_URI = "ftp://ftp.gimp.org/pub/${PN}/0.1/${PN}-${PV}.tar.bz2" | 7 | SRC_URI = "ftp://ftp.gimp.org/pub/${PN}/0.1/${PN}-${PV}.tar.bz2" |
| 8 | SRC_URI[md5sum] = "9e1542ab5c0b12ea3af076a9a2f02d79" | 8 | SRC_URI[md5sum] = "9e1542ab5c0b12ea3af076a9a2f02d79" |
