diff options
author | Jesse Gilles <jgilles@multitech.com> | 2015-01-23 15:28:24 -0600 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2015-01-23 15:28:24 -0600 |
commit | 10e9058fcd1f0e7050848945c183528aadae8db0 (patch) | |
tree | 9e3f989d009a984fcad03609653da4604ea4d458 /recipes-core/multitech | |
parent | 5f6b9bdc1568a0c657ce4f13195e13911f9be955 (diff) | |
download | meta-mlinux-10e9058fcd1f0e7050848945c183528aadae8db0.tar.gz meta-mlinux-10e9058fcd1f0e7050848945c183528aadae8db0.tar.bz2 meta-mlinux-10e9058fcd1f0e7050848945c183528aadae8db0.zip |
mlinux-version: move to recipes-core/mlinux
Diffstat (limited to 'recipes-core/multitech')
-rw-r--r-- | recipes-core/multitech/mlinux-version.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes-core/multitech/mlinux-version.bb b/recipes-core/multitech/mlinux-version.bb deleted file mode 100644 index f2debe1..0000000 --- a/recipes-core/multitech/mlinux-version.bb +++ /dev/null @@ -1,22 +0,0 @@ -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" - -inherit mlinux_metadata_scm - -# always parse this file so PV can change automatically -__BB_DONT_CACHE = "1" - -PV = "${DISTRO_VERSION}_${MLINUX_METADATA_REVISION}" -PR = "r2" -PE = "1" - -PACKAGES = "${PN}" -PACKAGE_ARCH = "${MACHINE_ARCH}" - -do_install() { - mkdir -p ${D}${sysconfdir} - echo "mLinux ${DISTRO_VERSION}" > ${D}${sysconfdir}/mlinux-version - echo "Built from branch: ${MLINUX_METADATA_BRANCH}" >> ${D}${sysconfdir}/mlinux-version - echo "Revision: ${MLINUX_METADATA_REVISION}" >> ${D}${sysconfdir}/mlinux-version - echo "${MLINUX_LAYERS}" > ${D}${sysconfdir}/mlinux-layers -} |