diff options
Diffstat (limited to 'meta-skeleton/recipes-skeleton')
3 files changed, 3 insertions, 6 deletions
diff --git a/meta-skeleton/recipes-skeleton/hello-single/hello_1.0.bb b/meta-skeleton/recipes-skeleton/hello-single/hello_1.0.bb index 8be7980919..cb07b13974 100644 --- a/meta-skeleton/recipes-skeleton/hello-single/hello_1.0.bb +++ b/meta-skeleton/recipes-skeleton/hello-single/hello_1.0.bb | |||
| @@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda | |||
| 5 | 5 | ||
| 6 | SRC_URI = "file://helloworld.c" | 6 | SRC_URI = "file://helloworld.c" |
| 7 | 7 | ||
| 8 | S = "${WORKDIR}/sources" | 8 | S = "${UNPACKDIR}" |
| 9 | UNPACKDIR = "${S}" | ||
| 10 | 9 | ||
| 11 | do_compile() { | 10 | do_compile() { |
| 12 | ${CC} ${LDFLAGS} helloworld.c -o helloworld | 11 | ${CC} ${LDFLAGS} helloworld.c -o helloworld |
diff --git a/meta-skeleton/recipes-skeleton/service/service_0.1.bb b/meta-skeleton/recipes-skeleton/service/service_0.1.bb index 54b834d45f..f249579310 100644 --- a/meta-skeleton/recipes-skeleton/service/service_0.1.bb +++ b/meta-skeleton/recipes-skeleton/service/service_0.1.bb | |||
| @@ -9,8 +9,7 @@ SRC_URI = "file://skeleton \ | |||
| 9 | file://COPYRIGHT \ | 9 | file://COPYRIGHT \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/sources" | 12 | S = "${UNPACKDIR}" |
| 13 | UNPACKDIR = "${S}" | ||
| 14 | 13 | ||
| 15 | do_compile () { | 14 | do_compile () { |
| 16 | ${CC} ${CFLAGS} ${LDFLAGS} ${S}/skeleton_test.c -o ${B}/skeleton-test | 15 | ${CC} ${CFLAGS} ${LDFLAGS} ${S}/skeleton_test.c -o ${B}/skeleton-test |
diff --git a/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb b/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb index b0d96e7f71..5783d9e245 100644 --- a/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb +++ b/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb | |||
| @@ -9,8 +9,7 @@ SRC_URI = "file://file1 \ | |||
| 9 | file://file3 \ | 9 | file://file3 \ |
| 10 | file://file4" | 10 | file://file4" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/sources" | 12 | S = "${UNPACKDIR}" |
| 13 | UNPACKDIR = "${S}" | ||
| 14 | 13 | ||
| 15 | PACKAGES =+ "${PN}-user3" | 14 | PACKAGES =+ "${PN}-user3" |
| 16 | 15 | ||
