diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-05-10 07:59:30 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-05-10 08:01:07 -0700 |
| commit | 60c7509ee5910c7cd27eb495c3c08f29364d1acc (patch) | |
| tree | f19d1556b62e5851a31e0a3bda8673b2765d5cc0 | |
| parent | 021f16504a6081f4acc164f941630d3ddca34533 (diff) | |
| download | meta-openembedded-60c7509ee5910c7cd27eb495c3c08f29364d1acc.tar.gz | |
libpaper: Add recipe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/libpaper/libpaper_2.1.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libpaper/libpaper_2.1.0.bb b/meta-oe/recipes-support/libpaper/libpaper_2.1.0.bb new file mode 100644 index 0000000000..26f8fab200 --- /dev/null +++ b/meta-oe/recipes-support/libpaper/libpaper_2.1.0.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | LICENSE = "LGPL-2.1-only" | ||
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
| 3 | |||
| 4 | SRC_URI = "https://github.com/rrthomas/libpaper/releases/download/v${PV}/libpaper-${PV}.tar.gz" | ||
| 5 | SRC_URI[sha256sum] = "474e9575e1235a0d8e3661f072de0193bab6ea1023363772f698a2cc39d640cf" | ||
| 6 | |||
| 7 | inherit perlnative autotools | ||
| 8 | |||
| 9 | EXTRA_AUTORECONF += "--install" | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native" | ||
