fork download
  1. DESCRIPTION = "Simple example"
  2. SECTION = "examples"
  3. DEPENDS = ""
  4. LICENSE = "MIT"
  5. LIC_FILES_CHKSUM = "file://getevent.c;md5=2379ba3c33a7c91d90def257b30a4e75"
  6.  
  7. SRC_URI = "file://getevent.c"
  8.  
  9. S = "${WORKDIR}"
  10.  
  11. inherit autotools
  12.  
  13. # The autotools configuration I am basing this on seems to have a problem with a race condition when parallel make is enabled
  14. PARALLEL_MAKE = ""
  15.  
  16. do_compile () {
  17. }
  18.  
  19. do_install () {
  20. install -d ${D}${bindir}/
  21. install -m 0755 ${D}${bindir}/
  22. }
  23.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty