aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/angstrom/angstrom-version.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/angstrom/angstrom-version.bb')
-rw-r--r--recipes/angstrom/angstrom-version.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/angstrom/angstrom-version.bb b/recipes/angstrom/angstrom-version.bb
index a2f1335f9d..7b167f15dc 100644
--- a/recipes/angstrom/angstrom-version.bb
+++ b/recipes/angstrom/angstrom-version.bb
@@ -1,7 +1,7 @@
LICENSE = "MIT"
PV = "${DISTRO_VERSION}"
-PR = "r4"
+PR = "r5"
PE = "1"
SRC_URI = "file://lsb_release"
@@ -14,7 +14,7 @@ export METADATA_BRANCH
export TARGET_SYS
do_install() {
- mkdir -p ${D}${sysconfdir}
+ install -d ${D}${sysconfdir}
echo "Angstrom ${DISTRO_VERSION}" > ${D}${sysconfdir}/angstrom-version
echo "Built from branch: ${METADATA_BRANCH}" >> ${D}${sysconfdir}/angstrom-version
echo "Revision: ${METADATA_REVISION}" >> ${D}${sysconfdir}/angstrom-version