diff options
Diffstat (limited to 'meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_git.bb')
| -rw-r--r-- | meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_git.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_git.bb b/meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_git.bb deleted file mode 100644 index 99781718c8..0000000000 --- a/meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_git.bb +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | SUMMARY = "A user-space tool to show and modify the state of GPIOs on the S3c64xx platform" | ||
| 2 | SECTION = "console/utils" | ||
| 3 | AUTHOR = "Werner Almesberger <werner@openmoko.org>" | ||
| 4 | LICENSE = "GPLv2+" | ||
| 5 | LIC_FILES_CHKSUM = "file://gpio-s3c6410.c;endline=12;md5=060cda1be945ad9194593f11d56d55c7" | ||
| 6 | PV = "1.0+git${SRCPV}" | ||
| 7 | |||
| 8 | SRCREV = "0bde889e6fc09a330d0e0b9eb9808b20b2bf13d1" | ||
| 9 | SRC_URI = "git://github.com/openmoko/openmoko-svn.git;protocol=https;subpath=src/target/gpio" | ||
| 10 | S = "${WORKDIR}/gpio" | ||
| 11 | |||
| 12 | CLEANBROKEN = "1" | ||
| 13 | |||
| 14 | do_compile() { | ||
| 15 | ${CC} ${CFLAGS} ${LDFLAGS} -o ${PN} gpio-s3c6410.c | ||
| 16 | } | ||
| 17 | |||
| 18 | do_install() { | ||
| 19 | install -d ${D}${sbindir} | ||
| 20 | install -m 0755 ${PN} ${D}${sbindir} | ||
| 21 | } | ||
