Skip to content

Commit

Permalink
angstrom-version: also add VERSION_ID to /etc/os-release
Browse files Browse the repository at this point in the history
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
  • Loading branch information
koenkooi committed May 19, 2015
1 parent 4b2350b commit 5e22333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes-angstrom/angstrom/angstrom-version.bb
Expand Up @@ -45,6 +45,7 @@ do_install() {
echo "${@get_layers(bb, d)}" > ${D}${sysconfdir}/angstrom-build-info

echo "VERSION=\"${DISTRO_VERSION}\"" > ${D}${sysconfdir}/os-release
echo "VERSION_ID=\"${DISTRO_VERSION}\"" > ${D}${sysconfdir}/os-release
echo "NAME=\"Angstrom\"" >> ${D}${sysconfdir}/os-release
echo "ID=\"angstrom\"" >> ${D}${sysconfdir}/os-release
echo "PRETTY_NAME=\"The Ångström Distribution ${DISTRO_VERSION}\"" >> ${D}${sysconfdir}/os-release
Expand Down

0 comments on commit 5e22333

Please sign in to comment.