aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/grub/grub_git.bb
AgeCommit message (Expand)Author
2016-04-11meta: remove redundant ac_cv_sizeof_off_t assignmentsRoss Burton
2016-01-29grub: Backport fix for largefile detection/useKhem Raj
2015-12-16meta: Drop now pointless manual -dbg packagingRichard Purdie
2015-04-13grub-efi: add PACKAGECONFIG for grub-mount and device-mapperRobert Yang
2015-01-23grub: remove autogen-native dependency for tarball recipesRoss Burton
2015-01-16grub 2.0: several fixesRobert Yang
2014-09-01grub: Replace _BSD_SOURCE macro with _DEFAULT_SOURCEKhem Raj
2014-07-19grub_git: bump version, remove patchTrevor Woerner
2014-06-06grub-2.00: remove our 40_customRoy Li
2014-06-03grub_git: fix build warning->errorTrevor Woerner
2014-05-06grub git: update to latest git (grub-2.02-beta2-81-g4b8b913)Fathi Boudra
2014-05-01Add texinfo.bbclass; recipes that use texinfo utils at build-time inherit it.Max Eliaser
2014-04-23grub git: workaround debugedit problemsKoen Kooi
2014-03-07grub git: add oe's kernel name to the conf fileRobert Yang
2014-02-25grub: exclude .pc from POTFILES.in (fix build on CentOS 5.8)Robert Yang
2014-01-14grub git: update to latest gitKoen Kooi
2014-01-06grub: add git versionKoen Kooi
er/qa_rebase'>akuster/qa_rebase OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/x11-common/x11-common_0.1.bb
blob: 26751458c956d2a89c5428840429c4a3d09d71dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "Common X11 scripts and configuration files"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
SECTION = "x11"
PR = "r45"

SRC_URI = "file://etc \
           file://gplv2-license.patch"

S = "${WORKDIR}"

inherit allarch

do_install() {
	cp -R ${S}/etc ${D}${sysconfdir}
	chmod -R 755 ${D}${sysconfdir}
	find ${D}${sysconfdir} -type d -name .svn -prune -exec rm -rf {} \;
	find ${D}${sysconfdir} -type f -name \*~ -exec rm -rf {} \;
}

RDEPENDS_${PN} = "dbus-x11 xmodmap xdpyinfo xtscal xinit formfactor"