Advertisement
Guest User

Untitled

a guest
May 13th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. SUMMARY = "Desktop pictures"
  2. SECTION = "devel"
  3. LICENSE = "MIT"
  4. LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
  5.  
  6. SRC_URI = "file://home/myname/myplatform/oe-core/stuff/meta-mymeta/recipes-image/files/*"
  7.  
  8. S = "${WORKDIR}"
  9.  
  10.  
  11. do_install() {
  12. install -m 0755 * ${D}
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement