diff options
Diffstat (limited to 'meta-facebook/meta-yosemite/recipes-yosemite/front-paneld/front-paneld_0.1.bb')
-rw-r--r-- | meta-facebook/meta-yosemite/recipes-yosemite/front-paneld/front-paneld_0.1.bb | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/meta-facebook/meta-yosemite/recipes-yosemite/front-paneld/front-paneld_0.1.bb b/meta-facebook/meta-yosemite/recipes-yosemite/front-paneld/front-paneld_0.1.bb deleted file mode 100644 index 8eb4457..0000000 --- a/meta-facebook/meta-yosemite/recipes-yosemite/front-paneld/front-paneld_0.1.bb +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2015-present Facebook. All Rights Reserved. - -SUMMARY = "Front Panel Control Daemon" -DESCRIPTION = "Daemon to monitor and control the front panel " -SECTION = "base" -PR = "r1" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://front-paneld.c;beginline=5;endline=17;md5=da35978751a9d71b73679307c4d296ec" - - -DEPENDS_append = "libpal libbic update-rc.d-native" - -SRC_URI = "file://Makefile \ - file://setup-front-paneld.sh \ - file://front-paneld.c \ - " - -S = "${WORKDIR}" - -binfiles = "front-paneld" - -pkgdir = "front-paneld" - -do_install() { - dst="${D}/usr/local/fbpackages/${pkgdir}" - bin="${D}/usr/local/bin" - install -d $dst - install -d $bin - install -m 755 front-paneld ${dst}/front-paneld - ln -snf ../fbpackages/${pkgdir}/front-paneld ${bin}/front-paneld - install -d ${D}${sysconfdir}/init.d - install -d ${D}${sysconfdir}/rcS.d - install -m 755 setup-front-paneld.sh ${D}${sysconfdir}/init.d/setup-front-paneld.sh - update-rc.d -r ${D} setup-front-paneld.sh start 67 5 . -} - -FBPACKAGEDIR = "${prefix}/local/fbpackages" - -FILES_${PN} = "${FBPACKAGEDIR}/front-paneld ${prefix}/local/bin ${sysconfdir} " - -# Inhibit complaints about .debug directories: - -INHIBIT_PACKAGE_DEBUG_SPLIT = "1" -INHIBIT_PACKAGE_STRIP = "1" |