23 lines
599 B
BlitzBasic
23 lines
599 B
BlitzBasic
SUMMARY = "The canonical example of init scripts"
|
|
SECTION = "base"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSE;md5=22cd8fcef3454a96dde3f9f8d7274aae"
|
|
SRCREV = "7ca41f41cb82c6f6723e26912a1eb8c4cb9eb8ad"
|
|
SRC_BRANCH ??= "test_recipe_bitbake"
|
|
SRC_URI = "git://github.com/NicoDAO/lerobot.git;protocol=https;branch=${SRC_BRANCH}"
|
|
#PV = "git${SRCPV}"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
do_compile () {
|
|
# ${CC} ${CFLAGS} ${LDFLAGS} ${WORKDIR}/skeleton_test.c -o ${WORKDIR}/skeleton-test
|
|
}
|
|
|
|
do_install () {
|
|
|
|
}
|
|
|
|
RDEPENDS_${PN} = "initscripts"
|
|
|
|
CONFFILES_${PN} += "${sysconfdir}/init.d/skeleton"
|