| Submitter | dlazzari |
|---|---|
| Date | Nov. 2, 2012, 10:52 p.m. |
| Message ID | <E7A9054A5ACABE48B0E540E46E862B0FB5B71946@NAEMMAIL01.na.leapfrog.com> |
| Download | mbox | patch |
| Permalink | /patch/38775/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta-oe/recipes-core/mm-common/mm-common_0.9.5.bb b/meta-oe/recipes-core/mm-common/mm-common_0.9.5.bb index 79da497..c49b4c8 100644 --- a/meta-oe/recipes-core/mm-common/mm-common_0.9.5.bb +++ b/meta-oe/recipes-core/mm-common/mm-common_0.9.5.bb @@ -1,4 +1,4 @@ -inherit gnome +inherit gnomebase SRC_URI[archive.md5sum] = "4a4dad67fc8d7e0c529f3a8c6ba4d8b2" SRC_URI[archive.sha256sum] = "9c602dba89d264a4719db996b9b169716df2d4d10bcd24e56fc3572865a5cb8b"
Change mm-common to inherit the gnomebase class instead of the gnome class. This allows it to be built in distros that don't have x11 support since x11 is not actually a dependency of many glib related libraries. Signed-off-by: Daniel Lazzari Jr <dlazzari@leapfrog.com> --- meta-oe/recipes-core/mm-common/mm-common_0.9.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)