diff options
Diffstat (limited to 'pme')
-rw-r--r-- | pme/pme_1.0.3.bb | 0 | ||||
-rw-r--r-- | pme/pme_1.0.3.oe | 11 |
2 files changed, 0 insertions, 11 deletions
diff --git a/pme/pme_1.0.3.bb b/pme/pme_1.0.3.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/pme/pme_1.0.3.bb diff --git a/pme/pme_1.0.3.oe b/pme/pme_1.0.3.oe deleted file mode 100644 index 84a494b5bc..0000000000 --- a/pme/pme_1.0.3.oe +++ /dev/null @@ -1,11 +0,0 @@ -SECTION = "unknown" -DEPENDS = "pcre" -DESCRIPTION = "PME is a C++ wrapper around the PCRE library." -SRC_URI = "http://xaxxon.slackworks.com/pme/pme-${PV}.tar.gz" - -inherit autotools - -do_stage () { - oe_libinstall -a -so libpme ${STAGING_LIBDIR} - install -m 0644 pme.h ${STAGING_INCDIR}/ -} |