repo.or.cz
/
openembedded.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cornucopia: bump SRCREV
[openembedded.git]
/
recipes
/
gnome
/
gnome-common.inc
blob
826052fcb3018c5ebeb8190987facb0a45215bb5
1
LICENSE = "GPL"
2
SECTION = "x11/gnome"
3
DESCRIPTION = "Common macros for building GNOME applications"
4
5
inherit gnomebase
6
7
# The omf.make file failed if scrollkeeper doesn't happen to be
8
# installed
9
10
SRC_URI += "file://omf.patch"
11
12
EXTRA_AUTORECONF = ""
13
DEPENDS = ""
14
15
FILES_${PN} += "${datadir}/aclocal"
16
FILES_${PN}-dev = ""
17
18
BBCLASSEXTEND = "native"