On 05/09/12 16:41, Andrei Gherzan wrote:
On Wed, Sep 5, 2012 at 6:21 PM, <[email protected]> wrote:

From: Jack Mitchell <[email protected]>

V4

- Remove debian packaging patch, it is not needed


What means it is not needed anymore? Included in upstream? Fixed in yocto?


Signed-off-by: Jack Mitchell <[email protected]>
---
  .../liblockdev/liblockdev_1.0.3.bb                 | 26
++++++++++++++++++++++
  1 file changed, 26 insertions(+)
  create mode 100644 meta-oe/recipes-extended/liblockdev/
liblockdev_1.0.3.bb


Where is the removed patch?


diff --git 
a/meta-oe/recipes-extended/liblockdev/liblockdev_1.0.3.bbb/meta-oe/recipes-extended/liblockdev/
liblockdev_1.0.3.bb
new file mode 100644
index 0000000..be5ce44
--- /dev/null
+++ b/meta-oe/recipes-extended/liblockdev/liblockdev_1.0.3.bb
@@ -0,0 +1,26 @@
+DESCRIPTION = "Manage character and block device lockfiles."
+HOMEPAGE = "
http://anonscm.debian.org/gitweb/?p=lockdev/lockdev.git;a=summary";
+
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d8045f3b8f929c1cb29a1e3fd737b499"
+
+PV = "1.0.3"
+
+SRC_URI = "
http://ftp.de.debian.org/debian/pool/main/l/lockdev/lockdev_${PV}.orig.tar.gz
"
+
+SRC_URI[md5sum] = "64b9c1b87b125fc348e892e24625524a"
+SRC_URI[sha256sum] =
"ccae635d7ac3fdd50897eceb250872b3d9a191d298f213e7f0c836910d869f82"
+
+S = "${WORKDIR}/lockdev-${PV}"
+
+do_compile() {
+  oe_runmake CC="${CC}" LD="${LD}" shared
+}
+
+do_install() {
+  oe_runmake basedir="${D}" incdir="${D}${includedir}"
libdir="${D}${libdir}" install_dev
+}
+
+FILES_{PN} = "${includedir}/* \
+              ${libdir}/* \
+"
--
1.7.12


_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Sorry, this has been confusing!

I had erroneously added a patch in my V1 git send-patch for building liblockdev which wasn't required so I removed it and rebased my patches without it.

--

  Jack Mitchell ([email protected])
  Embedded Systems Engineer
  http://www.embed.me.uk

--


_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to