X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openvuplus_3.0;a=blobdiff_plain;f=meta-bsp%2Fcommon%2Frecipes%2Fvuplus%2Fvuplus-platform-util.bb;fp=meta-bsp%2Fcommon%2Frecipes%2Fvuplus%2Fvuplus-platform-util.bb;h=0000000000000000000000000000000000000000;hp=75378db8e69122615be095bb4a55cf15330bf991;hb=ae009e7e28ec4df53dfacd46f7afcc7835ad9b3e;hpb=9efcbdc1ab9b560da84765907eecc22620e0dfcd diff --git a/meta-bsp/common/recipes/vuplus/vuplus-platform-util.bb b/meta-bsp/common/recipes/vuplus/vuplus-platform-util.bb deleted file mode 100644 index 75378db..0000000 --- a/meta-bsp/common/recipes/vuplus/vuplus-platform-util.bb +++ /dev/null @@ -1,39 +0,0 @@ -SECTION = "base" -LICENSE = "CLOSED" - -PV="15.1" -PR="${SRCDATE}.${SRCDATE_PR}" - -SRC_URI = " \ - http://archive.vuplus.com/download/build_support/vuplus/platform-util-${MACHINE}-${PV}-${PR}.tar.gz \ -" - -S="${WORKDIR}/platform-util-${MACHINE}" - -do_install() { - install -d ${D}${bindir} - install -m 0755 ${S}/* ${D}${bindir} -} - -do_package_qa() { -} - -PACKAGE_ARCH := "${MACHINE_ARCH}" -FILES_${PN}="/" - -inherit update-rc.d - -INITSCRIPT_PARAMS = "start 65 S . stop 90 0 ." -INITSCRIPT_NAME = "${PN}" - -SRC_URI += "file://${INITSCRIPT_NAME}.sysvinit" - -do_install_append() { - if [ -f ${WORKDIR}/${INITSCRIPT_NAME}.sysvinit ]; then - install -d ${D}${INIT_D_DIR} - install -m 0755 ${WORKDIR}/${INITSCRIPT_NAME}.sysvinit ${D}${INIT_D_DIR}/${INITSCRIPT_NAME} - fi -} - - -