aboutsummaryrefslogtreecommitdiffstats
path: root/meta-steppeeagle/recipes-applications/gpio-test/gpio-test_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-steppeeagle/recipes-applications/gpio-test/gpio-test_1.0.bb')
-rw-r--r--meta-steppeeagle/recipes-applications/gpio-test/gpio-test_1.0.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-steppeeagle/recipes-applications/gpio-test/gpio-test_1.0.bb b/meta-steppeeagle/recipes-applications/gpio-test/gpio-test_1.0.bb
deleted file mode 100644
index be664e17..00000000
--- a/meta-steppeeagle/recipes-applications/gpio-test/gpio-test_1.0.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "Sample application for AMD GPIO driver"
-SECTION = "applications"
-LICENSE = "BSD"
-DEPENDS = "readline"
-LIC_FILES_CHKSUM = "file://gpio-test.c;endline=29;md5=8e7a9706367d146e5073510a6e176dc2"
-
-SRC_URI = "file://gpio-test.c \
- file://gpio-test.h \
- "
-
-TARGET_CC_ARCH += "${LDFLAGS}"
-
-S = "${WORKDIR}"
-
-do_compile() {
- ${CC} gpio-test.c -o gpio-test -lreadline
-}
-
-do_install() {
- install -d ${D}${bindir}
- install -m 0755 gpio-test ${D}${bindir}
-}