diff --git a/recipes-devtools/half/half_2.1.0.bb b/recipes-devtools/half/half_2.1.0.bb index 95ac264..2528141 100644 --- a/recipes-devtools/half/half_2.1.0.bb +++ b/recipes-devtools/half/half_2.1.0.bb @@ -10,7 +10,7 @@ SRC_URI = "https://sourceforge.net/projects/half/files/half/${PV}/${BP}.zip" SRC_URI[md5sum] = "cd28e42c77b99e4cca4f5e9fc76e0433" SRC_URI[sha256sum] = "ad1788afe0300fa2b02b0d1df128d857f021f92ccf7c8bddd07812685fa07a25" -S = "${WORKDIR}" +UNPACKDIR = "${S}" do_install () { install -d ${D}${includedir} diff --git a/recipes-fsl/fsl-rc-local/fsl-rc-local.bb b/recipes-fsl/fsl-rc-local/fsl-rc-local.bb index b30de58..d802785 100644 --- a/recipes-fsl/fsl-rc-local/fsl-rc-local.bb +++ b/recipes-fsl/fsl-rc-local/fsl-rc-local.bb @@ -8,7 +8,7 @@ SRC_URI = "file://rc.local.etc \ file://rc.local.init \ file://LICENSE" -S = "${WORKDIR}" +UNPACKDIR = "${S}" inherit update-rc.d