generic-poky/meta/packages/gnome/gnome-common_2.20.0.bb
Richard Purdie 138417949b gnome-common: Drop unneeded custom staging function
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-17 12:32:01 +00:00

20 lines
421 B
BlitzBasic

LICENSE = "GPL"
SECTION = "x11/gnome"
PR = "r1"
DESCRIPTION = "Common macros for building GNOME applications"
inherit gnome
# all isn't appropriate since STAGING_DATADIR is target specific
# PACKAGE_ARCH="all"
# The omf.make file failed if scrollkeeper doesn't happen to be
# installed
SRC_URI += "file://omf.patch;patch=1"
EXTRA_AUTORECONF = ""
DEPENDS = ""
FILES_${PN} += "${datadir}/aclocal"
FILES_${PN}-dev = ""