1 2 3 4 5 6 7 8 9
PV = "${DISTRO_VERSION}" PACKAGES = "${PN}" do_compile() { mkdir -p ${D}${sysconfdir} echo "Angstrom ${DISTRO_VERSION}" > ${D}${sysconfdir}/angstrom-version }