osmo-st: Move all osmosocom smalltalk packages to a new directory

This commit is contained in:
Holger Hans Peter Freyther 2013-01-05 19:48:04 +08:00
parent a57be384e1
commit 4780150164
11 changed files with 19 additions and 9 deletions

View File

@ -0,0 +1,17 @@
DEPENDS = "smalltalk-native"
RDEPENDS = "smalltalk"
smalltalk_package_do_compile() {
gst < /dev/null
gst-package --target-directory=. package.xml
}
smalltalk_package_do_install () {
install -d ${D}${datadir}/smalltalk
install -m 0644 ${S}/*.star ${D}${datadir}/smalltalk
}
FILES_${PN} += "${datadir}/smalltalk"
EXPORT_FUNCTIONS do_compile do_install

View File

@ -11,4 +11,3 @@ SRC_URI = "git://git.osmocom.org/smalltalk/osmo-st-asn1;protocol=git;branch=mast
SRCREV = "59f3d7ac47c39eef88fa186531d706e844e19bb5"
PV = "0.0.1+gitr${SRCREV}"
PR = "${INC_PR}.0"

View File

@ -13,4 +13,3 @@ SRC_URI = "git://git.osmocom.org/smalltalk/osmo-st-core;protocol=git;branch=mast
SRCREV = "2b81cc18c6cd29c8d944a3d8c152c4a19ff882c0"
PV = "0.0.1+gitr${SRCREV}"
PR = "${INC_PR}.0"

View File

@ -13,4 +13,3 @@ SRC_URI = "git://git.osmocom.org/smalltalk/osmo-st-gsm;protocol=git;branch=maste
SRCREV = "0c196f0c55ff1f6cdeb390e11a302a3e44e278b4"
PV = "0.0.1+gitr${SRCREV}"
PR = "${INC_PR}.0"

View File

@ -11,4 +11,3 @@ SRC_URI = "git://git.osmocom.org/smalltalk/osmo-st-logging;protocol=git;branch=m
SRCREV = "39eeb846821a2b1e6b0eb1c932eb4c1326db8a28"
PV = "0.0.2+gitr${SRCREV}"
PR = "${INC_PR}.0"

View File

@ -13,4 +13,3 @@ SRC_URI = "git://git.osmocom.org/smalltalk/osmo-st-mgcp;protocol=git;branch=mast
SRCREV = "ca0d7624a8320a452e7071c99063d319aa34aed1"
PV = "0.0.1+gitr${SRCREV}"
PR = "${INC_PR}.0"

View File

@ -13,4 +13,3 @@ SRC_URI = "git://git.osmocom.org/smalltalk/osmo-st-msc;protocol=git;branch=maste
SRCREV = "37c768d3cb650fec0b004d163ec2ac3763dc583e"
PV = "0.0.1+gitr${SRCREV}"
PR = "${INC_PR}.0"

View File

@ -13,4 +13,3 @@ SRC_URI = "git://git.osmocom.org/smalltalk/osmo-st-network;protocol=git;branch=m
SRCREV = "17ee24015f152322b73bdb769a5ce35152f71044"
PV = "0.0.2+gitr${SRCREV}"
PR = "${INC_PR}.0"

View File

@ -11,4 +11,3 @@ SRC_URI = "git://git.osmocom.org/smalltalk/osmo-st-sip;protocol=git;branch=maste
SRCREV = "c9bed5b2353518d4d73272006511f4bfecab01ae"
PV = "0.0.1+gitr${SRCREV}"
PR = "${INC_PR}.0"

View File

@ -13,4 +13,3 @@ SRC_URI = "git://git.osmocom.org/smalltalk/osmo-st-testphone;protocol=git;branch
SRCREV = "41fcc5d89938a1b2f246c8ff67f3d8482bcd1529"
PV = "0.0.1+gitr${SRCREV}"
PR = "${INC_PR}.0"

View File

@ -0,0 +1,2 @@
inherit smalltalk_package
INC_PR = "r6"