[oe-commits] org.oe.dev python-pyserial 2.2 RDEPENDS on python-stringold (darn)

mickeyl commit oe at amethyst.openembedded.net
Thu Apr 10 14:44:35 UTC 2008


python-pyserial 2.2 RDEPENDS on python-stringold (darn)

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: bf2f7934959e89e1388893942b0449de2090da07
ViewMTN: http://monotone.openembedded.org/revision/info/bf2f7934959e89e1388893942b0449de2090da07
Files:
1
packages/python/python-pyserial_2.2.bb
Diffs:

#
# mt diff -re62578e5abce9d4cb5e5edbadf2fc3158ec658c5 -rbf2f7934959e89e1388893942b0449de2090da07
#
#
#
# patch "packages/python/python-pyserial_2.2.bb"
#  from [366eca22065252052faee65474af77f0773998c5]
#    to [c2c2f3211d6a1333edaba6a7a93d57141b467b61]
#
============================================================
--- packages/python/python-pyserial_2.2.bb	366eca22065252052faee65474af77f0773998c5
+++ packages/python/python-pyserial_2.2.bb	c2c2f3211d6a1333edaba6a7a93d57141b467b61
@@ -3,12 +3,13 @@ SRCNAME = "pyserial"
 PRIORITY = "optional"
 LICENSE = "PSF"
 SRCNAME = "pyserial"
-RDEPENDS = "python-fcntl python-io"
+RDEPENDS = "python-fcntl python-io python-stringold"
+PR = "r2"
 
-PR = "r1"
-
 SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.zip"
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit distutils
 
+# FIXME might stop packaging serialwin32 and serialjava files
+






More information about the Openembedded-commits mailing list